domhanak commented on code in PR #2042:
URL: 
https://github.com/apache/incubator-kie-kogito-examples/pull/2042#discussion_r1914591877


##########
serverless-operator-examples/serverless-workflow-get-random-catfact/README.md:
##########
@@ -0,0 +1,64 @@
+# {product_name} Operator - Get Random Cat Fact Example
+
+## Description
+
+The goal of this example is to showcase use of [{product_name} plugin for 
Knative 
CLI](https://sonataflow.org/serverlessworkflow/main/testing-and-troubleshooting/kn-plugin-workflow-overview.html)
 for local development and subsequent deployment of finished {product_name} 
application.
+
+### Use Case
+
+This example is doing basic decision based on input provided to the workflow. 
If the input matches a string, workflow will query a specific endpoint and 
store the result, otherwise it uses a static string.
+The example contains workflow definition, necessary application.properties and 
an openAPI spec file to be able to query external service.
+
+### Prerequisites
+
+1. Install [{product_name} plugin for Knative 
CLI](https://sonataflow.org/serverlessworkflow/main/testing-and-troubleshooting/kn-plugin-workflow-overview.html)
+2. Install the 
[Operator](https://kiegroup.github.io/kogito-docs/serverlessworkflow/latest/cloud/operator/install-serverless-operator.html)
+3. Checkout this example locally
+
+### Run the example in local environment
+
+In order to ensure the developed workflows does what it is meant to do, `run` 
command allows users to spin up a container in development mode on localhost. A 
[management 
console](https://sonataflow.org/serverlessworkflow/main/testing-and-troubleshooting/quarkus-dev-ui-extension/quarkus-dev-ui-overview.html)
 is available for users to play with the workflows.
+
+1. Navigate to the root directory of the example
+2. Execute `kn workflow run`
+3. Navigate to 
`http://localhost:8080/q/dev-ui/org.apache.kie.sonataflow.sonataflow-quarkus-devui/workflows`
 to access the management console
+4. You can modify the project, any changes will be detected and the container 
will update
+
+### Deploy the example to cluster
+
+Once the workflow is stable and working, `deploy` command allows users to 
create deployments of the workflow on the targetted cluster. To deploy a 
workflow application, [{product_name} plugin for Knative 
CLI](https://sonataflow.org/serverlessworkflow/main/testing-and-troubleshooting/kn-plugin-workflow-overview.html)
 relies on configuration in `<home_directory>/.kube/config`. If you cluster has 
managed access, users need to login prior to the use of CLI.

Review Comment:
   ```suggestion
   Once the workflow is doing what it is expected to do, the `deploy` command 
allows users to create deployments of the workflow on the targeted cluster. To 
deploy a workflow application, [{product_name} plugin for Knative 
CLI](https://sonataflow.org/serverlessworkflow/main/testing-and-troubleshooting/kn-plugin-workflow-overview.html)
 relies on configuration in `<home_directory>/.kube/config`. If you cluster has 
managed access, users need to login prior to the use of CLI. 
   
   Please note that by default, the `deploy` command deploys the workflow in 
`dev` mode. This mode allows you to examine the deployment in actual k8s 
cluster environment, with same development features as `run` command does 
locally. Follow the guide to understand how to deploy the workflow in different 
modes, suitable for post-development scenarios.
   ```
   
   @wmedvede wdyt?



-- 
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