Skip to main content

Test Workflow By Id

POST 

/workflows/:id/test

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 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.

Request

Path Parameters

    id stringrequired

    Id of the workflow

Body

required
    input objectrequired

    The test input for the workflow.

Responses

The Workflow object

Schema
    workflowExecutionId string

    The workflow execution id

Loading...