Skip to main content

CreateExternalExecuteWorkflowV1Request

Properties

NameTypeDescriptionNotes
VarInput[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0The 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

[Back to top]