Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exploring API-Kogito Integration in kogito-examples: Any Use Cases? #1680

Open
RexarrTV26 opened this issue May 30, 2023 · 2 comments
Open

Comments

@RexarrTV26
Copy link

Hey there, fellow developers! 馃憢 I have a question for all the GitHub enthusiasts out there. I've been digging into the kogito-examples repository, and I've been wondering: Is there any example within the kogito-examples folder that demonstrates the usage of API-Kogito integration?

Let me set the context for what I'm looking for. Imagine a business case where we need to extract information from a client through an API and then make a call to Kogito for client evaluation based on that information. The API would send a JSON payload to Kogito, and Kogito should respond with a JSON containing the client evaluation as well as any intermediate variables. This business case just need to Kogito make the evaluation. The API do all the other stuff.

Now, I've noticed that several examples in the kogito-examples repository come with a front-end component, but in this particular case, we don't require a front-end. We simply need to be prepared to receive the API's data model and process it using Kogito.

So, my question is: Does anyone know if there exists such an example within the kogito-examples folder that demonstrates this API-Kogito integration scenario? It would be fantastic to have a hands-on reference to guide us in building our own solution.

If you have any insights, suggestions, or even code snippets to share, please let me know in the comments below. I'm eager to explore and learn from your experiences!

Looking forward to hearing from you all! 馃殌馃攳

#GitHub #kogito #APIIntegration #UseCaseExamples

@fjtirado
Copy link
Contributor

There is no such example.
You can see some examples of directly invoking Kogito from a standard JAVA VM here (to run a serverless workflow process that is defined programatically)

@RexarrTV26
Copy link
Author

Sure. Thanks. I was searching for a OpenSource Solution, because Blaze Advisor is too expensive. And I thought Kogito was a good solution where I can define Function Sequences, my BOM, Functions, Decision Tables and DecisionFlow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 馃搵 Backlog
Development

No branches or pull requests

2 participants