Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Code Block | ||
---|---|---|
| ||
{form_approval_new_application_approval_action_status} {unuse} {unuse}ID: {processId} {unuse}Remarks: [{form_approval_new_application_approval_action_remarks}] {unuse} |
Sample email to be sent out configured in Email Tool from the system to the respondent.
Code Block |
---|
The following application required your approval with details:
====================================
Name : #form.seaa_application.name#
Email : #form.seaa_application.email#
ID: #assignment.processId#
====================================
Please reply this email with keyword "Approved", "Rejected" or "Clarification Required".
If your have remark message, please fill inline between the square brackets below.
Remarks: [ ]
== This is a system generated message. == |
Sample email replied by the receiver back to the mailer.Actual email content:
Code Block |
---|
Approved > The following application required your approval with details: > ==================================== > Name : 340pm > Email : 340pm > ID: 43_seaa_new_application_approver_process > ==================================== > > Please reply this email with keyword "Approved", "Rejected" or "Clarification Required". > > If your have remark message, please fill inline between the square brackets below. > Remarks: [356pm approved] > > == This is a system generated message. == > > |
...