domhanak commented on code in PR #527:
URL: 
https://github.com/apache/incubator-kie-kogito-docs/pull/527#discussion_r1515756130


##########
serverlessworkflow/modules/ROOT/pages/cloud/operator/configuring-workflows.adoc:
##########
@@ -8,7 +8,13 @@ This document describes how to configure a Workflow service 
with the {operator_n
 
 == Editing the Workflow Configuration
 
-When the operator deploys the Workflow service, it also creates a `ConfigMap` 
named after the `SonataFlow` object with the suffix `-props`. For example, if 
your Workflow name is `greeting`, then the `ConfigMap` name is `greeting-props`.
+When the operator deploys the Workflow service, it also creates two 
`ConfigMap`s to store the runtime properties:
+
+* The user properties are defined in a `ConfigMap` named after the 
`SonataFlow` object with the suffix `-props`. For example, if your Workflow 
name is `greeting`, then the `ConfigMap` name is `greeting-props`.
+* The xref:#managed-props[Managed Properties] are defined in a `ConfigMap` 
named after the `SonataFlow` object with the suffix `-managed-props`. For 
example, if your Workflow name is `greeting`, then the `ConfigMap` name is 
`greeting-props`.

Review Comment:
   `service-props` and `service-managed-props` is what I see on my deployed 
example



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to