CreateExternalExecuteWorkflowRequest
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| input | object | The 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}
)