/
How to Check Workflow Step Execution Status
How to Check Workflow Step Execution Status
If you want to find out about the execution status of a workflow step, you can use the following methods:
isInitialized()
isPreExecuted()
isDenied()
isApproved()
isWithdrawn()
Example
for (step in workflowInfo.steps) { if (step.isPreExecuted()) { stageOwner = step.uniqueName } }
, multiple selections available,
Related content
Workflow Post Step Logic
Workflow Post Step Logic
More like this
Workflow Post Step Logic
Workflow Post Step Logic
More like this
How can I show a workflow step comment in the email to all other following steps?
How can I show a workflow step comment in the email to all other following steps?
Read with this
WorkflowStatus
WorkflowStatus
Read with this
Workflow, Post Step Logic - Handbook
Workflow, Post Step Logic - Handbook
More like this
Approval Workflow Logic
Approval Workflow Logic
Read with this
Found an issue in documentation? Write to us.