File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/Test/WorkflowApplicationTestExtensions Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,13 @@ namespace WorkflowApplicationTestExtensions
88{
99 /// <summary>
1010 /// Wrapper over one/multiple sequential activities.
11- /// Between scheduling the activity/activities, it induces persistence Idle
11+ /// Between scheduling the activity/activities, it induces PersistableIdle
1212 /// by creating bookmarks.
1313 /// The idea is to induce unload/load as much as possible to test persistence
1414 /// serialization/deserialization.
15+ /// When using <see cref="WorkflowApplicationTestExtensions"/>, the bookmarks
16+ /// can be automatically resumed and workflow continued transparently until
17+ /// completion.
1518 /// </summary>
1619 public class SuspendingWrapper : NativeActivity
1720 {
You can’t perform that action at this time.
0 commit comments