Workflow Events API
GET/api/workflow/registry/authoring-guide
Product availabilityAlgaPSA

Get the workflow authoring guide

Returns a machine-readable manual for composing WorkflowDefinition JSON: the definition and step JSON Schemas (assembled live from the runtime types), node-type semantics, control-block semantics, the $expr expression grammar with per-context roots and the custom function catalog, data-flow idioms, a complete worked example, and common pitfalls. Read this before composing or editing a workflow programmatically.

RBAC · workflow

Response body

Success response 200 · schema WorkflowAuthoringGuideResponse

overviewobjectRequired
definitionSchemaobjectRequired
A JSON Schema document.
stepSchemasobjectRequired
nodeTypesarray of objectRequired
itemsobject
controlBlocksarray of objectRequired
itemsobject
expressionLanguageobjectRequired
dataFlowarray of stringRequired
itemsstring
workedExampleobjectRequired
commonPitfallsarray of stringRequired
itemsstring

Response codes

200
Authoring guide document.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
500
Unexpected error.