메타데이터

<manual-activity id="1" category="AC1">
      ...    
    <join type="none"/>
    <split type="and">
      <transition-id idref="1"/>
      <transition-id idref="2"/>
      <transition-id idref="3"/>
      <transition-id idref="4"/>
    </split>
    <task>
      ...       
    </task>
    <allocation-strategy type="target" 
                         identifier="HEARINGSCHEDULE"/>
    <event-wait>
      ...
    </event-wait>
  </manual-activity>

and 분할 유형의 메타데이터는 xor(선택항목 XOR 분할 참조) 분할 유형과 유사합니다. 차이점은 분할 유형이 and로 지정되었다는 점입니다. 이 경우 워크플로우 엔진이 지정된 활동에서 진행할 상태 전이 목록을 결정할 때 and 분할에 적합한 모든 상태 전이가 수행되기 때문에 이 목록에 있는 상태 전이의 순서는 중요하지 않습니다. 이러한 분할 유형의 경우 순서가 지정된 상태 전이 목록이 유지보수되어 and에서 xor로 분할 유형을 변경할 수 있습니다. 이 경우 상태 전이의 순서가 다시 중요해집니다.