Skip to content
{% step %}
AutoXXS (320px)XS (375px)SM (640px)MD (768px)LG (1024px)XL (1280px)XXL (1536px)
SketchMaterialiOSTamagui
DataInjectionKeyPatternsServiceTransactionProcessResearchProductQualityPerformanceSpecDomainFunctionTechnologyArchitectureConfigMiddlewareDataDatabaseDrizzleMigrationModelop-sqliteSchemaSQLState ManagementDraftKeystoneMergePatchPatchesPersistenceReactiveRedoStoreUndoTestingDeviceFactoryIsolationTypeScriptZodTopicsCommunicationBidsNVCDesignDesign ImplicationsEducationPedagogyFoundationsPsychologyAttachmentFloodingRelatingAuthentic RelatingUIEditorReact Native

{% step %}

Attributes

Parameter Type Required Description
id string Stable name so this step can be targeted by a join tag
action string Bare action name for fire-and-forget operations
operation string Bare operation name for request/response steps
actor string Qualified role id performing this step (e.g., 'role/user')
label string Optional display label for this step in the diagram

Valid Children

TagMultiplicity
{% branch %}[?]

Valid Parent Contexts

This tag is valid inside: {% flow %}

A single step in a \{% flow %\} sequence. Use action for fire-and-forget, operation for request/response. Omit both for client-side steps.

Step with named id and action for join targeting
tagstepflow step-tag-with-action
{% step id="submit" action="submit-url" actor="role/user" %}
User enters a URL in the sidebar.
{% /step %}