flow - Task issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2024 07:26 AM
Hello Experts,
"customer order" is created with under 3 "product order" from third party system .
once received our created flow will trigger with two subflows for order tasks creation for each product orders meaning every time 3 order tasks will create once that closed then another 3 tasks will be created. and its working fine.
Requirement/Question.
1.Two subflows are interconnected so added Do parellel condition its working fine.
I want to know we need to add any wait condition for both subflows complete??
2. After subflows completed we want to create single "order task" but its creating
again 3 order tasks
how to achieve this?
Flow created for -- Product order table "sn_ind_tmt_orm_product_order".
Please support on this!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 10:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 10:33 PM
Just verify these three record have value UNI and EVC.
Also did you check whether both sub flow executing or not? if not then check if statement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 11:06 PM
Yes I checked record has the correct value.
and both subflows are not executing at same time .
From each condition i think bringing only one record to check the if condition.
Could you help me to check all the records instead of single record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 02:09 AM
Okay, Do one thing.
Create 2 lookup record for both separately instead of running parallel.