Changelog
Last updated
Was this helpful?
Last updated
Was this helpful?
This changelog documents material changes to the Flow Results specification. Versions of the specification adhere to .
Webhook block type within the Core namespace (Core.Webhook
), for asynchronous or synchronous requests to external endpoints during Flow runs.
SelectOneResponse and SelectManyResponse block types: Introduce a test-based system for mapping responses received via text, IVR, and other channels to choices in a standard way. Restructure choice definitions from a map of [{choice-name: resources}]
to a structure that is easier to work with in Javascript.
Remove config
on exits, as this seems to be unused and unecessary. Replace with vendor_metadata
on exits.
for publishing, listing, and running Flows on external systems.
Add additional "test" functions for interoperability with RapidPro
Added tags
to blocks for semantic categorization
Positions (x,y) of Blocks on the canvas added in a standard part of the spec (ui_metadata instead of vendor_metadata)
exit.tag
renamed to exit.name
for consistency with Flows and Blocks
Remove exit.label
as there is no need for a translated resource of exit names