FlowPathDefinition |
FlowBuilderSupport.start(AbstractEventDefinition event,
StartTimerDefinition startTimerDefinition)
create a start event with the given event,
which will be started every interval with
the duration given in the timer definition.
|
FlowPathDefinition |
FlowBuilderSupport.start(Identifier id,
AbstractTaskDefinition task,
StartTimerDefinition startTimerDefinition) |
FlowPathDefinition |
FlowBuilderSupport.start(Identifier startId,
StartTimerDefinition startTimerDefinition)
create a start event with the given id,
which will be started every interval with
the duration given in the timer definition.
|
protected AbstractEventDefinition |
FlowBuilderSupport.startTimerEvent(AbstractEventDefinition event,
StartTimerDefinition startTimerDefinition) |