nyaruka / goflow

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

Function to enumerate all asset references in a flow #493

Closed rowanseymour closed 5 years ago

rowanseymour commented 5 years ago

Only complicated part here is that we also need to parse expressions for field references

ericnewcomer commented 5 years ago

Groups can also be expressions among other things. Look here for the current checklist of where dependencies can live: https://github.com/nyaruka/rapidpro/blob/27b5f975a761d878a55f84ecd31d96e322cff655/temba/flows/models.py#L2549

rowanseymour commented 5 years ago

Added in #551