Interface IFlowchartLinterService

  • All Known Implementing Classes:
    FlowchartLinterProviderBean

    public interface IFlowchartLinterService
    Interface for an object that is able to locate dead workflow nodes.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • findDeadNodeUpdates

        Map<NodeKey,​Boolean> findDeadNodeUpdates​(FlowchartModel model)
        Parameters:
        model - Current flowchart model.
        Returns:
        A map with all nodes for which their dead node status has changed. These updates will be sent to the client.