Skip to main content

CreateExternalExecuteWorkflowV1Request

Properties

NameTypeDescriptionNotes
inputobjectThe input for the workflow[optional]
}

Example

from sailpoint.workflows.models.create_external_execute_workflow_v1_request import CreateExternalExecuteWorkflowV1Request

create_external_execute_workflow_v1_request = CreateExternalExecuteWorkflowV1Request(
input={"customAttribute1":"value1","customAttribute2":"value2"}
)

[Back to top]