Skip to main content

Workflow

Creates a workflow binding for orchestrating and automating tasks in Cloudflare Workers.

Props

string
Name of the workflow.
string
Name of the class that implements the workflow.
string
Name of the script containing the workflow implementation.

Output

string
Unique identifier for the workflow.
string
Name of the workflow.
string
Class name used to identify the workflow.
string
Name of the script containing the workflow implementation.
workflow
Type identifier for the binding.

Examples

Basic Workflow

OFAC Compliance Workflow