TestWorkflowV1200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| workflow_execution_id | str | The workflow execution id | [optional] |
| } |
Example
from sailpoint.workflows.models.test_workflow_v1200_response import TestWorkflowV1200Response
test_workflow_v1200_response = TestWorkflowV1200Response(
workflow_execution_id='0e11cefa-96e7-4b67-90d0-065bc1da5753'
)