|
|
@ -8,7 +8,7 @@ |
|
|
|
| system.biz.curdate | `${system.biz.curdate}` | The schedule time of the daily scheduling instance, the format is `yyyyMMdd` | |
|
|
|
| system.biz.curdate | `${system.biz.curdate}` | The schedule time of the daily scheduling instance, the format is `yyyyMMdd` | |
|
|
|
| system.datetime | `${system.datetime}` | The schedule time of the daily scheduling instance, the format is `yyyyMMddHHmmss` | |
|
|
|
| system.datetime | `${system.datetime}` | The schedule time of the daily scheduling instance, the format is `yyyyMMddHHmmss` | |
|
|
|
| system.task.execute.path | `${system.task.execute.path}` | The absolute path of current executing task | |
|
|
|
| system.task.execute.path | `${system.task.execute.path}` | The absolute path of current executing task | |
|
|
|
| system.task.instance.id | `${ssystem.task.instance.id}` | The instance id of current task | |
|
|
|
| system.task.instance.id | `${system.task.instance.id}` | The instance id of current task | |
|
|
|
| system.task.definition.name | `${system.task.definition.name}` | The definition name of current task | |
|
|
|
| system.task.definition.name | `${system.task.definition.name}` | The definition name of current task | |
|
|
|
| system.task.definition.code | `${system.task.definition.code}` | The definition code of current task | |
|
|
|
| system.task.definition.code | `${system.task.definition.code}` | The definition code of current task | |
|
|
|
| system.workflow.instance.id | `${system.workflow.instance.id}` | The instance id of the workflow to which current task belongs | |
|
|
|
| system.workflow.instance.id | `${system.workflow.instance.id}` | The instance id of the workflow to which current task belongs | |
|
|
|