scheduleProcessRepeatly
This commit is contained in:
parent
b75dcb1e54
commit
071ee71bb0
|
@ -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])
|
||||||
|
|
Loading…
Reference in New Issue