mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 04:19:37 +00:00
Update to python SDK docs: 14843065764
This commit is contained in:
@@ -1100,10 +1100,19 @@ with ApiClient(configuration) as api_client:
|
||||
|
||||
## test-workflow
|
||||
Test Workflow By Id
|
||||
::: info
|
||||
|
||||
Workflow must be disabled in order to use this endpoint.
|
||||
|
||||
:::
|
||||
|
||||
Test a workflow with the provided input data. The input data should resemble the input that the trigger will send the workflow. See the [event trigger documentation](https://developer.sailpoint.com/idn/docs/event-triggers/available) for an example input for the trigger that initiates this workflow.
|
||||
|
||||
This endpoint will return an execution ID, which can be used to lookup more information about the execution using the `Get a Workflow Execution` endpoint.
|
||||
|
||||
**This will cause a live run of the workflow, which could result in unintended modifications to your IDN tenant.**
|
||||
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/v2024/test-workflow)
|
||||
|
||||
### Parameters
|
||||
|
||||
@@ -1100,10 +1100,19 @@ with ApiClient(configuration) as api_client:
|
||||
|
||||
## test-workflow
|
||||
Test Workflow By Id
|
||||
::: info
|
||||
|
||||
Workflow must be disabled in order to use this endpoint.
|
||||
|
||||
:::
|
||||
|
||||
Test a workflow with the provided input data. The input data should resemble the input that the trigger will send the workflow. See the [event trigger documentation](https://developer.sailpoint.com/idn/docs/event-triggers/available) for an example input for the trigger that initiates this workflow.
|
||||
|
||||
This endpoint will return an execution ID, which can be used to lookup more information about the execution using the `Get a Workflow Execution` endpoint.
|
||||
|
||||
**This will cause a live run of the workflow, which could result in unintended modifications to your IDN tenant.**
|
||||
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/v2025/test-workflow)
|
||||
|
||||
### Parameters
|
||||
|
||||
@@ -1112,10 +1112,19 @@ with ApiClient(configuration) as api_client:
|
||||
|
||||
## test-workflow
|
||||
Test Workflow By Id
|
||||
::: info
|
||||
|
||||
Workflow must be disabled in order to use this endpoint.
|
||||
|
||||
:::
|
||||
|
||||
Test a workflow with the provided input data. The input data should resemble the input that the trigger will send the workflow. See the [event trigger documentation](https://developer.sailpoint.com/idn/docs/event-triggers/available) for an example input for the trigger that initiates this workflow.
|
||||
|
||||
This endpoint will return an execution ID, which can be used to lookup more information about the execution using the `Get a Workflow Execution` endpoint.
|
||||
|
||||
**This will cause a live run of the workflow, which could result in unintended modifications to your IDN tenant.**
|
||||
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/v3/test-workflow)
|
||||
|
||||
### Parameters
|
||||
|
||||
Reference in New Issue
Block a user