Skip to main content

TestExternalExecuteWorkflowRequest

Properties

NameTypeDescriptionNotes
VarInput[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0The test input for the workflow[optional]

Examples

  • Prepare the resource
$TestExternalExecuteWorkflowRequest = Initialize-PSSailpoint.BetaTestExternalExecuteWorkflowRequest  -VarInput {test=hello world}
  • Convert the resource to JSON
$TestExternalExecuteWorkflowRequest | ConvertTo-JSON

[Back to top]