Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Azure.Workflows.UnitTesting.Definitions
The execution context for a unit test action, this class stores information about the current action running in a test for a Standard logic app workflow. This information includes the action name, inputs, parent action context, and iteration details for looping scenarios.
Properties
Name | Description | Type | Required |
---|---|---|---|
ActionName | The current action name | string | Yes |
ActionInputs | The current action inputs | JToken | No |
ParentActionName | The current parent action name | string | No |
CurrentIterationInput | The current iteration input | TestIterationItem | No |