OrleansContrib / Orleans.Activities

Workflow Foundation (.Net 4.x System.Activities workflows) over Microsoft Orleans framework, providing stable, long-running, extremely scalable processes with XAML designer support.
Apache License 2.0
81 stars 16 forks source link

Cancellable operations #24

Open lmagyar opened 8 years ago

lmagyar commented 8 years ago

To wait for the incoming request is cancellable, but the execution of the parameter delegate is not. Also the outgoing requests return delegate is not cancellable. The outgoing request is awaited by the scope without cancellation, this is a third place for an optional cancellable Task.

lmagyar commented 7 years ago

Orleans has cancellation support: https://github.com/dotnet/orleans/issues/1516