Create Workflow Steps (Batch)

Append-only batch create of draft steps in one transaction. Prefer this
over repeated createWorkflowStep calls when building a full graph.

Semantics (not a sync/replace)

  • Never deletes existing draft steps
  • Server assigns step IDs
  • Link with previous_step_alias / parent_step_alias (or UUID variants)
  • Aliases resolve in payload order against existing draft steps and
    earlier steps in the same request
  • Full placement validation runs once at the end — all succeed or none applied

Pass include=steps to also receive the full editable draft list (same as
single create).

OAuth callers require the workflows:update scope.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Workflow ID

Query Params
string
enum

When steps, also return the full editable draft step list

Allowed:
Body Params

Steps to create

steps
array of objects
required
length between 1 and 50
steps*
string
length between 1 and 255
string
enum
Allowed:
data
object
string
metadata
object
string
required
length between 1 and 255
string
length between 1 and 255
uuid
string
length between 1 and 255
uuid
string
enum
required
Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json