Use this panel to manage the Human Task Manager for a given server.
A Human Task Manager provides services to run human tasks within an application server. To view this administrative console page, click Business Integration, expand Business Process Choreographer, click or , then under Human Task Manager, and select Configuration.
The Java Naming and Directory Interface (JNDI) name of the Simple Mail Transfer Protocol (SMTP) e-mail session resource that will be used by the Human Task Manager to send escalation mails.
Type | Value |
---|---|
Data type | Read-only string |
Value when configured on a server | mail/HTMNotification_nodeName_serverName |
Value when configured on a cluster | mail/HTMNotification_clusterName |
The address that is used as the sender for escalation e-mails.
Type | Value |
---|---|
Data type | String |
Default | taskmanager.emailservice@htm.companydomain |
This prefix can be used to provide a link in escalation e-mails for more details about the escalation.
Type | Value |
---|---|
Data type | String |
Default | None |
Example | http://myServer:9080/EscalationDetailsView.jsp |
Example that works with the default configuration of the Business Process Choreographer Explorer | http://myServer:9080/bpc/faces/pages/layouts/views/EscalationDetailsView.jsp |
<a href="%htm:escalation.URLPrefix%?id=%htm:escalation.instanceID%">Escalation details</a>
The prefix for the URL that can be included in e-mails for more details about a task.
Type | Value |
---|---|
Data type | String |
Default | None |
Example | http://myServer:9080/TaskInstanceDetailsView.jsp |
Example that works with the default configuration of the Business Process Choreographer Explorer | http://myServer:9080/bpc/faces/pages/layouts/views/TaskInstanceDetailsView.jsp |
<a href="%htm:task.URLPrefix%?id=%htm:task.instanceID%">Task details</a>
The prefix for the URL that can be included in the escalation e-mail that is sent to people who perform the task administrator role.
Type | Value |
---|---|
Data type | String |
Default | None |
Example | http://myServer:9080/AdministratorTaskDetailsViewer |
Example that works with the default configuration of the Business Process Choreographer Explorer | http://myServer:9080/bpc/faces/pages/layouts/views/TaskInstanceDetailsView.jsp |
<a href="%htm:task.URLPrefixAdmin%?id=%htm:task.instanceID%">Task details</a>
The prefix for the URL for the Business Process Choreographer Explorer.
Type | Value |
---|---|
Data type | String |
Default | None |
Example | http://myServer:9080/bpc |
The schedule for refreshing people queries. If you are using people substitution, a people query refresh must be performed after changing a person's "is absent" status for the people assignment to take their new status into account.
Type | Value |
---|---|
Data type | String |
Format | This field uses the WebSphere crontab format <Seconds> <Minute> <Hour> <Day_of_the_Month> <Month_of_the_Year> <Day_of_the_Week> according to com.ibm.websphere.scheduler.UserCalendar |
Example | To refresh the people queries once per hour on Thursdays, use the schedule 0 0 * * * 4 |
Default | 0 0 1 * * ? (every night at one o'clock) |
The duration in seconds that the results of a people query are considered to be valid. After this duration, the people query results will expire.
Type | Value |
---|---|
Data type | Integer |
Default | 3600 |
Units | Seconds |
Select this check box to if you want Human Task Manager queries and API methods to consider group work items. Queries are faster if group work items are not enabled.
Any applications that were written for a version before Version 6.0.2 that use one or both of the interfaces com.ibm.bpe.api.StaffResultSet or com.ibm.task.api.StaffResultSet should be modified in order to cope with group work items before you enable group work items.
Type | Value |
---|---|
Data type | Check box |
Default | Not selected (group work items are not enabled to ensure compatibility with applications written before Version 6.0.2) |
Select this check box if people are allowed to perform a substitution action for a user ID that is not their own.
Type | Value |
---|---|
Data type | Check box |
Default | Not selected |
Select this check box if only administrators can perform staff substitution. If this option is selected, an exception is generated if a non-administrator attempts to perform a substitution action for a user ID that is not her own.
Type | Value |
---|---|
Data type | Check box |
Default | Not selected (substitution is not restricted to administrators) |
Common Event Infrastructure (CEI) logging can be enabled or disabled.
Type | Value |
---|---|
Data type | Check box |
Default | Not selected |
The cleanup service can be can be enabled or disabled. Select the check box to enable the service.
Property | Value |
---|---|
Data type | Check box |
Default | Disabled (clear) |
The schedule for running the cleanup jobs.
Type | Value |
---|---|
Data type | String |
Format | This field uses the WebSphere crontab format <Seconds> <Minute> <Hour> <Day_of_the_Month> <Month_of_the_Year> <Day_of_the_Week> according to com.ibm.websphere.scheduler.UserCalendar |
Example | To run the once per hour, use the schedule 0 0 * * * ? |
Default | 0 0 1 * * ? (every night at one o'clock) |
If the cleanup takes longer than the time specified here, the current transaction slice for the current cleanup job is completed, then the current cleanup job is stopped, and no more cleanup jobs are run before the next scheduled cleanup.
Type | Value |
---|---|
Data type | Integer |
Default | 120 |
Units | Minutes |