jBPM Swagger Web Interface | jBPM KIE SERVER DOCS | REST API INTERACTION | Unit 12 | KIE TUTORIALS

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024

ความคิดเห็น • 16

  • @Draagonaar
    @Draagonaar 2 ปีที่แล้ว

    clear explanation and beginner fiendly thank you keep uploading please

  • @destroytheevilpower7584
    @destroytheevilpower7584 3 ปีที่แล้ว +1

    Super bro.very useful tutorial.

  • @jairam3106
    @jairam3106 4 ปีที่แล้ว

    Nice... Good information

    • @kietutorials
      @kietutorials  4 ปีที่แล้ว

      Like, subscribe & share the tutorial
      Regards,
      kietutorials

  • @hernandosierra8759
    @hernandosierra8759 3 ปีที่แล้ว

    Muchas gracias (Thanks a lot)

  • @namburibharath6353
    @namburibharath6353 2 ปีที่แล้ว

    Is it possible to send Json by using the postman ????

  • @roshanchaminda2944
    @roshanchaminda2944 4 ปีที่แล้ว +1

    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?

    • @kietutorials
      @kietutorials  4 ปีที่แล้ว +2

      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

    • @roshanchaminda2944
      @roshanchaminda2944 4 ปีที่แล้ว

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

  • @HemantKumar-iu1mr
    @HemantKumar-iu1mr 2 ปีที่แล้ว

    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?

  • @shubhamraut7840
    @shubhamraut7840 4 ปีที่แล้ว +1

    Can we create users from swagger in rhpam business-central tool

    • @kietutorials
      @kietutorials  4 ปีที่แล้ว

      We can login to business central and go to user management and create the users

    • @shubhamraut7840
      @shubhamraut7840 4 ปีที่แล้ว

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

    • @sureshkumarmenon1504
      @sureshkumarmenon1504 ปีที่แล้ว

      @@shubhamraut7840 Have you figured out?

  • @drnrose2123
    @drnrose2123 3 ปีที่แล้ว

    Can I use these api in my springboot application ?

  • @montassarlabidi8098
    @montassarlabidi8098 3 ปีที่แล้ว

    How to set up the kie server on windows ?