Skip to content

Commit d39af1f

Browse files
Automated build 'Automated commit 'Merge pull request #2087 from sailpoint/update/testWorkflow
add info section for workflow test' by github action: 14840303561' powershell sdk: 14840333764
1 parent 706081b commit d39af1f

6 files changed

Lines changed: 12 additions & 3 deletions

File tree

PSSailpoint/v2024/docs/Methods/V2024WorkflowsApi.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,9 @@ try {
887887
[[Back to top]](#)
888888

889889
## test-workflow
890+
::: info
891+
Workflow must be disabled in order to use this endpoint.
892+
:::
890893
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.
891894
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.
892895
**This will cause a live run of the workflow, which could result in unintended modifications to your IDN tenant.**

PSSailpoint/v2024/src/PSSailpoint.V2024/Api/V2024WorkflowsApi.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ Test Workflow By Id
14521452
14531453
.DESCRIPTION
14541454
1455-
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.**
1455+
::: 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.**
14561456
14571457
.PARAMETER Id
14581458
Id of the workflow

PSSailpoint/v2025/docs/Methods/V2025WorkflowsApi.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,9 @@ try {
887887
[[Back to top]](#)
888888

889889
## test-workflow
890+
::: info
891+
Workflow must be disabled in order to use this endpoint.
892+
:::
890893
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.
891894
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.
892895
**This will cause a live run of the workflow, which could result in unintended modifications to your IDN tenant.**

PSSailpoint/v2025/src/PSSailpoint.V2025/Api/V2025WorkflowsApi.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ Test Workflow By Id
14521452
14531453
.DESCRIPTION
14541454
1455-
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.**
1455+
::: 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.**
14561456
14571457
.PARAMETER Id
14581458
Id of the workflow

PSSailpoint/v3/docs/Methods/WorkflowsApi.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,9 @@ try {
897897
[[Back to top]](#)
898898

899899
## test-workflow
900+
::: info
901+
Workflow must be disabled in order to use this endpoint.
902+
:::
900903
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.
901904
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.
902905
**This will cause a live run of the workflow, which could result in unintended modifications to your IDN tenant.**

PSSailpoint/v3/src/PSSailpoint.V3/Api/WorkflowsApi.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ Test Workflow By Id
15021502
15031503
.DESCRIPTION
15041504
1505-
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.**
1505+
::: 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.**
15061506
15071507
.PARAMETER Id
15081508
Id of the workflow

0 commit comments

Comments
 (0)