@Version("1.2.0")
Package com.adobe.granite.workflow.model
Main Granite Workflow API
Provides interfaces and types for describing and building workflow models.
-
Interface Summary Interface Description VariableTemplate Interface for the schema information of the variablesWorkflowModel WorkflowModel
represents a model/definition of a workflow.WorkflowModelFilter Interface for
filter implementation which can be used to filter the result set when retrieving models.WorkflowModel
WorkflowModelSerializer WorkflowModelSerializer
is the interface for services that provide functionality for de-/serialisingWorkflowModel
from/to other (textual) representations.WorkflowNode WorkflowNode
represents a node/step in a
.WorkflowModel
WorkflowTransition -
Exception Summary Exception Description ValidationException ValidationException
is used to indicate that aWorkflowModel
is not valid.VersionException VersionException is thrown on errors related to the versioning of workflow models.