WorkSession CurrentWorkItem Property
This is the one that's next in line to be completed. In the case of interview work items, an interview is current both before and after it has been presented to the user, all the way up until FinishInterview is called, at which time whatever work item that follows becomes current. If the current work item is a document, AssembleDocuments() should be called, which will complete that document (and any that follow it), advancing CurrentWorkItem as it goes.

Namespace: HotDocs.Sdk.Server
Assembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public WorkItem CurrentWorkItem { get; }

Property Value

Type: WorkItem
See Also