Edit

Share via


TestWorkflowStatus enum

Namespace: Microsoft.Azure.Workflows.UnitTesting.Definitions

This enumeration represents the possible execution states that a unit test run can have for a Standard logic app workflow, trigger, or action during test execution.

Values

Name Description
Succeeded The status is 'Succeeded.'
Skipped The status is 'Skipped.'
Cancelled The status is 'Cancelled.'
Failed The status is 'Failed.'
TimedOut The status is 'Timed out.'
Terminated The status is 'Terminated.'
NotSpecified The status isn't specified.

Note

You can create mock operations with only the Succeeded and Failed statuses. Azure Logic Apps uses the other statuses to report the final operation state after execution completes.