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