Interface SWaitingErrorEventBuilderFactory

All Superinterfaces:
SWaitingEventKeyProviderBuilderFactory
All Known Implementing Classes:
SWaitingErrorEventBuilderFactoryImpl

public interface SWaitingErrorEventBuilderFactory extends SWaitingEventKeyProviderBuilderFactory
Author:
Elias Ricken de Medeiros, Celine Souchet
  • Method Details

    • createNewWaitingErrorBoundaryEventInstance

      SWaitingErrorEventBuilder createNewWaitingErrorBoundaryEventInstance(long processdefinitionId, long rootProcessInstanceId, long parentProcessInstanceId, long flowNodeInstanceId, String errorCode, String processName, long flowNodeDefinitionId, String flowNodeName, long relatedActivityInstanceId)
    • createNewWaitingErrorEventSubProcInstance

      SWaitingErrorEventBuilder createNewWaitingErrorEventSubProcInstance(long processdefinitionId, long parentProcessInstanceId, long rootProcessInstanceId, String errorCode, String processName, long flowNodeDefinitionId, String flowNodeName, long subProcessId)
    • getErrorCodeKey

      String getErrorCodeKey()