create list from external app

Confluence User - 24 Oct, 2017

hi, im new to joget..

 

i'm trying to integrate joget to my apps using API. when i started the process using API from my app, i got the record in my inbox. but, it doesn't create any record on my list.

thought, when i ran and start the process straight from joget app, i received the record in both my inbox and list.

 

am i missing something here in my API integration? or should i run another API after running process in order to create record in my list ?

datalists;api;forms

2


25 Oct, 2017
confluenceUser
1
confluenceUser

Hi Harry,

Joget Start process API (web/json/workflow/process/start/(*:processDefId)) is just to create a process instance in joget workflow engine, thus it show on your inbox,but it doesn't create any record on external apps, so you have to manage to insert the data yourself in order to show on your list.

Is it your apps database is same with joget database? if it does, try to us "app_fd_" prefix 

25 Oct, 2017
confluenceUser
confluenceUser

Hi, the process API only initiates the process. Your list records is likely from form data so you need to initiate the data separately. For example, you could use the Form Data Update Tool as part of your process.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print