Interface GraphListener

    • Method Detail

      • onNewHead

        void onNewHead​(FlowNode node)
        FlowExecution should batch up changes to a group and call this once, as opposed to call this for every new node added. One of the use cases of this listener is to persist the state of FlowExecution.