Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : Status property
 

Status property

The status of an associated task (Progress.BPM.Task). Possible statuses include the following:
*"I_ASSIGNED" — A task has been assigned. An assigned task is one that is assigned specifically to the user, perhaps at design time; by the user explicitly; or by another user.
*"I_AVAILABLE" — A task has been made available. An available task is one that a group of users is eligible to perform but that has yet not been assigned to any specific user.
*"I_COMPLETED" — A task has been completed.
*"I_CREATED" — A task has been created.
*"I_REMOVED" — A task has been removed.
*"I_SUSPENDED" — A task has been suspended.
Data type: CHARACTER
Access: PUBLIC Read-only
Applies to: Progress.BPM.Task class