TestExternalExecuteWorkflowRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
input | object | The test input for the workflow | [optional] |
} |
Example
from sailpoint.v2024.models.test_external_execute_workflow_request import TestExternalExecuteWorkflowRequest
test_external_execute_workflow_request = TestExternalExecuteWorkflowRequest(
input={test=hello world}
)