Example 1
This conditional transition example loops through the InternalApprovalWorkItemModify activity, until all participants approve the modification or one of them rejects the modification.
<Rule>
<Parameter name="wicreated" type="boolean" eval="variable" direction="in">approvalFlag</Parameter>
<Parameter name="numberCreated" type="long" eval="variable" direction="in">NumberCreated</Parameter>
<Parameter name="numberCompleted" type="long" eval="variable" direction="in">NumberCompleted</Parameter>
<Parameter name="response" type="string" eval="xpath" source="/Message/Body/Document/BusinessDocument/CatalogAction/CatalogA ctionHeader/CatalogActionHeaderAck[last()]/AcknowledgmentCode/Code/Val ue/text()" direction="in">workDoc</Parameter>
<Parameter name="result" type="boolean" direction="out" />
<Condition format="bsh">
<