Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V3/Models/CreateExternalExecuteWorkflow200Response.md
2025-02-20 12:59:19 -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
create-external-execute-workflow200-response CreateExternalExecuteWorkflow200Response CreateExternalExecuteWorkflow200Response CreateExternalExecuteWorkflow200Response pythonsdk
python
Python
sdk
CreateExternalExecuteWorkflow200Response
CreateExternalExecuteWorkflow200Response
/tools/sdk/python/v3/models/create-external-execute-workflow200-response
SDK
Software Development Kit
CreateExternalExecuteWorkflow200Response
CreateExternalExecuteWorkflow200Response

CreateExternalExecuteWorkflow200Response

Properties

Name Type Description Notes
workflow_execution_id str The workflow execution id [optional]
message str An error message if any errors occurred [optional]
}

Example

from sailpoint.v3.models.create_external_execute_workflow200_response import CreateExternalExecuteWorkflow200Response

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

[Back to top]