Recursive global transition

Stephan Hostie April 16, 2014

I created a global transition in a workflow, to allow reject from all states. A strange behaviour is that the reject transition is also present in the rejected state. Users pressed the reject button several times, thinking it didn t work.

Is there a way to prevent this?

1 answer

1 accepted

0 votes
Answer accepted
Boris Georgiev _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 16, 2014

I think you've got a couple of options (not sure if these are all possible options but at least the ones I can think of)

  1. Add condition which allows this transition only if Status != Rejected
  2. Change the global transition to common transition and remove the rejected->rejected

Suggest an answer

Log in or Sign up to answer