Package | Description |
---|---|
org.kie.api.definition.process |
The classes that make up a Process definition.
|
org.kie.api.definition.rule |
The classes that make up a Rule definition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Process
A Process represents one modular piece of business logic that can be executed by
a process engine.
|
interface |
WorkflowProcess
A WorkflowProcess is a type of Process that uses a flow chart (as a collection of Nodes and Connections)
to model the business logic.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Query
Public Query interface for runtime query inspection.
|
interface |
Rule
Public Rule interface for runtime rule inspection.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.