Pattern 16 (Deferred Choice)


    <concurrence
        sync="generic"
        count="1"
        remaining="cancel"
    >
        <participant ref="an-activity" />
        <participant ref="another-activity" />
    </concurrence>

The first activity to reply in this example will induce the cancellation of the other one.