- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 05:06 AM
Hi folks,
I have a brief question concerning the "Wait" condition on the Create a Catalog Task action on Flow Designer.
You see that I added a variable there, which is a duration. I expected it to wait for that duration and move on with the flow but apparently, that is not the function of that checkbox. It is okay, I can use another operation to solve my issue, no problem, but I was wondering about the function of that data pill/scripting option concerning the Wait button.
Thanks.
Best,
Firat
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 05:21 AM
Hello @mfhaciahmetoglu,
-If wait checkbox is true then it pauses the flow until this task completes and is no longer active (active=false).
-You added duration there, but it does not work like that. You need select fields that return True or False value.
-If you want add script in the scripting section you should also return True or False value from the script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 05:21 AM
Hello @mfhaciahmetoglu,
-If wait checkbox is true then it pauses the flow until this task completes and is no longer active (active=false).
-You added duration there, but it does not work like that. You need select fields that return True or False value.
-If you want add script in the scripting section you should also return True or False value from the script.