Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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.

  • No labels