Community
Participate
Working Groups
Build Identifier: Like the new 'add participant' mechanism for a ChoreographyTask - makes it a lot easier to setup the participants than going through the advanced properties. One slight improvement would be that when adding the first participant to the choreography task, if that participant could also be set as the 'initiating participant', then it would be even better. Users could still change which participant is the initiator, but using the properties, but by default assuming the first participant is the initiator is a reasonable approach. Reproducible: Always
One other point - the initiating participant ref property uses the 'toString()' value of the Participant, rather than the name. It would be cleaner if this field either used the name, or some composite string made up of the name and id (for cases where possibly the name has not been defined)?
Created attachment 209274 [details] Patch to provide a solution Provides the initial participant based on the first participant set. This does not mean the user cannot change the initiating participant to another participant, however in most cases the user would set the initiator first, and therefore this change reduces the work by the user in most situations.
Thanks Gary, I've applied the patch.