Class DelegateExecutionContext

java.lang.Object
org.camunda.bpm.engine.context.DelegateExecutionContext

public class DelegateExecutionContext extends Object
Represents a delegation execution context which should return the current delegation execution.
Author:
Christopher Zell <christopher.zell@camunda.com>
  • Constructor Details

    • DelegateExecutionContext

      public DelegateExecutionContext()
  • Method Details

    • getCurrentDelegationExecution

      public static DelegateExecution getCurrentDelegationExecution()
      Returns the current delegation execution or null if the execution is not available.
      Returns:
      the current delegation execution or null if not available