xworker.app.userflow.UserFlowInstances.dml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xworker_app Show documentation
Show all versions of xworker_app Show documentation
XWorker app model liberary.
The newest version!
%1649417421133
@
sname=UserFlowInstances
slabel=UserFlowInstances
sgroup=xworker.app.userflow
Sdescription=
#$@text#$@
流程任务
流程任务是xworker_app提供的任务模块。这里的任务可以按照简单的流程执行,一个任务可以有前置任务,也可以有后续任务,也可以设置成日常的(每天执行一次)。
简单流程
流程任务是一个无会话的单实例的简单流程。
无会话是指一个任务可以存在于多个流程中,只要满足条件任务可以随时被激活。
单实例是指一个任务在数据库中只有一条记录,当任务执行一次记录中的执行次数加一。如果一个任务前置任务,那么就判断前置任务的执行次数是否大于0,大于0则前置任务完成。
#$@text#$@
sdescriptors=xworker.lang.util.ThingIndex
sinheritDescription=false
sth_createIndex=true
sth_registThing=child|xworker.lang.util.ThingIndex
sth_registMyChilds=false
sth_registDisabled=false
sth_fileMonitor=false
sth_mark=false
© 2015 - 2025 Weber Informatics LLC | Privacy Policy