How to query the reason for workflow termination?

0
My workflow got aborted when a “Call Microflow” step threw an exception. I can see an entry for this workflow step in System.ProcessedQueueTask with the exception properly captured and attribute “Arguments” looking like this [{"value":"11821949021847553","type":"Identifier"},{"value":true,"type":"Boolean"}] I assume that “value” points to the WorkflowTask corresponding to my workflow; such entity used to exist in workflow prior to MX9.6. How do I now tie the reason for workflow abortion (System.ProcessedQueueTask) with my workflow (System.Workflow)?
asked
0 answers