Use this panel to change runtime settings for the human task manager. You can also replay messages that could not be processed, and refresh people queries.
To view this administrative console page, click either Configuration tab, in the Business Integration section, expand Business Process Choreographer, click or , then on the Human Task Manager, and select the Runtime tab.
Links marked (online) require access to the Internet.
Check for updates to this topic (online)
Click this button to refresh the displayed count of how many messages are in the hold queue.
Click this button to move all the messages from the hold queue to the internal work queue.
Click this button to refresh the people queries.
This field indicates how many messages are on the hold queue. To update this field click Refresh Message Count.
Type | Value |
---|---|
Data type | Integer |
This field displays any exceptions that are thrown while messages are being replayed.
Type | Value |
---|---|
Data type | String |
The Java Naming and Directory Interface (JNDI) name of the Simple Mail Transfer Protocol (SMTP) email 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 emails.
Type | Value |
---|---|
Data type | String |
Default | taskmanager.emailservice@htm.companydomain |
This prefix can be used to provide a link in escalation emails 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 emails 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 email 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 |
Common Event Infrastructure (CEI) logging can be enabled or disabled.
Type | Value |
---|---|
Data type | Check box |
Default | Not selected |
Audit logging can be enabled or disabled.
Type | Value |
---|---|
Data type | Check box |
Default | Not selected |
Select this check box to display task history data in Business Space, or to retrieve task history data using the Task Instance History Representational State Transfer (REST) interface.
Type | Value |
---|---|
Data type | Check box |
Default | Not selected |
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) |
Select this check box if you want your changes retained after the server is restarted.