Skip to main content

CreateExternalExecuteWorkflowRequest

Properties

NameTypeDescriptionNotes
inputobjectThe input for the workflow[optional]
}

Example

from sailpoint.v3.models.create_external_execute_workflow_request import CreateExternalExecuteWorkflowRequest

create_external_execute_workflow_request = CreateExternalExecuteWorkflowRequest(
input={customAttribute1=value1, customAttribute2=value2}
)

[Back to top]