cancel
Showing results for 
Search instead for 
Did you mean: 

GP: Define an block global variable

Former Member
0 Kudos

Hi all,

i created an action "setOrderState" which requires an orderID and an orderState as string.

Because this action should be used in some other blocks with other state-strings, i would like to define the string orderState inside every block like a global final parameter. So the Workflow designer just have to define this variable in the block and can use the existing action "setOrderState".

Any idea how to define such variables?

Best regards

Philipp

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

my work-around is to create a Business Logic CO which returns a fix string as parameter.

Best regards

Philipp