Subflow for parallel task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 01:39 AM
Hello All,
I have one requirement were i need to create 5 parallel task when scTask is close completed.
I want to create those 5 parallel task as subflow. Below is flow and part which is marked in circle need to created in subflow and then attact it to actual flow.
Need to create sub flow for task circled.
Thanks
Pramod Pandey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 01:45 AM
Hi Pramod ,
Could you please specify whether you are using Workflow editor or Flow designer ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 01:49 AM
It's Flow designer, i need to create flow and the part which is marked in black circle for that i need subflow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 02:00 AM
Hi @pramod pandey1, You can try by passing the RITM as Input (Type - Reference) and then just add the 5 catalog task activities and publish the subflow and attach it to the mainflow.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 01:01 AM - edited 02-13-2024 04:24 AM
Thanks