Update to powershell SDK docs: 14840363765

This commit is contained in:
developer-relations-sp
2025-05-05 15:40:38 +00:00
parent bec28973e7
commit 1a2b875b8d
11 changed files with 101 additions and 48 deletions

View File

@@ -897,6 +897,9 @@ try {
[[Back to top]](#)
## 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.**