This document covers the miscellaneous configuration properties used by Workflow Services.
| Name | Description | Default |
|---|---|---|
|
Properties describing the workflows that are available |
|
|
Properties describing the steps (activities) per workflow |
| Name | Description | Default |
|---|---|---|
|
Properties related to the configuration of the service environment for runtime execution of workflows. |
These properties are for configuring the datasource.
This exposes all of the Spring DataSourceProperties under broadleaf.workflow.datasource.
This is to allow the regular property structure to be restricted to a specific Broadleaf data route.
This exposes all of the Spring LiquibaseProperties under broadleaf.workflow.liquibase.
This is to allow the regular property structure to be restricted to a specific Broadleaf data route.
This exposes all of the Spring JpaProperties under broadleaf.workflow.jpa in addition to the Spring HibernateProperties under broadleaf.workflow.jpa.hibernate.
This is to allow the regular property structure to be restricted to a specific Broadleaf data route.
These are additional properties that define datasource configuration that employs SchemaDelegatingDataSource. This allows through configuration alone a setup that declares multiple datasources (each tied to a schema) backed by a common base datasource. This config is generally employed as part of a flex-package installation where multiple services run together in a single JVM.
broadleaf.workflow.delegating.schema: The schema that borrowed connections should be initialized to in SchemaDelegatingDataSource.
broadleaf.workflow.delegating.delegateRef: The back-reference to another section of configuration that fully describes the base datasource backing the SchemaDelegatingDataSource.