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