diff --git a/v1-1/orchestra_spec.md b/v1-1/orchestra_spec.md index 90e9a7b..7521d30 100644 --- a/v1-1/orchestra_spec.md +++ b/v1-1/orchestra_spec.md @@ -1395,12 +1395,12 @@ repeating groups. A state variable can be tested in a conditional expression or set by an assignment expression. -**Example:** An actor with state variables for TradingSession(336) and TradeDate(75). +**Example:** An actor with state variables for TradingSessionID(336) and TradeDate(75). ```xml - - + + ``` @@ -1493,11 +1493,11 @@ messages on the flow. It takes one of these values: + messageCast="unicast" reliability="idempotent"/> + messageCast="unicast" reliability="recoverable"/> + messageCast="multicast" reliability="bestEffort"/> ```