-
Notifications
You must be signed in to change notification settings - Fork 210
Configuration parameters
IMPORTANT: This Kogito wiki is deprecated. For the latest Kogito documentation, see the Kogito documentation page. To contribute to Kogito documentation, see the
master-kogito
branch of thekie-docs
repository in GitHub.
Following is a set of configuration parameters that are supported by Kogito.
These usually are placed in application.properties
file but Can also be overridden via system properties or environment variables.
Name | Description | Since version |
---|---|---|
|
A URL that identifies where the service is deployed to. Used by runtime events to set the source of the event. |
0.4.0 |
|
Optional template name of the Infinispan cache configuration to be used to persist process instance related data |
0.4.0 |
|
True or False property instructing if runtime events should be published for process instance, defaults to true |
0.4.0 |
|
True or False property instructing if runtime events should be published for user task instance, defaults to true |
0.4.0 |
|
True or False property instructing if messages (send or received via message events) should be published fin cloud event format or not, defaults to true |
0.5.0 |
|
An URL that posts to a running Kogito Job Service, it is expected to be in form |
0.6.0 |