Skip to main content

TestExternalExecuteWorkflowRequest

Properties

NameTypeDescriptionNotes
inputobjectThe test input for the workflow[optional]
}

Example

from sailpoint.v3.models.test_external_execute_workflow_request import TestExternalExecuteWorkflowRequest

test_external_execute_workflow_request = TestExternalExecuteWorkflowRequest(
input={test=hello world}
)

[Back to top]