Hi,

I'm looking at accessing the data stored in JoGet workflow engine in my custom application. I came across one of the threads to use these tables - SHKActivityData, SHKActivities. But is there any JSON API to access the variable data other than direct JDBC calls?

Thanks!

  • No labels

2 Comments

  1. Hi Arun,

    Yes, there's a call in the JSON API to retrieve variable data i.e. web/json/workflow/variable/list/(*:processId) . There's documentation on over at the Knowledge Base at the JSON API page. 

    Hope this helps!