Hi folks
I have questions regarding ebXML BPSS 1.05.
below is a sample binary collaboration with choreography added from BPSS version 1.05 (line number 1294 - 1357)
I was trying to draw UML acitivity diagram for it but couldn't do it because
1. There is no way to start a Update Repair Order business transaction yet the transition below states
fromBusinessState = "Update Repair ORder" toBusinessState = "Process Repair Order"
2. There are two Success Node, one from Process Repair Order, one from Update Repair Order and I couldn't figure out how to connect Process Repair Order and Update Repair Order.
I guess isConcurrent parameter got something to do with it but can't really understand it.
Could someone draw or explain overall activity diagram for this example?
<BinaryCollaboration
..........
<Start toBusinessState = "Process Repair Order"
<BusinessTransactionActivity name = "Process Repair Order" ..... >
<BusinessTransactionActivity name = "Update Repair Order" ...... >
<Success
fromBusinessState = "Process Repair Order" conditionGuard ="Success" >
<Success
fromBusinessState = "Update Repair Order" conditionGuard ="Success" >
<Failure
fromBusinessState = "Process Repair Order" conditionGuard "AnyProtocolFailure">
<Failure
fromBusinessState = "Update Repair Order" conditionGuard "AnyProtocolFailure">
<Transition
fromBusinessState = "Update Repair Order"
toBusinessState = "Process Repair Order"
conditionGuard = "Success"
.....>
</Transition>
</BinaryCollaboration>
Thanks in advance
P.S : What happened to ebTWG web site? they are down for like a week now. Is there any BPSS specific mailing list?
David