
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 10:57 AM
I need my flow to trigger a catalog task when a checkbox variable, port_assignments_complete, changes from false to true. I've created a business rule that runs whenever a specific task is updated and, if all rows in a MRVS meet specific conditions, this variable is set to true. This part works as expected.
However, I need my flow to wait until that variable is true, then continue on. I know I need to script the conditions in my 'Wait for condition' action because variables are not available to select from, but I can't figure out what my script should look like.
I would appreciate any assistance with this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 12:29 PM
Hi,
I propose following approaches:
1) set a field value instead of a variable value, so that this field can be used in 'Wait for conditions' OR
2) create a Flow Variable assigning the above script and checking this Flow Variable value, this may require additional loop with 'Wait for a duration of time' flow logic.
Best Regards,
Marcin
If my answer helped you in any way, please mark this answer as helpful and correct.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2022 01:27 PM
I like this solution, and I might try it if my solution turns out to be problematic. See my reply to previous response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2024 09:13 AM
can get to too many loops and fail out if the customer wants really fast response checks, but the SLA/OLA for the task can be too long