Forum Discussion
JunBinghay
4 years agoNew Contributor II
Thank you Koemets and Gidon_Albert for sharing your ideas. These helped a lot. I was able to figure out how to handle if the autoload process encountered an error by using the statement below:
Dim state = brapi.Workflow.Status.GetWorkflowStatus(si, si.WorkflowClusterPk, True)
If state.HasErrors = "True"
'Do Something
End If
Mustafa_A
4 years agoContributor II
Hi Jun,
Did you build this rule within Extensibility rule?
Related Content
- 3 years ago
- 1 year ago