WorkItem.State

Overview

Gets the current work item state.

( "Completed" | "Created" | "Waiting" | "Committed" | "Join" | "SubWorkflow" | "Delegated" | "Killed" ) myWorkItem.State { get; }

Remarks

This property is used to identity current state of work item and possible values are:

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.

Copyright © 2010 - 2023 Emakin. All rights reserved.