Skip to main content
Version: 5.2.0.0

Worklist Integration

Group "Worklist integration"​

ParameterDescription
completion.max_retriesMaximum number of retries if the worklist handler UI fails to send a completion event back to Orchestra.
completion.retry_delayDelay before the next retry if a notification to Orchestra fails.
completion.retry_timer_waitSleep interval between checks for items that need to be retried.
email.bodyBody of the generated email. Parameters can be substituted before sending.
email.enabledtrue: Orchestra sends an email to the recipient of a worklist item (address taken from credential description).
email.fromSender email address for outgoing emails.
email.smtphostHostname of the SMTP server used to send emails.
email.smtpportTCP port of the SMTP server.
email.smtppwdPassword of the SMTP user.
email.smtpuserUsername for logging in to the SMTP server.
email.subjectSubject of the generated email. Parameters can be substituted before sending.
email.usessltrue: Use SSL for the mail connection; otherwise a standard TCP connection is used.
enabledtrue: Worklist component is active; otherwise inactive.
escalation.timer_waitInterval (ms) for checking escalated work items.
languageLanguage of the worklist UI. Allowed values: en, de.
path.uiPath to the folder containing the web application of the worklist UI. Defaults to a directory relative to the Orchestra installation.
server.entry.urlURL embedded in emails linking back to the worklist UI. Example: http://<host>:<port>/humaninteraction.
token.expirationTimeout for how long an external form may send data to the worklist server. After expiration, errors will be raised.
ui.titleCaption shown in the worklist UI. Supports $(CURRENTUSER) placeholder. Use \n for line breaks.
ui.update.intervalInterval (seconds) at which the worklist UI checks the server for changes (e.g., new or finished items).
xslt.transfomerFully qualified class name of the XSLT transformer factory. If empty, the default transformer is used.