Replies: 1 comment 1 reply
-
I too am having this issue and not able to figure it out. Please do let me know if you have any forward momentum on this. I am using Redis to do this, asked the same question here: #1751 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have an SNS that I want to use to trigger workflows.
Example message sent to SNS:
I want my sensor to directly parse this JSON and use the fields as arguments to start the workflow.
My sensor ( I've omitted part of the sensor for the sake of brevity)
Essentially, the aim is to have 'field1' param from the SNS to be used as an input to creator-workflow.
The current issue im facing is that it does not pick up 'field1' and the full event payload object (context, data) gets sent as a paramter. I can also paste this here if it helps.
Beta Was this translation helpful? Give feedback.
All reactions