Commit 4adbc11 vuplea
committed
1 parent 8f7396f commit 4adbc11 Copy full SHA for 4adbc11
File tree 1 file changed +4
-1
lines changed
src/Test/WorkflowApplicationTestExtensions
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,13 @@ namespace WorkflowApplicationTestExtensions
8
8
{
9
9
/// <summary>
10
10
/// 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
12
12
/// by creating bookmarks.
13
13
/// The idea is to induce unload/load as much as possible to test persistence
14
14
/// serialization/deserialization.
15
+ /// When using <see cref="WorkflowApplicationTestExtensions"/>, the bookmarks
16
+ /// can be automatically resumed and workflow continued transparently until
17
+ /// completion.
15
18
/// </summary>
16
19
public class SuspendingWrapper : NativeActivity
17
20
{
You can’t perform that action at this time.
0 commit comments