Script outside of Flow to read Flow variables

julianpoynt
Tera Contributor

Is it possible, via script include to read the flow variables from a Flow Action ?

Also, how could I pass the current action ID to the above script include ?

 

I am working on adapting an older Workflow Activity into something for Flow, but the old process was all self contained as it simply read data from the workflow scratchpad.

The way the code itself works, it means it cannot be done inside a subflow or action due to how it works

My initial take is currently using a custom table - which is working, but I'd rather make it self contained.

going to try another way, but that could potentially hide "run information" so making use of variables in the Flow Action would give that visibility

 

1 REPLY 1

Andrey K1
Tera Contributor

have you found a solution?