Package org.jbpm.workflow.core
Interface Connection
-
- All Superinterfaces:
org.kie.api.definition.process.Connection
- All Known Implementing Classes:
ConnectionImpl
public interface Connection extends org.kie.api.definition.process.ConnectionRepresents a connection between two nodes in a workflow.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMetaData(String name, Object value)
-