Workflow variables are scoped to the specific flow...
# 🌎general
a
Workflow variables are scoped to the specific flow they're in, so
workflow.foo
in Main won't be available in On Conversation End, nor in any other flow. There are other variables that are availble in all flows- specifically session vars and user vars. We go through all the variable types in our documentation here https://botpress.com/docs/cloud/studio/variables/#session-variables