Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Note |
---|
如果您正在使用MySQL,则只需要执行此操作,因为其他数据库已默认为“READ-COMMITTED”。 在MySQL中运行以下查询。 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.ini文件中设置以下内容。 |
ID Generator Tool allows one to increase value stored in Environment Variable by one. It is very often used to generate/keep a running number (e.g. application reference number).
Figure 1: ID Generator Tool Properties
ID生成器工具允许将存储在环境变量中的值增加1。它经常用于生成/保留一个运行号码(例如应用程序参考号码)。
图1:ID生成器工具属性
名称 | 描述 |
---|---|
形成 | 目标形式。所选表格将用于下面的“字段ID”属性。 |
字段ID | 可选字段。您可以指定要更新的表单域ID。 |
记录ID | 可选字段。您可以明确指定一个记录ID,否则将假定流程实例ID。 |
环境变量名称 | 用于保持运行号的环境变量的名称。 |
格式 | 确定生成值的模式(例如,“REF |
Name | Description |
Form | Target form. The form selected will be used for "Field ID" attribute below. |
Field ID | Optional field. You may specify a form field ID to be updated. |
Record ID | Optional field. You may specify a record ID explicitly, otherwise, the process instance ID will be assumed. |
Environment Variable Name | Name of the environment variable to be used to keep the running number. |
Format | Determines the pattern of the generated value (e.g., "REF - ?????" will yield "REF-00001")”将产生“REF-00001”) |
Figure 1: ID Generator Tool Properties
图1:ID生成器工具属性
名称 | 描述 | ||||||
---|---|---|---|---|---|---|---|
工作流变量 | 生成的值可以保存到相应的工作流变量中。 | ||||||
Name | Description | ||||||
Workflow Variable | The value generated can be saved into the corresponding workflow variable named here.
|
...
|