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