Class FlowNodeRetrier
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.flownode.FlowNodeRetrier
-
public class FlowNodeRetrier extends java.lang.Object- Author:
- Elias Ricken de Medeiros
-
-
Constructor Summary
Constructors Constructor Description FlowNodeRetrier(ContainerRegistry containerRegistry, FlowNodeExecutor flowNodeExecutor, ActivityInstanceService activityInstanceService, FlowNodeStateManager stateManager, ConnectorResetStrategy strategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidretry(long flowNodeInstanceId)
-
-
-
Constructor Detail
-
FlowNodeRetrier
public FlowNodeRetrier(ContainerRegistry containerRegistry, FlowNodeExecutor flowNodeExecutor, ActivityInstanceService activityInstanceService, FlowNodeStateManager stateManager, ConnectorResetStrategy strategy)
-
-
Method Detail
-
retry
public void retry(long flowNodeInstanceId) throws org.bonitasoft.engine.bpm.flownode.ActivityExecutionException, org.bonitasoft.engine.bpm.flownode.ActivityInstanceNotFoundException- Throws:
org.bonitasoft.engine.bpm.flownode.ActivityExecutionExceptionorg.bonitasoft.engine.bpm.flownode.ActivityInstanceNotFoundException
-
-