Skip to main content

CreateExternalExecuteWorkflow200Response

Properties

NameTypeDescriptionNotes
WorkflowExecutionIdStringThe workflow execution id[optional]
MessageStringAn error message if any errors occurred[optional]

Examples

  • Prepare the resource
$CreateExternalExecuteWorkflow200Response = Initialize-PSSailpoint.V2024CreateExternalExecuteWorkflow200Response  -WorkflowExecutionId 0e11cefa-96e7-4b67-90d0-065bc1da5753 `
-Message Workflow was not executed externally. Check enabled flag on workflow definition
  • Convert the resource to JSON
$CreateExternalExecuteWorkflow200Response | ConvertTo-JSON

[Back to top]