TestWorkflowV1Request
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| VarInput | SystemCollectionsHashtable | The test input for the workflow. | [required] |
Examples
- Prepare the resource
$TestWorkflowV1Request = Initialize-TestWorkflowV1Request -VarInput null
- Convert the resource to JSON
$TestWorkflowV1Request | ConvertTo-JSON