Interface KaleoSignaler


@ProviderType public interface KaleoSignaler
  • Method Details

    • signalEntry

      void signalEntry(String transitionName, ExecutionContext executionContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • signalEntry

      default void signalEntry(String transitionName, ExecutionContext executionContext, boolean waitForCompletion) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • signalExecute

      void signalExecute(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode, ExecutionContext executionContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • signalExecute

      default void signalExecute(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode, ExecutionContext executionContext, boolean waitForCompletion) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • signalExit

      void signalExit(String transitionName, ExecutionContext executionContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • signalExit

      default void signalExit(String transitionName, ExecutionContext executionContext, boolean waitForCompletion) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException