Generates a to-do that serves to present information to users and collect user input.
title of the generated to-do
process performers who can see the generated to-do
content of the generated to-do
Deprecated! Use GO-BPMN escalation mechanism (for example throwEscalation() function). Period of time from the start of the task until its escalation. If null, the task never escalates.
closure executed after the to-do is generated with the to-do as its input parameter
closure executed after the task is accomplished. The return value of the closure specifies where the UI is navigated after the to-do is submitted.
Throws:
Adds the person to the role. If the role does not exist, it is created.
Throws:
Removes the persom from the role.
Throws:
email subject
email body
attachments
email address of sender. If not specified, the default (given by application server settings) is used.
email addresses of recipients TO
email addresses of recipients CC
email addresses of recipients BCC
Mime subtype without "text/", e.g plain, html, rtf.
Name of character encoding used for subject and body of e-mail, for instance, “ISO-8859-1”, “UTF-8”, “windows-1250”, etc. If not speci- fied, the default is “UTF-8”. The supported encodings vary between different implementations of the Java platform, see Java docu- mentation for details.