TestExternalExecuteWorkflowV1Request
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| VarInput | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | The test input for the workflow | [optional] |
Examples
- Prepare the resource
$TestExternalExecuteWorkflowV1Request = Initialize-TestExternalExecuteWorkflowV1Request -VarInput {"test":"hello world"}
- Convert the resource to JSON
$TestExternalExecuteWorkflowV1Request | ConvertTo-JSON