Bool
Indicates that the participant set in the participant.next attribute is considered the preferred participant. The participant.next will be the selected participant for that instance every time the instance arrives to an activity that belongs to a Role that this participant.next has assigned. If you change the participant.next but not set to false the sticky attribute then, the new preferred participant will become the new participant.next. For example: // If you are logged in as "Part1", then "participant" = Part1 // and participant.next becomes "Part1" participant.sticky = true display participant.name + " is defined as sticky?: " + participant.sticky participant.next = participant // This instance will be automatically selected to Part1 in all the activities that have to be performed by any role that is assigned to Part1 // If participant.next is set to another participant, p.e. Part2, then Part2 will become the preferred participant. Each time the instance moves to an activity and the participant.next is enabled to work with it (belongs to the role where the activity is), the instance is submitted to this participant.next work queue. In the Split and SplitN activities, all generated copies maintain the participant.sticky value from the original instance. In the SplitN FBL you can change its value. Note: if the participant.next is changed during the process, be sure that participant.sticky is reset unless the new participant.next is considered the preferred participant.