Skip to main content

TestExternalExecuteWorkflowV1Request

Properties

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

[Back to top]