Global variable acessible to all (or a group of) workflows

Hello,

I need to create a global variable that can be shared amongst all workflows I have, or at least to a group of workflows available. Is it possible?

The reason is that I need to share some information like the directory path to each my workflows, and if that path is changed, for instance, I need to change that on every workflow. If that is global to all workflows, I can avoid this work and some derived mistakes.

Thanks!

Hi there @gcfleury,

to my knowledge there is no such thing as global variable which can be shared among multiple workflows. You can use Shared Metanode/Component though and reuse them in other workflows. This way you are required to perform change (when it happens) only once.

Br,
Ivan

2 Likes

very crude, but write to a text file and read it through other flows?

2 Likes

Hi @Bahadurma,

that is a way as well only choose location wisely cause changing might give you few problems :wink:

Br,
Ivan

1 Like

definetely more than “few” :slight_smile:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.