Skip to main content

TestExternalExecuteWorkflowV1200Response

Properties

NameTypeDescriptionNotes
payloadobjectThe 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"}
)

[Back to top]