Configuration properties in Serverless Workflow
The following table serves as a quick reference for commonly used configuration properties supported in Serverless Workflow. You can define the following properties in the src/main/resources/application.properties file of your project.
| Property | Description | Type | Default value | Override at runtime | 
|---|---|---|---|---|
  | 
Defines the type of persistence database. The possible values of this property include: 
  | 
string  | 
Yes  | 
|
  | 
Defines timeout for a query execution.  | 
long  | 
  | 
Yes  | 
  | 
Enables or disables the optimistic locking.  | 
boolean  | 
  | 
Yes  | 
  | 
Applies the database schema changes automatically.  | 
boolean  | 
  | 
Yes  | 
  | 
Defines strategy to resolve a process version to use. The possible values of this property include: 
  | 
string  | 
  | 
No  | 
  | 
Defines the service URL needed to connect to the runtime endpoint from outside the service.  | 
string  | 
Yes  | 
|
  | 
Enables a service to use CloudEvents.  | 
boolean  | 
  | 
No  | 
  | 
Defines the default name of the incoming channel.  | 
string  | 
  | 
No  | 
  | 
Defines the default name of the outgoing channel.  | 
string  | 
  | 
No  | 
  | 
If this property is set as   | 
boolean  | 
  | 
No  | 
  | 
Defines strategy to generate the configuration key of open API specifications. The possible values of this property include: 
  | 
string  | 
  | 
No  | 
  | 
Defines the variable name for   | 
string  | 
  | 
No  | 
  | 
Indicates if the default value of enumerations needs to be included in gRPC response.  | 
boolean  | 
  | 
No  | 
  | 
Number of seconds to wait for a response from the server when using streams.  | 
int  | 
  | 
No  | 
  | 
Defines the   | 
int  | 
  | 
Yes  | 
  | 
Defines the   | 
int  | 
  | 
Yes  | 
  | 
Enables you to include the workflow debug logger everytime. By default, this property is included in development and test mode.  | 
boolean  | 
  | 
No  | 
  | 
Enables or disables the Dev Services for Kogito. By default, the Dev Services are enabled, unless an existing configuration is present.  | 
boolean  | 
  | 
No  | 
  | 
Defines the optional fixed port that the Dev Services listen to.  | 
int  | 
  | 
No  | 
  | 
Defines the Data Index image to use.  | 
string  | 
  | 
No  | 
  | 
Indicates if the Data Index instance, which is managed by Quarkus Dev Services, is shared.  | 
boolean  | 
  | 
No  | 
  | 
Defines the value of the label that is attached to the started container. This property is used when   | 
string  | 
  | 
No  | 
Found an issue?
If you find an issue or any misleading information, please feel free to report it here. We really appreciate it!