Class ResetAllFailedConnectorStrategy

java.lang.Object
org.bonitasoft.engine.api.impl.connector.ResetAllFailedConnectorStrategy
All Implemented Interfaces:
ConnectorResetStrategy

public class ResetAllFailedConnectorStrategy extends Object implements ConnectorResetStrategy
Author:
Elias Ricken de Medeiros
  • Constructor Details

  • Method Details

    • resetConnectorsOf

      public void resetConnectorsOf(long flowNodeInstanceId) throws org.bonitasoft.engine.bpm.flownode.ActivityExecutionException
      Reset all SConnectorInstances related to the given activity that are in the failed state to the state ConnectorStateReset.TO_RE_EXECUTE
      Specified by:
      resetConnectorsOf in interface ConnectorResetStrategy
      Parameters:
      flowNodeInstanceId - the identifier of the SActivityInstance where the connectors are attached to.
      Throws:
      org.bonitasoft.engine.bpm.flownode.ActivityExecutionException