Interface ICreateFlowGraphParams<TData,​TElement extends IWorkflowNodeTypeProviding>

    • Method Detail

      • getChildren

        List<TElement> getChildren()
        Returns:
        The children of the workflow node.
      • getKey

        NodeKey getKey()
        Returns:
        The key of the workflow node.
      • getNode

        TElement getNode()
        Returns:
        The node that needs to be analyzed. The exact type of this element may be different depending on whether the execution analysis is run on the backend data model (WorkflowNode) or the corresponding frontend view model.