When a task is created, it can be available or assigned. You may need to assign an available task or reassign an assigned task. In order for any work (including completion) to occur on a task, the task must be assigned to a user. If a task is available but not assigned, the Assign( ) method will assign the task to a specified user.
Return type:
Access:
Applies to:
Assign ( INPUT name AS CHARACTER )
DEFINE VARIABLE oTask AS Progress.BPM.Task.oTask = oUserSession:GetTask("ApproveCredit").IF oTask:Status NE "I_ASSIGNED" THEN oTask:Assign("Mary").
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |