@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 WorkflowModelrepresents a model/definition of a workflow.WorkflowModelFilter Interface forfilter implementation which can be used to filter the result set when retrieving models.WorkflowModelWorkflowModelSerializer WorkflowModelSerializeris the interface for services that provide functionality for de-/serialisingWorkflowModelfrom/to other (textual) representations.WorkflowNode WorkflowNoderepresents a node/step in a.WorkflowModelWorkflowTransition -
Exception Summary Exception Description ValidationException ValidationExceptionis used to indicate that aWorkflowModelis not valid.VersionException VersionException is thrown on errors related to the versioning of workflow models.