{% postcondition %}
Attributes
| Parameter | Type | Required | Description |
|---|---|---|---|
outcome | string | — | Links this postcondition to a specific branch path outcome (e.g., 'success') |
Valid Parent Contexts
This tag is valid inside: {% flow %}
States a condition that holds after the flow completes. Use outcome to link a postcondition to a specific branch path.
Postconditions for success and error paths
{% postcondition %}Bookmark saved and visible in the list{% /postcondition %}{% postcondition outcome="duplicate-url" %}Duplicate error shown; bookmark not created{% /postcondition %}