Uses of Package
com.broadleafcommerce.workflow.service
Packages that use com.broadleafcommerce.workflow.service
Package
Description
-
Classes in com.broadleafcommerce.workflow.service used by com.broadleafcommerce.workflow.messagingClassDescriptionProperties related to the configuration of the service environment for runtime execution of workflows.Management component that spawns
SimpleWorkflow
instances on a limited thread pool (configurable). -
Classes in com.broadleafcommerce.workflow.service used by com.broadleafcommerce.workflow.messaging.autoconfigureClassDescriptionProperties related to the configuration of the service environment for runtime execution of workflows.Management component that spawns
SimpleWorkflow
instances on a limited thread pool (configurable). -
Classes in com.broadleafcommerce.workflow.service used by com.broadleafcommerce.workflow.provider.jpa.autoconfigureClassDescriptionProperties related to the configuration of the service environment for runtime execution of workflows.
-
Classes in com.broadleafcommerce.workflow.service used by com.broadleafcommerce.workflow.provider.jpa.repositoryClassDescriptionProperties related to the configuration of the service environment for runtime execution of workflows.
-
Classes in com.broadleafcommerce.workflow.service used by com.broadleafcommerce.workflow.serviceClassDescriptionProperties related to the configuration of the service environment for runtime execution of workflows.Threadlocal information related to workflow state and side effects.Management component that spawns
SimpleWorkflow
instances on a limited thread pool (configurable).Worker component (in a thread pool - seeWorkflowLauncher
) that handles callingSimpleWorkflow.start(Map)
, or handles reconstitution of workflow state via replay.Main API for all standard workflow related logic flows -
Classes in com.broadleafcommerce.workflow.service used by com.broadleafcommerce.workflow.service.autoconfigureClassDescription
ClusterService
responsible for interval polling workflows whose retention period have expired and deleting them.ClusterService
responsible for interval polling workflows that have timed out and marking them as failed.Properties related to the configuration of the service environment for runtime execution of workflows.Management component that spawnsSimpleWorkflow
instances on a limited thread pool (configurable).Worker component (in a thread pool - seeWorkflowLauncher
) that handles callingSimpleWorkflow.start(Map)
, or handles reconstitution of workflow state via replay.Main API for all standard workflow related logic flows -
Classes in com.broadleafcommerce.workflow.service used by com.broadleafcommerce.workflow.web.endpointClassDescriptionMarker exception for when a workflow bean is not foundMain API for all standard workflow related logic flows