nyaruka / goflow

Flow engine for RapidPro/TextIt.
Other
45 stars 20 forks source link

Migration: legacy add_label/add_group/del_group actions which take expressions #66

Closed rowanseymour closed 7 years ago

rowanseymour commented 7 years ago

Currently these actions in RapidPro take one of 3 things as a label or group:

My first inclination is that we should drop support for expressions here because we shouldn't give users enough rope to create millions of groups/labels by accident.

rowanseymour commented 7 years ago

Added for add_group/del_group in https://github.com/nyaruka/goflow/pull/98

rowanseymour commented 7 years ago

Added for add_label in https://github.com/nyaruka/goflow/pull/99