Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : GetTask( ) method
 

GetTask( ) method

Retrieves a single task, by name, that is part of an active workflow from an associated Progress.BPM.UserSession object.
Return type: Progress.BPM.Task
Access: PUBLIC
Applies to: Progress.BPM.UserSession class

Syntax

GetTask ( INPUT TaskName  AS CHARACTER )
TaskName
The name of a task on the Business Process Server.
If the method succeeds, it returns a Progress.BPM.Task object.
If the method fails, it raises a BPM error.