![JAR search and dependency download from the Maven repository](/logo.png)
brainslug.flow.execution.instance.FlowInstance Maven / Gradle / Ivy
The newest version!
package brainslug.flow.execution.instance;
import brainslug.flow.definition.Identifier;
public interface FlowInstance {
Identifier getIdentifier();
Identifier getDefinitionId();
FlowInstanceTokenList getTokens();
FlowInstanceProperties, FlowInstanceProperty>> getProperties();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy