Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JMWE transition wont work.

Martin Svensson
Contributor
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 Champion
June 23, 2023

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

David Fischer
Community Champion
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