This is an automated email from the ASF dual-hosted git repository.

fjtiradosarti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 8a64a28bd Fix apache/incubator-kie-issues#1905 - add doc about header 
perisistence (#730)
8a64a28bd is described below

commit 8a64a28bde52e91c2b0a7c4134b60aff477ced9b
Author: gabriel-farache <[email protected]>
AuthorDate: Fri Aug 1 13:59:40 2025 +0000

    Fix apache/incubator-kie-issues#1905 - add doc about header perisistence 
(#730)
    
    Signed-off-by: gabriel-farache <[email protected]>
---
 .../modules/ROOT/pages/core/configuration-properties.adoc    | 12 ++++++++++++
 .../persistence/persistence-with-postgresql.adoc             |  8 ++++++++
 2 files changed, 20 insertions(+)

diff --git 
a/serverlessworkflow/modules/ROOT/pages/core/configuration-properties.adoc 
b/serverlessworkflow/modules/ROOT/pages/core/configuration-properties.adoc
index 754dca609..5a59a1350 100644
--- a/serverlessworkflow/modules/ROOT/pages/core/configuration-properties.adoc
+++ b/serverlessworkflow/modules/ROOT/pages/core/configuration-properties.adoc
@@ -35,6 +35,18 @@ a|Defines the type of persistence database. The possible 
values of this property
 |`false`
 |Yes
 
+|`kogito.persistence.headers.enabled`
+|Enables or disables the persistence of the input request header.
+|boolean
+|`false`
+|Yes
+
+|`kogito.persistence.headers.excluded`
+|List of headers from the input request to exclude from persistence. Only 
applicable if kogito.persistence.headers.enabled=true
+|list
+|`<empty>`
+|Yes
+
 |`kogito.workflow.version-strategy`
 | Defines strategy to resolve a process version to use. The possible values of 
this property include:
 
diff --git 
a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/persistence/persistence-with-postgresql.adoc
 
b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/persistence/persistence-with-postgresql.adoc
index 5e06d9c69..1295dfcba 100644
--- 
a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/persistence/persistence-with-postgresql.adoc
+++ 
b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/persistence/persistence-with-postgresql.adoc
@@ -154,6 +154,14 @@ The following table serves as a quick reference of 
commonly used persistence con
 |boolean
 |`false`
 
+|`kogito.persistence.headers.enabled`
+|boolean
+|`false`
+
+|`kogito.persistence.headers.excluded`
+|list
+|``
+
 |`kogito.workflow.version-strategy`
 |string
 |`workflow`


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to