Skip to main content
Version: 5.2.0.1

Worklist handler

The worklist handler is designed as a web application embedded within Orchestra. It is accessible in both the Orchestra runtime and the Orchestra Designer.

The following URLs can be used to connect to the worklist UI:

http://<server>:8090/humaninteraction

https://<server>:8091/humaninteraction

note

Please specify different ports for the Designer and runtime.

Runtime Configuration​

While users perform their daily work through the separate worklist web application, the runtime configuration of the worklist handler UI can be managed via the Orchestra monitor under "Settings/Environment settings/Worklist integration."

Refer to the Environment Settings for Worklist integration for a detailed description of the configuration parameters.

Several parameters can be used in the settings for email.subject and email.body:

ParameterDescription
$(WORKITEM.NAME)The name of the worklist item, provided as the parameter "ItemName" in the workflow activity.
$(WORKITEM.ID)Unique identifier of the worklist item.
$(WORKITEM.DESC)Descriptive text provided as the parameter "ItemSubject" in the workflow activity.
$(WORKITEM.DATE)Creation date of the worklist item.
$(WORKITEM.PRIO)Priority of the worklist item, given as the parameter "Priority" in the workflow activity.
$(WORKITEM.URL)The URL used as the entry point for this worklist item into the worklist UI.