Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
nl2br และตัวคั่นเป็นคุณลักษณะใหม่ใน Joget Workflow v6. |
Table of Contents minLevel 2 absoluteUrl true
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
New attributes added in Joget เป็นแอตทริบิวต์ใหม่ที่เพิ่มใน Joget Workflow v6.
|
Nameชื่อ | Descriptionคำอธิบาย |
---|---|
Prefix | assignment |
Description | To get workflow activity information of the current assignment.หากต้องการรับข้อมูลกิจกรรมลำดับงานของการมอบหมายปัจจุบัน |
Attributes |
|
Scope of Use |
|
Sample Attributes | To display the assignee's nameแสดงชื่อของผู้ใช้: #user.{assignment.assigneeId}.firstName# #user.{assignment.assigneeId}.lastName# |
...
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
This is a new feature in นี่คือฟีเจอร์ใหม่ใน Joget Workflow v6. |
Nameชื่อ | Descriptionคำอธิบาย | ||
---|---|---|---|
Prefix | process | ||
Description | To retrieve information of a workflow process instance.เพื่อเรียกข้อมูลของอินสแตนซ์กระบวนการลำดับงาน | ||
Attributes |
| ||
Scope of Use |
|
| |
Sample Attributes | เพื่อแสดงชื่อผู้ใช้ของอินสแตนซ์กิจกรรมของอินสแตนซ์ของกระบวนการ | Sample Attributes | To display the performer username of an activity instance of a process instance : #process.activityInst.assign.performerUser[{assingment.processId}]# |
Nameชื่อ | Descriptionคำอธิบาย | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Prefix | currentUser | |||||||||||||
Description | To retrieve currently logged in user information. ในการเรียกข้อมูลผู้ใช้ที่บันทึกไว้ในปัจจุบัน | |||||||||||||
Attributes |
In ใน Joget Enterprise edition, these additional attributes are available แอตทริบิวต์เพิ่มเติมเหล่านี้จะสามารถใช้งาน::- User Meta
องค์กร (Organization)
แผนก (Department)
ระดับ (Grade)
HOD
กลุ่ม (Group)
พนักงาน (Employment)
แผนก HOD (Department HOD)
| |||||||||||||
Scope of Use |
|
...
Name | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Prefix | date | ||||||||||||||||||||
Description | To get date time according to a specified format.
| ||||||||||||||||||||
Attributes |
| ||||||||||||||||||||
Scope of Use |
| ||||||||||||||||||||
Sample Attributes | #date.h:mm a# // shows current time of 12:08 PM #date.EEE,d MMM yyyy h:mm:ss a# // shows current date time of Wed, 4 Jul 2014 12:08:56 PM #date.DAY+7.EEE,d MMM yyyy h:mm:ss a# // Add 7 days on top of current date time - Wed, 11 Jul 2014 12:08:56 PM #date.DAY-1.EEE,d MMM yyyy h:mm:ss a# // Minus 1 days on top of current date time - Wed, 3 Jul 2014 12:08:56 PM #date.dd-MM-yyyy[{form.j_expense_claim.title}|yyyy-MM-dd]# // Retrieves date from j_expense_claim table, form field title, changes its origin format of yyyy-MM-dd to dd-MM-yyyy. |
...