Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/PostExternalExecuteWorkflow200Response.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05: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
post-external-execute-workflow200-response PostExternalExecuteWorkflow200Response PostExternalExecuteWorkflow200Response PostExternalExecuteWorkflow200Response powershellsdk
powershell
PowerShell
sdk
PostExternalExecuteWorkflow200Response
/tools/sdk/powershell/beta/models/post-external-execute-workflow200-response
SDK
Software Development Kit
PostExternalExecuteWorkflow200Response

PostExternalExecuteWorkflow200Response

Properties

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

Examples

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

[Back to top]