2010-09-07 04:04:58 'C' You have option to change the value of variable splitA. If you don't set it, both B and B1 transitions will be taken. Set it to B to follow activity B, if you set it to B1 it will proceed to activity B1. You have option to change the value of variable splitB. If you don't set it, transitions to both B1 and C will be taken. Set it to B1 to follow only activity B, if you set it to B1 it will proceed to only activity C. You have option to change the value of variable splitB2. If you don't set it, transitions to both C and D will be taken. Set it to C to follow only activity C, if you set it to D it will proceed to only activity D. !attribute('splitA') || attribute('splitA') == 'B1' !attribute('splitA') || attribute('splitA') == 'B' !attribute('splitB') OR attribute('splitB').search('B1') !attribute('splitB') OR attribute('splitB').search('C') 1