Question on wf_engine.handleError with retry option
When we execute wf_engine.handleError with retry option in PL/SQL, is the API call completed only after the workflow activity it submits is completed? i.e. in the next command in PL/SQL can we be sure that the API completed or should there be a delay? Should we check in a loop if the item_key we submitted is completed?
Thanks