fjtirado commented on code in PR #620:
URL: 
https://github.com/apache/incubator-kie-kogito-docs/pull/620#discussion_r1553600283


##########
serverlessworkflow/modules/ROOT/pages/getting-started/java-embedded-workflows.adoc:
##########
@@ -78,11 +84,37 @@ Therefore, you can modify the previous example to generate 
the same output when
 <6> Build the workflow definition
 <7> Execute and print as in previous example
 
-
-== Further reading
+=== Additional fluent examples
 
 You can find additional and commented examples of fluent API usage (including 
jq expression evaluation and orchestration of rest services) 
link:{kogito_sw_examples_url}/sonataflow-fluent[here]
 
+== Dependencies explanation
+
+In order to keep the number of required dependencies as smaller as possible, 
embedded workflow uses a modular approach. The rationale is to avoid adding to 
the dependency set something that you are not going to use. For example, 
OpenAPI module is based on Swagger parser, if you are not going to call any 
OpenAPI service, it is better to avoid adding Swagger to the dependency set. 
This means the link:{swf_executor_core_maven_repo_url}[Core] dependency does 
not include the stuff to use gRPC, OpenAPI or most custom function types.  

Review Comment:
   Sorry @gmunozfe , I changed the phrasing while you were reading it, can you 
review it again?



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