TestExternalExecuteWorkflowV1Request
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| input | object | The test input for the workflow | [optional] |
| } |
Example
from sailpoint.workflows.models.test_external_execute_workflow_v1_request import TestExternalExecuteWorkflowV1Request
test_external_execute_workflow_v1_request = TestExternalExecuteWorkflowV1Request(
input={"test":"hello world"}
)