app-automation_studio

On this page:

createWorkflowTest

Summary

Creates a new workflow test document for a workflow.

Description

Creates a new workflow test document for a workflow.

Route

POST /automation-studio/:workflowId/tests

Roles

admin apiwrite designer

Parameters

DetailsExampleSchema
Name Type Required Description
workflowId string yes ObjectId specifying a workflow entity.
workflowTest object yes Workflow test entity to create.

Return

DetailsExampleSchema
Name Type Description
response object Created workflow test and associated edit URI.