Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

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

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.