Skip to main content

TestExternalExecuteWorkflowV1200Response

Properties

NameTypeDescriptionNotes
Payload[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0The input that was received[optional]

Examples

  • Prepare the resource
$TestExternalExecuteWorkflowV1200Response = Initialize-TestExternalExecuteWorkflowV1200Response  -Payload {"test":"hello world"}
  • Convert the resource to JSON
$TestExternalExecuteWorkflowV1200Response | ConvertTo-JSON

[Back to top]