TestExternalExecuteWorkflowV1200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| payload | object | The input that was received | [optional] |
| } |
Example
from sailpoint.workflows.models.test_external_execute_workflow_v1200_response import TestExternalExecuteWorkflowV1200Response
test_external_execute_workflow_v1200_response = TestExternalExecuteWorkflowV1200Response(
payload={"test":"hello world"}
)