Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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.
Related content
- ActionMock Class Definition
- TriggerMock Class Definition
- TestActionExecutionContext Class Definition
- TestExecutionContext Class Definition
- TestIterationItem Class Definition
- TestWorkflowRun Class Definition
- TestErrorInfo Class Definition
- TestErrorResponseAdditionalInfo Class Definition
- TestWorkflowOutputParameter Class Definition
- TestWorkflowRunActionRepetitionResult Class Definition
- TestWorkflowRunActionResult Class Definition
- TestWorkflowRunTriggerResult Class Definition
- UnitTestExecutor Class Definition