Very clear explanation. Useful video series for beginners. Thank you for your effort in sharing your knowledge. I have a few questions, is there any possibility to update the Student(Data Object) list directly(as a CSV file). Then how can we grab that entered list(Students Name and result) using Swagger Web Interface?
Hi Roshan, We can upload document as a csv file 1. You can upload csv file as document th-cam.com/video/LtbnP9t6R2I/w-d-xo.html 2. use it in work item handler to read the content write csv reading logic 3. update the process level variable with the data from the csv file 4. Access process variables from kie-server/docs /server/containers/{containerId}/processes/instances/{processInstanceId}/variables/instances There is no api from kie side to read csv file you can implement reading logic within wih hope this helps you if any alternate from others that also welcome that will be helpful Regards, kietutorials
@@kietutorials Thank you for your feedback. I will try the CSV upload approach using the given example. I fulfill the above task as follow, 1. Create a business process to add Students. (One by one, not CSV file upload). 2. Then create another business process including SQLWorkItem handler. 3. Create a query to grab the above-entered student list.(select * from VariableInstanceLog where processid=‘MyProcessID’) 4. Then I managed to grab the Student list(Inside the business central). Now I'm going to register above SQL query via KIE server API(Custom query) to retrieve the student list. What do you think regarding this approach?
@@kietutorials Yes It is possible to create users from business central. But My requirement is -- when some user signed up on my application then the user should be registered in business central as well.
clear explanation and beginner fiendly thank you keep uploading please
Super bro.very useful tutorial.
Nice... Good information
Like, subscribe & share the tutorial
Regards,
kietutorials
Muchas gracias (Thanks a lot)
Is it possible to send Json by using the postman ????
Very clear explanation. Useful video series for beginners. Thank you for your effort in sharing your knowledge.
I have a few questions, is there any possibility to update the Student(Data Object) list directly(as a CSV file). Then how can we grab that entered list(Students Name and result) using Swagger Web Interface?
Hi Roshan,
We can upload document as a csv file
1. You can upload csv file as document
th-cam.com/video/LtbnP9t6R2I/w-d-xo.html
2. use it in work item handler to read the content write csv reading logic
3. update the process level variable with the data from the csv file
4. Access process variables from kie-server/docs
/server/containers/{containerId}/processes/instances/{processInstanceId}/variables/instances
There is no api from kie side to read csv file you can implement reading logic within wih
hope this helps you
if any alternate from others that also welcome that will be helpful
Regards,
kietutorials
@@kietutorials Thank you for your feedback. I will try the CSV upload approach using the given example.
I fulfill the above task as follow,
1. Create a business process to add Students. (One by one, not CSV file upload).
2. Then create another business process including SQLWorkItem handler.
3. Create a query to grab the above-entered student list.(select * from VariableInstanceLog where processid=‘MyProcessID’)
4. Then I managed to grab the Student list(Inside the business central).
Now I'm going to register above SQL query via KIE server API(Custom query) to retrieve the student list. What do you think regarding this approach?
Nice tutorial but have some queries:
What is the authorization for these API? Is there any document for that? And how Can I configure it?
Can we create users from swagger in rhpam business-central tool
We can login to business central and go to user management and create the users
@@kietutorials Yes It is possible to create users from business central. But My requirement is -- when some user signed up on my application then the user should be registered in business central as well.
@@shubhamraut7840 Have you figured out?
Can I use these api in my springboot application ?
How to set up the kie server on windows ?