Class ActivityExecutionTreeMapping

java.lang.Object
org.camunda.bpm.engine.impl.ActivityExecutionTreeMapping

public class ActivityExecutionTreeMapping extends Object
Maps an activity (plain activities + their containing flow scopes) to the scope executions that are executing them. For every instance of a scope, there is one such execution.
Author:
Thorben Lindhauer