The TaskActionFormHandler has the following submit handler methods:

Method

Function

handleAssignTask

Assigns a task to a user. When you use this method, you must specify a value to the projectId (or, if you are working with a process, processId), assignee, and taskElementId properties.

handleClaimTask

Assigns a task to the active user.

When you use this method, you must specify a value to the projectId (or, if you are working with a process, processId) and taskElementId property.

handleReleaseTask

Returns a task that is currently owned by the active user to the unclaimed list. When you use this method, you must specify a value to the projectId (or, if you are working with a process, processId) and taskElementId property.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices