...
To get activityDefId (activity definition ID), mouseover the activity name in the Activity Mapping tab (Workflow Management Console); there will be an overlay showing the ID.
Form
To get data from form table:
...
Code Block |
---|
#form.registration.registeredDate# #form.registration.registeredDate[0001]# #form.registration.registeredDate[{variable.recordId}]# //using nested Hash Variable with curly bracket. #form.issuedDate# |
Workflow Variable
To get the value of a workflow variable:
...
Code Block |
---|
#variable.approvalStatus# |
Date
To get date time according to a specified format:
...