There is no file written by the \"File Writer\" snap because of the error, however there is a \"request-content-<data-time>.bin\" file that is automatically created, and it contains the \"additionalData\" values that I'm expecting and looking for.
How can I get that \"additionalData\" (request content) in my pipeline?
Many thanks in advance again! 🙂
JF
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"208","kudosSumWeight":1,"repliesCount":0,"postTime":"2023-12-19T11:18:54.749-08:00","lastPublishTime":"2023-12-19T11:18:54.749-08:00","metrics":{"__typename":"MessageMetrics","views":4420},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:24607":{"__typename":"ModerationData","id":"moderation_data:24607","status":"UNMODERATED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:24607":{"__typename":"ForumReplyMessage","uid":24607,"id":"message:24607","entityType":"FORUM_REPLY","eventPath":"category:platform/category:products/community:iaudz84835board:pipelines/message:24580/message:24607","revisionNum":1,"author":{"__ref":"User:user:1049"},"readOnly":false,"repliesCount":1,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:pipelines"},"parent":{"__ref":"ForumTopicMessage:message:24580"},"conversation":{"__ref":"Conversation:conversation:24580"},"subject":"Re: Where can I get the query parameters when using a triggered task?","moderationData":{"__ref":"ModerationData:moderation_data:24607"},"body":"How the \"additionalData\" is sent to SnapLogic endpoint?
Is it sent as query parameter? ex: https://elastic.snaplogic.com/api/1/rest/slsched/feed/example/jobs/test-hello?additionalData=testValues
If yes, then you will need to access the pipeline parameter in the Mapper Snap(ex:_additionalData).
If the field is sent in the request payload, then you can access the field in the Mapper Snap(ex: $additionalData).
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"218","kudosSumWeight":0,"postTime":"2023-12-20T01:12:07.095-08:00","lastPublishTime":"2023-12-20T01:12:07.095-08:00","metrics":{"__typename":"MessageMetrics","views":4415},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8b3wzfDE0OjAsMzk6MXwx","node":{"__ref":"ForumReplyMessage:message:24613"}}]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:24613":{"__typename":"ModerationData","id":"moderation_data:24613","status":"UNMODERATED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:24613":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:5263"},"id":"message:24613","entityType":"FORUM_REPLY","eventPath":"category:platform/category:products/community:iaudz84835board:pipelines/message:24580/message:24613","revisionNum":1,"uid":24613,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:pipelines"},"parent":{"__ref":"ForumReplyMessage:message:24607"},"conversation":{"__ref":"Conversation:conversation:24580"},"subject":"Re: Where can I get the query parameters when using a triggered task?","moderationData":{"__ref":"ModerationData:moderation_data:24613"},"body":"Hello SpiroTaleski,
The \"additionalData\" is not sent as query parameter, and I can't seem to capture it as payload with the mapper.
This is what my mapper looks like, and I'm still getting the same error message:
I also tried to use simply \"$\" instead of \"$additionalData\" in the Expression field, but same error message...
I used the \"webhook.site\" website utility to capture the full data, and the \"additionalData\" field was displayed in the \"Form values\" section (sorry about the blurred sections, I have to anonymize before posting...):
Thanks,
JF
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"208","kudosSumWeight":0,"repliesCount":0,"postTime":"2023-12-20T04:06:04.533-08:00","lastPublishTime":"2023-12-20T04:06:04.533-08:00","metrics":{"__typename":"MessageMetrics","views":2333},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:24614":{"__typename":"ModerationData","id":"moderation_data:24614","status":"UNMODERATED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:24614":{"__typename":"ForumReplyMessage","uid":24614,"id":"message:24614","entityType":"FORUM_REPLY","eventPath":"category:platform/category:products/community:iaudz84835board:pipelines/message:24580/message:24614","revisionNum":1,"author":{"__ref":"User:user:1049"},"readOnly":false,"repliesCount":2,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:pipelines"},"parent":{"__ref":"ForumTopicMessage:message:24580"},"conversation":{"__ref":"Conversation:conversation:24580"},"subject":"Re: Where can I get the query parameters when using a triggered task?","moderationData":{"__ref":"ModerationData:moderation_data:24614"},"body":"As I can see from the first screenshot, seems to fails on JSON Parser Snap. So, it looks like that the message being sent from the system is not valid JSON.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"183","kudosSumWeight":0,"postTime":"2023-12-20T04:15:52.072-08:00","lastPublishTime":"2023-12-20T04:15:52.072-08:00","metrics":{"__typename":"MessageMetrics","views":2333},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8b3wzfDE0OjAsMzk6MXwx","node":{"__ref":"ForumReplyMessage:message:24630"}},{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8b3wzfDE0OjAsMzk6MXwy","node":{"__ref":"ForumReplyMessage:message:24634"}}]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:24630":{"__typename":"ModerationData","id":"moderation_data:24630","status":"UNMODERATED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:24630":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:5263"},"id":"message:24630","entityType":"FORUM_REPLY","eventPath":"category:platform/category:products/community:iaudz84835board:pipelines/message:24580/message:24630","revisionNum":1,"uid":24630,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:pipelines"},"parent":{"__ref":"ForumReplyMessage:message:24614"},"conversation":{"__ref":"Conversation:conversation:24580"},"subject":"Re: Where can I get the query parameters when using a triggered task?","moderationData":{"__ref":"ModerationData:moderation_data:24630"},"body":"Hello SpiroTaleski,
Indeed, the JSON doesn't make it to the mapper, so the issue seems to be with that input...
I have taken the value that webhook.site returned for that field and validated it, it is valid JSON apparently...
I tried to check the \"Non-standard JSON\" option in the JSON parser snap, but there's no change, I'm still getting the error.
Any idea?
Thanks!
JF
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"208","kudosSumWeight":0,"repliesCount":0,"postTime":"2023-12-20T08:38:44.922-08:00","lastPublishTime":"2023-12-20T08:38:44.922-08:00","metrics":{"__typename":"MessageMetrics","views":2333},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:24634":{"__typename":"ModerationData","id":"moderation_data:24634","status":"UNMODERATED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:24634":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:5263"},"id":"message:24634","entityType":"FORUM_REPLY","eventPath":"category:platform/category:products/community:iaudz84835board:pipelines/message:24580/message:24634","revisionNum":1,"uid":24634,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:pipelines"},"parent":{"__ref":"ForumReplyMessage:message:24614"},"conversation":{"__ref":"Conversation:conversation:24580"},"subject":"Re: Where can I get the query parameters when using a triggered task?","moderationData":{"__ref":"ModerationData:moderation_data:24634"},"body":"Hello again SpiroTaleski,
I think that I'm getting somewhere, however it's still not working.
To fix the issue with the invalid JSON, I started the pipeline with a \"Document to Binary\" snap, and I'm not getting the error anymore!
What happens however is strange... The File Writer snap creates the files with the content I'm looking for, and now I realize why it's not valid JSON, it's because somehow all the double quote characters ( \" ) have been escaped by a backslash ( \\\" ) making the JSON not valid. Like this:
The other strange thing is that I'm not getting the values from the query string anymore... Actually I do, and found the data by accident, when I tried to use the option \"Write header file\" in the \"File Writer\" snap. There was an extra file with the extension \".header\" created, and it contained the query string that I couldn't find:
I need to use that information from the header file (query string), but I don't know where to find it in the snap variables...
Any idea?
Thanks a lot in advance!
JF
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"208","kudosSumWeight":0,"repliesCount":0,"postTime":"2023-12-20T12:17:17.554-08:00","lastPublishTime":"2023-12-20T12:17:17.554-08:00","metrics":{"__typename":"MessageMetrics","views":2332},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:24637":{"__typename":"ModerationData","id":"moderation_data:24637","status":"UNMODERATED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:24637":{"__typename":"ForumReplyMessage","uid":24637,"id":"message:24637","entityType":"FORUM_REPLY","eventPath":"category:platform/category:products/community:iaudz84835board:pipelines/message:24580/message:24637","revisionNum":2,"author":{"__ref":"User:user:1049"},"readOnly":false,"repliesCount":1,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:pipelines"},"parent":{"__ref":"ForumTopicMessage:message:24580"},"conversation":{"__ref":"Conversation:conversation:24580"},"subject":"Re: Where can I get the query parameters when using a triggered task?","moderationData":{"__ref":"ModerationData:moderation_data:24637"},"body":"Try first to store the data being sent from the system in a file on SLDB.
Put only File writer Snap with open input view, and store the data as JSON.
Then you can analyze the validity of the the JSON.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"218","kudosSumWeight":0,"postTime":"2023-12-21T01:13:15.830-08:00","lastPublishTime":"2023-12-21T01:14:10.873-08:00","metrics":{"__typename":"MessageMetrics","views":2332},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuNHwyLjF8b3wzfDE0OjAsMzk6MXwx","node":{"__ref":"ForumReplyMessage:message:24641"}}]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:24641":{"__typename":"ModerationData","id":"moderation_data:24641","status":"UNMODERATED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:24641":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:5263"},"id":"message:24641","entityType":"FORUM_REPLY","eventPath":"category:platform/category:products/community:iaudz84835board:pipelines/message:24580/message:24641","revisionNum":1,"uid":24641,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:pipelines"},"parent":{"__ref":"ForumReplyMessage:message:24637"},"conversation":{"__ref":"Conversation:conversation:24580"},"subject":"Re: Where can I get the query parameters when using a triggered task?","moderationData":{"__ref":"ModerationData:moderation_data:24641"},"body":"Hello SpiroTaleski,
I did that already (write the JSON and analyze its validity) using the \"Record Replay\" snap, and I also used the results that I observed in \"webhook.site\". That's how I found out first about the JSON with all the double quote characters ( \" ) that have been escaped by a backslash ( \\\" ) making the JSON not valid.
You can see in the screenshot below:
And also on \"webhook.site\" results:
So basically I need to use the above values from \"Query strings\" and \"Forms values\".
Thanks for any help! 🙂
Kind regards,
JF
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"208","kudosSumWeight":0,"repliesCount":0,"postTime":"2023-12-21T03:44:28.010-08:00","lastPublishTime":"2023-12-21T03:44:28.010-08:00","metrics":{"__typename":"MessageMetrics","views":976},"visibilityScope":"PUBLIC","placeholder":false,"showMoveIndicator":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"QueryVariables:MessageSolutions":{"__typename":"QueryVariables","id":"MessageSolutions","value":{"first":10,"constraints":{"topicId":{"eq":"message:24580"},"solution":{"eq":true}},"sorts":{"postTime":{"direction":"ASC"}},"useAvatar":true,"useAuthorLogin":true,"useAuthorRank":false,"useBody":true,"useKudosCount":false,"useTimeToRead":false,"useMedia":true,"useRepliesCount":false,"useSearchSnippet":false,"useAcceptedSolutionButton":true,"useSolvedBadge":false,"useAttachments":true,"useTags":false,"useUserHoverCard":false,"useNodeHoverCard":false,"usePreviewSubjectModal":false,"useMessageStatus":false}},"CachedAsset:text:en_US-components/community/NavbarDropdownToggle-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/community/NavbarDropdownToggle-1750955844577","value":{"ariaLabelClosed":"Press the down arrow to open the menu"},"localOverride":false},"CachedAsset:text:en_US-components/messages/EscalatedMessageBanner-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/messages/EscalatedMessageBanner-1750955844577","value":{"escalationMessage":"Escalated to Salesforce by {username} on {date}","viewDetails":"View Details","modalTitle":"Case Details","escalatedBy":"Escalated by: ","escalatedOn":"Escalated on: ","caseNumber":"Case Number: ","status":"Status: ","lastUpdateDate":"Last Update: ","automaticEscalation":"automatic escalation","anonymous":"Anonymous"},"localOverride":false},"CachedAsset:text:en_US-components/users/UserLink-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/users/UserLink-1750955844577","value":{"authorName":"View Profile: {author}","anonymous":"Anonymous"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/users/UserRank-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/users/UserRank-1750955844577","value":{"rankName":"{rankName}","userRank":"Author rank {rankName}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageTime-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageTime-1750955844577","value":{"postTime":"Published: {time}","lastPublishTime":"Last Update: {time}","conversation.lastPostingActivityTime":"Last posting activity time: {time}","conversation.lastPostTime":"Last post time: {time}","moderationData.rejectTime":"Rejected time: {time}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageSolvedBadge-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageSolvedBadge-1750955844577","value":{"solved":"Solved"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageSubject-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageSubject-1750955844577","value":{"noSubject":"(no subject)"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageBody-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageBody-1750955844577","value":{"showMessageBody":"Show More","mentionsErrorTitle":"{mentionsType, select, board {Board} user {User} message {Message} other {}} No Longer Available","mentionsErrorMessage":"The {mentionsType} you are trying to view has been removed from the community.","videoProcessing":"Video is being processed. Please try again in a few minutes.","bannerTitle":"Video provider requires cookies to play the video. Accept to continue or {url} it directly on the provider's site.","buttonTitle":"Accept","urlText":"watch"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageCustomFields-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageCustomFields-1750955844577","value":{"CustomField.default.label":"Value of {name}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageReplyButton-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageReplyButton-1750955844577","value":{"repliesCount":"{count}","title":"Reply","title@board:BLOG@message:root":"Comment","title@board:TKB@message:root":"Comment","title@board:IDEA@message:root":"Comment","title@board:OCCASION@message:root":"Comment"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageSolutionList-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageSolutionList-1750955844577","value":{"emptyDescription":"No has been message solutions yet"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageListMenu-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageListMenu-1750955844577","value":{"postTimeAsc":"Oldest","postTimeDesc":"Newest","kudosSumWeightAsc":"Least Liked","kudosSumWeightDesc":"Most Liked","sortTitle":"Sort By","sortedBy.item":" { itemName, select, postTimeAsc {Oldest} postTimeDesc {Newest} kudosSumWeightAsc {Least Liked} kudosSumWeightDesc {Most Liked} other {}}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/AcceptedSolutionButton-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/messages/AcceptedSolutionButton-1750955844577","value":{"accept":"Mark as Solution","accepted":"Marked as Solution","errorHeader":"Error!","errorAdd":"There was an error marking as solution.","errorRemove":"There was an error unmarking as solution.","solved":"Solved","topicAlreadySolvedErrorTitle":"Solution Already Exists","topicAlreadySolvedErrorDesc":"Refresh the browser to view the existing solution"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/common/Pager/PagerLoadMore-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/common/Pager/PagerLoadMore-1750955844577","value":{"loadMore":"Show More"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageView/MessageViewInline-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageView/MessageViewInline-1750955844577","value":{"bylineAuthor":"{bylineAuthor}","bylineBoard":"{bylineBoard}","anonymous":"Anonymous","place":"Place {bylineBoard}","gotoParent":"Go to parent {name}"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/users/UserAvatar-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/users/UserAvatar-1750955844577","value":{"altText":"{login}'s avatar","altTextGeneric":"User's avatar"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/ranks/UserRankLabel-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/ranks/UserRankLabel-1750955844577","value":{"altTitle":"Icon for {rankName} rank"},"localOverride":false},"CachedAsset:text:en_US-components/common/ExternalLinkWarningModal-1750955844577":{"__typename":"CachedAsset","id":"text:en_US-components/common/ExternalLinkWarningModal-1750955844577","value":{"title":"Leaving the Community","description":"You're about to leave this site and navigate to an external domain. Are you sure you want to continue?","action.submit":"Continue","action.cancel":"Go Back"},"localOverride":false}}}},"page":"/forums/ForumMessagePage/ForumMessagePage","query":{"boardId":"pipelines","messageSubject":"where-can-i-get-the-query-parameters-when-using-a-triggered-task","messageId":"24580"},"buildId":"8CqYPsxb5UG4aoIp8lqTz","runtimeConfig":{"buildInformationVisible":false,"logLevelApp":"info","logLevelMetrics":"info","surveysEnabled":true,"openTelemetry":{"clientEnabled":false,"configName":"snaplogic","serviceVersion":"25.4.0","universe":"prod","collector":"http://localhost:4318","logLevel":"error","routeChangeAllowedTime":"5000","headers":"","enableDiagnostic":"false","maxAttributeValueLength":"4095"},"apolloDevToolsEnabled":false,"quiltLazyLoadThreshold":"3"},"isFallback":false,"isExperimentalCompile":false,"dynamicIds":["components_seo_QAPageSchema","components_community_Navbar_NavbarWidget","components_community_Breadcrumb_BreadcrumbWidget","components_messages_TopicWithThreadedReplyListWidget","components_messages_MessageListForNodeByRecentActivityWidget","components_customComponent_CustomComponent","components_community_FooterWidget","components_messages_MessageView_MessageViewStandard","components_messages_ThreadedReplyList","components_external_components_ExternalComponent","components_community_FooterWidgetHelpLink","components_community_KhorosLogo","components_messages_EscalatedMessageBanner","shared_client_components_common_List_UnstyledList","components_messages_MessageView","shared_client_components_common_Pager_PagerLoadMore","shared_client_components_common_List_ListGroup","components_messages_MessageView_MessageViewInline","components_customComponent_CustomComponentContent_TemplateContent"],"appGip":true,"scriptLoader":[]}