...
To get workflow activity information of the current assignment.:
- #assignment.processId#
- #assignment.processDefId#
- #assignment.processName#
- #assignment.processName#
- #assignment.processVersion#
- #assignment.processRequesterId#
- #assignment.description#
- #assignment.activityId#
- #assignment.activityName#
- #assignment.activityDefId#
- #assignment.assigneeId#
...
To get user information of the performer of an activity.:
- #performer.activityDefId.id#
- #performer.activityDefId.username#
- #performer.activityDefId.firstName#
- #performer.activityDefId.lastName#
- #performer.activityDefId.email#
- #performer.activityDefId.active#
- #performer.activityDefId.timeZone#
To get activityDefId (activity definition ID), mouse-over on mouseover the activity name in the Activity Mapping tab (Workflow Management Console), and ; there will be an overlay showing the ID.
...
To get data from form table.:
- #form.formDataTableName.fieldName#
Wiki Markup \#form._formDataTableName_._fieldName\[record id\]_\# (Only available in 3.1)
- #form.fieldName# (used in Form Builder, or plugin configuration when the form data table name is already specified)
For examplesexample:
Code Block |
---|
#form.registration.registeredDate# #form.registration.registeredDate[0001]# #form.registration.registeredDate[{variable.recordId}]# //using nested Hash Variable with curly bracket. #form.issuedDate# |
...
To get the value of a workflow variable.:
- #variable.variableName#
For example:
...
To get date time according to a specified format.:
- #date.javaSimpleDateFormat# (refer to http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html for more formatting patterns)
For examplesexample:
Code Block |
---|
#date.h:mm a# // 12:08 PM #date.EEE, d MMM yyyy h:mm:ss a# // Wed, 4 Jul 2009 12:08:56 PM |
...
To get user information based on username.:
- #user.username.id#
- #user.username.username#
- #user.username.firstName#
- #user.username.lastName#
- #user.username.email#
- #user.username.active#
- #user.username.timeZone#
...
Apart from all of the existing Hash Variables supported in Joget version 2 as described above, these are the new hash variables supported in this new version 3v3.
Children Display | ||
---|---|---|
|