Interface Connection

  • All Superinterfaces:
    org.kie.api.definition.process.Connection
    All Known Implementing Classes:
    ConnectionImpl

    public interface Connection
    extends org.kie.api.definition.process.Connection
    Represents a connection between two nodes in a workflow.
    • Method Detail

      • setMetaData

        void setMetaData​(String name,
                         Object value)