Package com.adobe.granite.workflow.exec
@Version("1.2.1")
package com.adobe.granite.workflow.exec
Main Granite Workflow API
Provides interfaces and types related to the execution of workflow instances.
-
ClassDescriptionService Interface to support execution of 3rd party dynamic participant selection code.Contains information about the history of a
.WorkflowDefines an item which is available in the workflow inboxThe possible priority values for InboxItem.Interface which returns information about a workflow participantTheParticipantStepChooserinterface is intended for impls that will define the participant dynamically.Routerepresents the possible next destinations which will be selectable after aWorkItemis completed.Provides more context to script execution by the workflow engineEnumeration of statusesService Interface to support execution of 3rd party workflow step code.AWorkflowrepresents the current state of an instance of a.WorkflowModelEnumerates the possible states of a WorkflowAWorkflowDatainstance "carries" the data pushed through theWorkflow.This is the interface to use to run external process steps.This is the interface to use to proxy tos) services.WorkflowExternalProcessWorkflowProcessis the interface to be used for automatic workflow steps implemented in Java.