Changelog
This changelog documents material changes to the Flow Results specification. Versions of the specification adhere to Semantic Versioning.
[Unreleased]
Added
Webhook block type within the Core namespace (
Core.Webhook), for asynchronous or synchronous requests to external endpoints during Flow runs. (#24)
[1.0.0-rc3] - 2021-07-30 (proposed)
Changed
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. (#53)Remove
configon exits, as this seems to be unused and unecessary. Replace withvendor_metadataon exits. (#57)
Added
API Specification for publishing, listing, and running Flows on external systems. (#58)
Add additional "test" functions for interoperability with RapidPro
[1.0.0-rc2] - 2020-06-30
Added
Added
tagsto blocks for semantic categorizationPositions (x,y) of Blocks on the canvas added in a standard part of the spec (ui_metadata instead of vendor_metadata)
Changed
exit.tagrenamed toexit.namefor consistency with Flows and BlocksRemove
exit.labelas there is no need for a translated resource of exit names (#55)
Last updated
Was this helpful?