-
Notifications
You must be signed in to change notification settings - Fork 305
Description
Is your feature request related to a problem? Please describe.
It's unclear how the trigger Workflow from Workflow utility is meant to work. When I add it to my Workflow, there's no indication which Workflow will be triggered by it:
I assume Value is the value I am passing to the Workflow as the description states but there's no place to put in a Workflow name.
I also created a Workflow where the trigger is 'Manual' and have a Trigger ID but I still don't see where to put it in, in this step.
Describe the solution you'd like
There should be a clear way to trigger one Workflow from another and specify some JSON you want to pass to it. Perhaps a dropdown list of Workflows that you can then select from.
Describe alternatives you've considered
Alternatively, just having an input field for trigger id would suffice if you can only link to manually triggered workflows.
Additional context
The manually created Workflow also doesn't give any details on how I can trigger it, apart from the Trigger ID. I think the Return description is also incorrect as it tells you to enter the JSON you want but it should be telling us what will be returned not what to input.
Thanks!