Editorial Workflows

At a glance

The small set of concepts behind Editorial Workflows, and how they fit together.

Prerelease

Editorial Workflows turns content processes into data that people, agents, and applications can operate consistently.

Loading...

Editorial Workflows is organization-wide by design. One workflow can coordinate content across projects, datasets, Canvas, and Media Library through global document references.

The vocabulary at a glance

What the engine is

The engine is a TypeScript library, not a hosted service. It owns the workflow domain model and commits every change to an instance through explicit verbs.

The CLI and MCP server operate the engine directly. The App SDK layer supplies reactive document access, and the Studio plugin sits on top of that layer to provide the Editorial Workflows interface.

How it fits together

A definition describes a process; an instance is one run, currently in one stage. Actions change its state, and transitions move it when their conditions hold. The engine continues that cascade until the instance settles.

Conditions express decisions in GROQ. Effects queue external work for a runtime. Guards deploy rules to the Content Lake. Reactive sessions keep application experiences current.

Next steps

Choose what you need next:

  • Getting started: deploy and run your first workflow.
  • Cookbook: adapt complete workflow examples.
  • Reference: look up exact types, fields, defaults, and engine verbs.

Visiting agent?

Was this page helpful?