1
0
-1

Hi, im new developing in Joget, i have a lot of questions and things to learn how it works, but im in a big trouble a few weeks, i need to construct a really big internal company process that requires uses of different apps for different steps of the big "process" but im stuck in how i connect process between apps, example if i approve a request in app A, how is the way to send the data of that approved request right to the inbox of app B?, why Joget dont have enough information about this types of needs. 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, it depends on how you want to design your apps. The simplest way would be to just reference the same table and column names in your forms and lists. That way, the same data would be used. If you wish to separate them into totally independent app processes and data, then you could use APIs to start a process from another for example Sample JSON API Integration#StartaProcess

        CommentAdd your comment...