martinweiler commented on code in PR #1833: URL: https://github.com/apache/incubator-kie-kogito-examples/pull/1833#discussion_r1468192946
########## kogito-quarkus-examples/process-usertasks-timer-data-index-persistence-addon-quarkus/README.md: ########## @@ -0,0 +1,539 @@ +# Process user tasks with timer with persistence addon : Hiring + +## Description + +This example showcases a basic implementation of the **Hiring** process that drives a *Candidate* through different +interviews until he gets hired. + +This quickstart project shows a simple example user task orchestration including the use of DMN decisions to +generate the candidate offer and timers to skip User Tasks. + +This example also demonstrates how to configure the whole *Kogito* environment using the new *Simplified Architecture* that Review Comment: Is "Simplified Architecture" the term we want to use? I know we have used it internally and it makes sense if you are aware of initial architecture design, but new users might get a wrong idea of what "simplified" means. WDYT @porcelli @kmacedovarela ? -- 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]
