Skip to contents

Executes a workflow with the given input data, following the defined execution flow including any conditional branching.

Usage

execute(workflow, input)

Arguments

workflow

A workflow object

input

Initial input data

Value

The result of workflow execution