JMWE transition wont work.

Martin Svensson September 20, 2022

I can't get the calculate multiple transition to work.

i've added both transition ID and the workflow

"1031,1032@@Support-order"

But it dosent take. 

Any ideas?

1 answer

0 votes
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 23, 2023

@David Fischer  - This is old, but I just ran across it. 

David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 23, 2023

Hi @John Funk ,

the syntax is to return either an array of transitions:

["1031","1032@@Support-order"]

or to return a single string with each transition on a separate line:

1031
1032@@Support-order

(for Groovy Templates), or for a Groovy script:

return "1031\n1032@@Support-order"

Suggest an answer

Log in or Sign up to answer