Class ProcessInstanceMDC

java.lang.Object
org.bonitasoft.engine.mdc.AbstractMDC
org.bonitasoft.engine.mdc.ProcessInstanceMDC
All Implemented Interfaces:
AutoCloseable, MDCConstants

public class ProcessInstanceMDC extends AbstractMDC implements AutoCloseable, MDCConstants
  • Constructor Details

    • ProcessInstanceMDC

      public ProcessInstanceMDC(long processInstanceId, Optional<Long> executerId, Optional<Long> substituteUserId, long processDefinitionId, long rootProcessInstanceId)
      Build a process instance context.
      Parameters:
      processInstanceId - the id of the process instance / case
      executerId - the id of process starter execution
      substituteUserId - the id of substitute process starter execution
      processDefinitionId - the id of the process definition
      rootProcessInstanceId - the id of the root process instance / case