Ok, so my ISaga<Order> handles the Order's states. Order is an entity. The state is initializes, the saga received a CorrelationId.
Some days later somebody, interactively wants to change some order's state. How would he send the message? Should I give the order entity a CorrelationId property, pass it in at saga initialization? Then later, I would get my order from the repo and send ISagaMessage with its CorrelationId? Just rechecking to make no basic mistakes, early on... Thanks! -- Jan -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
