Skip to main content

PostExternalExecuteWorkflow200Response

Properties

NameTypeDescriptionNotes
workflow_execution_idstrThe workflow execution id[optional]
messagestrAn error message if any errors occurred[optional]
}

Example

from sailpoint.beta.models.post_external_execute_workflow200_response import PostExternalExecuteWorkflow200Response

post_external_execute_workflow200_response = PostExternalExecuteWorkflow200Response(
workflow_execution_id='0e11cefa-96e7-4b67-90d0-065bc1da5753',
message='Workflow was not executed externally. Check enabled flag on workflow definition'
)

[Back to top]