Forum Discussion
Nikpowar97
2 years agoContributor
Brapi.Utilities.ExecuteDatamanagementSequence
The Function in my rule : Brapi.Utilities.ExecuteDatamanagementSequence run the sequence in Background and allows me to do further operation in BR even before the step is complete. Is this the expec...
- 2 years ago
The Execute* call should typically block, if that's not the case you should talk to Support.
Start* and Queue*, on the other hand, will not block.
RobbSalzmann
2 years agoValued Contributor II
I would break your rule up into DM Sequence steps, step1, step2, with the step that runs the part that you want to wait for as step1, and the step you want executed after step1 finishes as step2.
This is conceptual, better to name them for what they do even tho step1 and step2 would work.