How to trigger a workflow from a flow designer via run script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2023 05:45 AM - edited 02-06-2023 05:46 AM
Hi All,
I need to trigger a workflow that is configured for sc_req_item table from an intermediate step in a flow. Can someone please help me with the exact script to achieve this as I cant call call a workflow flow logic on any workflow for sc_req_item table. The flow is on service catalog trigger. Also I need to hold the flow from proceeding until the workflow is completed which is triggerred via the run script in FD. Can someone please help me with this as its urgent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2023 06:28 AM
Also if I dont have any input variables for the workflow configured and need to run it on the same req item that the flow is running, how can I achieve it