Getting output of previous step using Stateless workflow #812
Unanswered
csanghavi
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I know stateless workflow is not meant for this. Could there be any ways possible to get output of step 1 into next step 2 when using stateless workflow ?
For example, I tried Creating a job (in Sample Logic App) to run a runbook with wait set to true. Now in next step if I use Get Job Output action and try to get Content value, it does not return the output of Create Job (which is desired to be output of Runbook). This works fine for stateful workflow. But, is there any option to achieve this using stateless workflow ?
I read about inline code (using javascript), function, firing a request from the runbook in step 1 etc.. Not sure any of these can help me achieve the basic thing... give me the return of previous step (I do not want to store it.. just want to continue using in memory results from one step to other)..
Any suggestions ?
Beta Was this translation helpful? Give feedback.
All reactions