Joget DX Available for Download
Check out Joget DX, the next generation successor to Joget Workflow for faster, simpler digital transformation.
You will only need to do this if you are using MySQL, as other databases already default to "READ-COMMITTED".
Run following queries in MySQL.
SET GLOBAL tx_isolation='READ-COMMITTED'; SET SESSION tx_isolation='READ-COMMITTED';
You will also need to set the following in your my.cnf/my.ini file.
[mysqld]
transaction-isolation = READ-COMMITTED
เครื่องมือตัวสร้าง ID ช่วยให้ในการเพิ่มค่าที่เก็บไว้ในตัวแปรสภาพแวดล้อมโดยมักจะใช้ในการสร้าง/เก็บหมายเลขที่ทำงานอยู่ (เช่นหมายเลขอ้างอิงแอพลิเคชัน)
รูปที่ 1: คุณสมบัติเครื่องมือตัวสร้าง ID
ชื่อ | คำอธิบาย |
---|---|
Form | แบบฟอร์มเป้าหมาย แบบฟอร์มที่เลือกจะถูกใช้สำหรับแอตทริบิวต์ "Field" ด้านล่าง |
Field ID | ฟิลด์ตัวเลือก คุณสามารถระบุรหัสฟิลด์แบบฟอร์มที่จะอัพเดต |
Record ID | ฟิลด์ตัวเลือก คุณสามารถระบุรหัสเรกคอร์ดอย่างชัดเจนมิฉะนั้นจะมีการสันนิษฐานรหัสอินสแตนซ์ของกระบวนการ |
Environment Variable Name | ชื่อของตัวแปรสภาพแวดล้อมที่จะใช้เพื่อเก็บหมายเลขที่รันอยู่ |
Format | กำหนดรูปแบบของค่าที่สร้างขึ้น (เช่น "REF-?????" จะให้ผลลัพธ์ "REF-00001") |
รูปที่ 2: คุณสมบัติเครื่องมือตัวสร้าง ID
ชื่อ | คำอธิบาย |
---|---|
Workflow Variable | ค่าที่สร้างขึ้นสามารถบันทึกลงในตัวแปรลำดับงานที่สอดคล้องกันที่ชื่อที่นี่ Using a non-existent Workflow Variable name คุณจะได้รับคำเตือนต่อไปนี้ด้วยชื่อที่พิมพ์ออกมา (เช่นสถานะ) ในล็อกเซิร์ฟเวอร์ถ้าคุณพยายามที่จะแมปไปยังตัวแปรลำดับงานที่ไม่มีอยู่ context attribute status does not exist in process context - adding new attributes to the process context is not allowed |