Skip to main content

TestWorkflowV1Request

Properties

NameTypeDescriptionNotes
VarInputSystemCollectionsHashtableThe test input for the workflow.[required]

Examples

  • Prepare the resource
$TestWorkflowV1Request = Initialize-TestWorkflowV1Request  -VarInput null
  • Convert the resource to JSON
$TestWorkflowV1Request | ConvertTo-JSON

[Back to top]