cfinley
(Chance Finley)
October 21, 2020, 2:35pm
7
Also, never dived into exploring this. But are BPMs async in any nature? if so perhaps your BAQ is not returning a value before the BPM checks for results
I am using the User Process Scheduler to perform custom tasks on a schedule.
I’d like to utilize this to cycle over query results and call a REST endpoint from another system, but I’d like to understand if there are blocking implications of executing a potentially heavy task synchronously.
What are the implications of executing async vs. sync on a block of custom code?
When should I use async. vs. sync?
BTW this is on 10.2.200.3
Thanks