Class ExecutionTreeNode

java.lang.Object
org.flowable.engine.debug.ExecutionTreeNode
All Implemented Interfaces:
Iterable<ExecutionTreeNode>

public class ExecutionTreeNode extends Object implements Iterable<ExecutionTreeNode>
Author:
Joram Barrez
  • Field Details

    • executionEntity

      protected org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity
    • parent

      protected ExecutionTreeNode parent
    • children

      protected List<ExecutionTreeNode> children
  • Constructor Details

    • ExecutionTreeNode

      public ExecutionTreeNode(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity)
  • Method Details