FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTask Members

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.

Properties


  Name Description
Public property connectionString
gets the connection string for the database
(Inherited from deAPIBase.)
Public property deligationId
Public property errorMsg
return last error message
(Inherited from deAPIBase.)
Public property executionMode
Gets or sets the execution mode.
Public property externalUserID
Gets the external user identifier.
(Inherited from deAPIBase.)
Public property generateEvents
Gets or sets a value indicating whether [generate events].
Public property HasDeligateToReAssign
Public property isMasterTenant
return if the session is for the master tenant
(Inherited from deAPIBase.)
Public property isMultiTenant
returns if the API is being used on multi-tenant mode
(Inherited from deAPIBase.)
Public property oErrorProvider
Gets the o error provider.
(Inherited from deAPIBase.)
Public property routedItem
Gets the routed item.
Public property stepID
Gets the step identifier.
Public property stepIteration
Gets the step iteration.
Public property taskAcknowledged
Gets a value indicating whether [task acknowledged].
Public property taskAcknowledgedOn
Gets the task acknowledged on.
Public property taskAssignedTo
Gets the task assigned to.
Public property taskBody
Gets the task body.
Public property taskComment
Gets the task comment.
Public property taskCompleted
Gets the task completed.
Public property taskCompletedBy
Gets the task completed by.
Public property taskDueDate
Gets the task due date.
Public property taskID
Gets the task identifier.
Public property taskName
Gets the name of the task.
Public property taskOwnerID
Gets the task owner identifier.
Public property taskPercentComplete
Gets the task percent complete.
Public property taskPriority
Gets the task priority.
Public property taskStarted
Gets the task started.
Public property taskStatus
Gets the task status.
Public property tenantMasterConnectionString
gets the tenant master database connection string
(Inherited from deAPIBase.)
Public property waitForAll
Gets a value indicating whether [wait for all].
Public property workflowUserID
returns the user id
(Inherited from deAPIBase.)