Skip to main content
objectWorkflowStepCatalogEntry

Fields

kind
String!

Category of this workflow step catalog entry.

category
String!

The category associated with this workflow step catalog entry.

label
String!

Human-readable label for this workflow step catalog entry.

description
String!

One or two sentences: what the step does.

details
String!

The long form: preconditions, credentials, side effects, failure modes, and what the step contributes to session data.

execution
String!

The execution associated with this workflow step catalog entry.

configSchema
JSON!

JSON Schema for this kind's config object, derived from its field descriptors.

capabilityFlags
[String!]!

Capability flags associated with this workflow step catalog entry.

requiredPaths
[String!]!

Required paths associated with this workflow step catalog entry.

providedPaths
[String!]!

Provided paths associated with this workflow step catalog entry.

sourceHandles
[String!]!

Outgoing handle ids an edge may leave this step from.

mutatesExternal
Boolean!

Whether this workflow step catalog entry mutates external.

mutatesWorktree
Boolean!

Whether this workflow step catalog entry mutates worktree.