-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
2
-
Severity 3 - Minor
-
1
-
Issue Summary
When using an Automation playbook with an automation rule and Automation has "For Each" Branch step to loop through 2 or more values in custom field , Playbook output stuck in "In Progress"
Steps to Reproduce
- Create an Assets Custom field to hold multiple values or Multiple Select Drop Down custom field.
- Create a Automation with "For Each" Branch to loop through Assets Custom Field or Multiple Select Drop Down field like below.
- Add "Log output to playbook".
- Execute the Playbook step involves Automation rule and Observe the output stuck in "In Progress".
Expected Results
Playbook will show success if the automation finishes successfully.
Actual Results
Playbook gets stuck 'In progress' if the copy attachment function of the automation takes longer than 500ms
Workaround
As any AQL/Branches will run asynchronously from the rest of the rule, we are still running the AQL/Branch actions while the rule gets into Log output to playbook step and and things just breakdown at that point.
As a workaround add a Delay Action (10~15 seconds), prior to Log output to playbook.
- is related to
-
JSDCLOUD-17073 Automation Playbook gets stuck 'In Progress' if clone attachment takes longer than 500ms
-
- Gathering Impact
-
- mentioned in
-
Page Loading...