ActiveVOS Designer BPEL for People User’s Guide
The Send Email action is an extension escalation provided by Active Endpoints. When a deadline is reached, an email can alert a task owner or administrator about a late task. For a discussion of escalations, see About Task Deadlines and Escalations.
Note: Sending email requires that you set up the Email Service in ActiveVOS server. The Email service provides a default Sender’s email address, which you can configure. For details, see the ActiveVOS Server Online Help.
To create a send email action:
htd:getPotentialOwners("reviewTask")
Here is an example of valid email values:
Recipients: htd:getLogicalPeopleGroup('loanreps')
Subject: 'New task in inbox'
Body: concat('Please log in
to ActiveVOS inbox to review new loan for ', htd:getInput('Document')/loan:lastName,
'which has just arrived.')
Copyright (c) 2004-2009 Active Endpoints, Inc.