![JAR search and dependency download from the Maven repository](/logo.png)
brainslug.flow.execution.instance.FlowInstanceToken Maven / Gradle / Ivy
The newest version!
package brainslug.flow.execution.instance;
import brainslug.flow.definition.Identifier;
import brainslug.util.Option;
public interface FlowInstanceToken {
Identifier getId();
Identifier getNodeId();
Option getSourceNodeId();
Identifier getInstanceId();
boolean isDead();
boolean isFinal();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy