We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7396f commit 4adbc11Copy full SHA for 4adbc11
src/Test/WorkflowApplicationTestExtensions/SuspendingWrapper.cs
@@ -8,10 +8,13 @@ namespace WorkflowApplicationTestExtensions
8
{
9
/// <summary>
10
/// Wrapper over one/multiple sequential activities.
11
- /// Between scheduling the activity/activities, it induces persistence Idle
+ /// Between scheduling the activity/activities, it induces PersistableIdle
12
/// by creating bookmarks.
13
/// The idea is to induce unload/load as much as possible to test persistence
14
/// serialization/deserialization.
15
+ /// When using <see cref="WorkflowApplicationTestExtensions"/>, the bookmarks
16
+ /// can be automatically resumed and workflow continued transparently until
17
+ /// completion.
18
/// </summary>
19
public class SuspendingWrapper : NativeActivity
20
0 commit comments