- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 05:47 AM
Hello everyone,
i have created a flow designer my requirement is to create A t E parallel tasks. using do the parallel action it is completed. after again i need to create (F1 to F3) 3-sctask's based on condition. if application is new F1 will create, or if application is old F2 and F3 task's should create. here do the parallel action will not work in same flow.
attaching screenshot. please suggest how to create F2 and F3 in parallel in else condition (wait check box is true in all task's).
regards,
Venkatesh T
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2024 07:13 AM
@t venkatesh1 Please follow the below steps for your above requirement,
Flow :
Condition 1 : Create all the parallel tasks (Wait is "False") and if Application is "New", it creates F1 task (Wait is "True").
Condition 2 : Create all the parallel tasks (Wait is "False") and if Application is "Old", it creates F2 & F3 tasks (Wait is "True" only for F3).
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2024 07:13 AM
@t venkatesh1 Please follow the below steps for your above requirement,
Flow :
Condition 1 : Create all the parallel tasks (Wait is "False") and if Application is "New", it creates F1 task (Wait is "True").
Condition 2 : Create all the parallel tasks (Wait is "False") and if Application is "Old", it creates F2 & F3 tasks (Wait is "True" only for F3).
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.