FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTask Methods

The deTask type exposes the following members.

Methods


  Name Description
Public method acknowledgeTask
Acknowledges the task.
Public method addFileAttachments
Adds the file attachments.
Public method addToHistory
Public method completeTask(String, String)
Completes a task programatically
Public method completeTask(String, String, Hashtable, Hashtable)
Completes the task.
Public method delegateTask
Delegates the task.
Public method extendTask
Extends the task.
Public method getCurrentUser
Gets the current user.
(Inherited from deAPIBase.)
Public method getDetailData
Gets the detail data.
Public method getHistory
Public method getInstance
Gets the Workflow instance.
Public method getProperties
returns the properties for the task
Public method getProperty(String)
get property value
(Inherited from deAPIBase.)
Public method getProperty<(Of <<'(T>)>>)(String)
Gets the property.
(Inherited from deAPIBase.)
Public method getTaskChoices
returns a list of task choices for a given task
Public method getTenant
Returns the current tenant
(Inherited from deAPIBase.)
Public method getTenantID
Returns tenant id
(Inherited from deAPIBase.)
Public method getUserSession
Gets the user session.
(Inherited from deAPIBase.)
Public method isTaskLocked
Determines whether [is task locked] [the specified locked workflow user identifier].
Public method isTaskOpen
Determines whether [is task open].
Public method lockTask
Locks the task.
Public method reAssignDelegatedTaskToOwner
Res the assign delegated task to owner.
Public method reAssignTask(String, Boolean, Boolean)
Reassign the task.
Public method reAssignToOwner
Reassign the task to owner.
Public method setTaskComment
Sets the task comment.
Public method unLockTask
Uns the lock task.
Public method updateProperties
Updates the properties.
Public method updateTaskDueDate
Updates the task due date.
Public method userCanReAssign
User can re assign the task.