Avatar

Correct answer by
Level 10

Hi,

Any variable created within a process are accessible by all the acitivties.

You do not need to associate the value through additional acitivity.

e.g. you can directly use this variable value in the SQL activity to increment & get the next sequence number.

Note that you do not even need two SQL activities to perform this. A single SQL activity can execute multiple SQL Queries.

Hope that helps.

Nith

View solution in original post