Task type used to create form-based to-dos. It enables to simultaneously present information to users and to collect their input.
The title of the generated to-do.
Specification of those 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. The generated to-do is passed as input parameter of the closure.
Closure executed after the task is accomplished. The return value of the closure specify where the UI is navigated after submitting the to-do.
Throws:
Adds a person to a role.
Person to be added to the role.
Role the person is added to. If the role does not exist in the system yet, it is created.
Throws:
Removes the person from the role.
Person that will be removed from the role.
Role that the person should be removed from.
Throws:
email subject
email body paragraphs
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 2 platform, see Java docu- mentation for details.