Skip to main content
The Workflows service allows you to create, manage, and monitor multi-step automation workflows with triggers, conditions, and delays.

Overview

List Workflows

With filters:

Get a Workflow

Create a Workflow

Update a Workflow

Delete a Workflow

Deleting a workflow also deletes all its instances and step logs.

Trigger a Workflow

Manually trigger a workflow with optional input data:

List Instances

View execution instances for a workflow:

Get Instance Details

Get a single instance with its full step logs:

Cancel an Instance

Cancel a running or waiting instance:
Only instances in running or waiting status can be cancelled. Attempting to cancel a completed or already cancelled instance returns a 409 error.

Retry a Failed Instance

Resume a failed or waiting instance: