Skip to content

WorkItem.State

Overview

string WorkItem.State { get; }
Gets the current work item state.

Remarks

This property may be one of following values:

Created Created but not submitted yet.

Waiting Waiting on user inbox and still active.

Committed Committed by user and closed but not yet processed.

Completed Processed by system and not active.

Join Completed but waiting for external event to continue.

SubWorkflow Waiting for child workflows to complete.

Delegated User has delegated to another user.

Killed Terminated by system administrator.

Examples

See Also