Joget headless

Confluence User - 19 Mar, 2016

I am doing an application that will have lots of external users.  That application will probably be PHP.  The backend will probably be SQL Server.

So, I need to trigger processes not (only) when Joget forms are filled out, but when new records are added to various tables.

How can I make this happen?

 

trigger;integration

4


21 Mar, 2016
confluenceUser
1
confluenceUser

Hi,

You may check on this Email Polling System sample app. It is using a continually running deadline with bean shell tool to check for new email to complete assignment.

You may modify the sample app to check for database changes to trigger process.

You can also check for alternative ways as mentioned in the links below:

http://stackoverflow.com/questions/6153330/can-a-sql-trigger-call-a-web-service

http://stackoverflow.com/questions/5983599/can-sql-server-send-a-web-request

 

 

21 Mar, 2016
confluenceUser
confluenceUser

Hi,

You can trigger processes using the JSON API Sample JSON API Integration

Instead of PHP, you might also consider to build the application directly on joget instead.

21 Mar, 2016
confluenceUser
confluenceUser

Thanks very much.

21 Mar, 2016
confluenceUser
confluenceUser

Hey Anders, Thanks. I see how to make the call, but how would I do the actual triggering? I guess I would still need something like the Email Polling System?

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print