You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have one root workflow that accepts JSON data with list of Workflow definition Id and input data. And it calls one Custom Activity that I build. Now, I want to execute workflow based on definition Id that I got in JSON and also pass the required input to it that I received via JSON input in root workflow too. How and what is the best way to achieve this. Please note that I do not have API end point trigger for all the workflow except for the root workflow. And, I want to achieve this from inside Custom Activity itself.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have one root workflow that accepts JSON data with list of Workflow definition Id and input data. And it calls one Custom Activity that I build. Now, I want to execute workflow based on definition Id that I got in JSON and also pass the required input to it that I received via JSON input in root workflow too. How and what is the best way to achieve this. Please note that I do not have API end point trigger for all the workflow except for the root workflow. And, I want to achieve this from inside Custom Activity itself.
Beta Was this translation helpful? Give feedback.
All reactions