Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/CreateExternalExecuteWorkflow200Response.md
2025-05-07 14:37:48 +00:00

1.3 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-create-external-execute-workflow200-response CreateExternalExecuteWorkflow200Response CreateExternalExecuteWorkflow200Response CreateExternalExecuteWorkflow200Response powershellsdk
powershell
PowerShell
sdk
CreateExternalExecuteWorkflow200Response
V2024CreateExternalExecuteWorkflow200Response
/tools/sdk/powershell/v2024/models/create-external-execute-workflow200-response
SDK
Software Development Kit
CreateExternalExecuteWorkflow200Response
V2024CreateExternalExecuteWorkflow200Response

CreateExternalExecuteWorkflow200Response

Properties

Name Type Description Notes
WorkflowExecutionId String The workflow execution id [optional]
Message String An error message if any errors occurred [optional]

Examples

  • Prepare the resource
$CreateExternalExecuteWorkflow200Response = Initialize-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]