Test
Run a separate workflow as a test. The test workflow may contain assertions to validate the expected behavior.
Category: Testing & Assertions · Group: General · Activity name: Test

Example
outputVariable = Test("<workflowId>", parameters={})
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Workflow | string | Yes | The workflow to be tested. | |
| Test parameters | object | Define parameters to be used when executing this test. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the result. |