scheduleProcessRepeatly

This commit is contained in:
bluejoe2008@gmail.com 2018-05-14 23:15:14 +08:00
parent b75dcb1e54
commit 071ee71bb0
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ trait FlowExecutionContext extends Context with EventEmiter {
def getFlowExecution(): FlowExecution; def getFlowExecution(): FlowExecution;
def scheduleProcessRepeatly(cronExpr: String, processName: String): Unit; def scheduleProcessRepeatly( processName: String,cronExpr: String): Unit;
} }
class FlowExecutionImpl(flow: Flow, args: Map[String, Any]) class FlowExecutionImpl(flow: Flow, args: Map[String, Any])