Update to powershell SDK docs: 14843057599

This commit is contained in:
developer-relations-sp
2025-05-05 18:06:56 +00:00
parent dffc38f8ef
commit 8927393d82
3 changed files with 18 additions and 0 deletions

View File

@@ -898,12 +898,18 @@ try {
## test-workflow
::: 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