stream: add CancellationStrategy attribute to configure default stage cancellation behaviors
This commit is contained in:
parent
eb1236419d
commit
7e6f351138
6 changed files with 475 additions and 14 deletions
|
|
@ -750,6 +750,7 @@ private final case class SavedIslandData(
|
|||
val boundary = new ActorOutputBoundary(shell, out.toString)
|
||||
logics.add(boundary)
|
||||
boundary.stageId = logics.size() - 1
|
||||
boundary.attributes = logic.attributes
|
||||
|
||||
val connection = outConn()
|
||||
boundary.portToConn(boundary.in.id) = connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue