Skip to main content

TestExternalExecuteWorkflowV1200Response

Properties

NameTypeDescriptionNotes
PayloadSystemCollectionsHashtableThe 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]