IDEMSInternational / rapidpro-flow-toolkit

Toolkit for using spreadsheets to create and modify RapidPro flows
GNU Lesser General Public License v2.1
3 stars 1 forks source link

FlowParser: No_op row type #46

Closed geoo89 closed 1 year ago

geoo89 commented 1 year ago

Introduces a no_op row type, which behaves like a node, but doesn't do anything. This is useful for leading edges into a single point without requiring to do an action.

Blocks now use this implicitly to allow a block to have multiple from-rows.