Skip to main content

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

The Test activity in the designer

Example

outputVariable = Test("<workflowId>", parameters={})

Inputs

NameTypeRequiredDefaultDescription
WorkflowstringYesThe workflow to be tested.
Test parametersobjectDefine parameters to be used when executing this test.

Outputs

NameTypeDescription
outputVariablestringSpecifies the name of the variable that will store the result.