[
https://issues.apache.org/jira/browse/SCB-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16669661#comment-16669661
]
Zheng Feng commented on SCB-836:
--------------------------------
I just assign it to me and will take a look
> Support the nesting SagaStart
> -----------------------------
>
> Key: SCB-836
> URL: https://issues.apache.org/jira/browse/SCB-836
> Project: Apache ServiceComb
> Issue Type: Improvement
> Components: Saga
> Reporter: Willem Jiang
> Assignee: Zheng Feng
> Priority: Major
>
> We can take the
> [nesting-lras|https://github.com/eclipse/microprofile-lra/blob/master/spec/src/main/asciidoc/microprofile-lra-spec.adoc#323-nesting-lras]
> from the microprofile as an example.
> An activity can be scoped within an existing Saga using the @SagaStart
> annotation. Invoking a method marked with this annotation will start a new
> Saga whose outcome depends upon whether the enclosing Saga is closed or
> cancelled.
> * If the nested Saga is closed but the outer Saga is cancelled then the
> participants registered with the nested Saga will be told to compensate.
> * If the nested Saga is cancelled the outer Saga can be still closed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)