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-07-2024 01:20 AM
Hi @pramod pandey1, As per my knowledge, you need to create a variable on catalog item and then you can hide / show it on RITM / SCTASK as per the use case. Unless you have the variable (question) created in catalog item, you cannot show it to the user nor user can input.
May I know the sort of question / input you would need from user? is it outside the service catalog? You can also trigger an event to perform some script actions.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 02:05 AM
Pramod , you can create sub flows separately as per your need , and you can mapped using "Do the following in parallel" .
Refer this link Do the following in parallel flow logic
Please mark it as helpful , if your query is resolved .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 04:31 AM
@SunilKumar_P I created subflow for 5 parallel task as you mentioned and after activating it same i have attached it to main flow.
But when i trigger catalog item till main flow part it is working correctly as subflow logic start i am getting error,
I think error is at input output section but i am not sure.
Thanks
Pramod Pandey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 07:53 AM
Hi @pramod pandey1, have you created an input in subflow? The input should be of refernce type and referencing to the sc_req_item table and then in the mainflow, you need to configure (drag & drop) requested item into the subflow input.
Regards,
Sunil