Scheduler Plugin with DB data and passing data to the next Process

Confluence User - 23 Aug, 2024

Hi community,

I am trying to use the scheduler plugin in Joget. 


If I use Multi Tools and I want to:

  1. Get a list of records under a specific column in Joget DB table_1 (Process 1)
  2. External JSON API call, pass the list from Step 1 in the API request body, and get the JSON API response (Process 2)
  3. Store the JSON API response data in Joget DB table_2 accordingly (Process 3)

How can I pass the data from one process to another in Multi Tools?
Thanks. 

plugins;scheduler;multitools

1


26 Aug, 2024
confluenceUser
confluenceUser

Could use the Iterator Process Tool Plugin
plugin at : Joget Marketplace > View App Details & Download 

KB ref: Iterator Process Tool - Marketplace Knowledge Base - Joget | COMMUNITY

Probably in iterator process tool,

1 - iterate thru the list of table_1

2 - pass it into a JSON API using special key in Iterator @recordId@ (please read in the KB how to use this)

3-set response in JSON API to form (table_2)

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print