Skip to main content
Solved

Store instance data in local database (using JSON)

  • 19 July 2022
  • 2 replies
  • 10 views

I'd like to store workflow instance data locally (on prem) for easier access / integration, and also for reopening/amending a previous instance. Our organisation hardly uses SharePoint so I don't fancy using lists.

Hence I prefer to store all data in an Oracle database using a JSON call.

Is there a way to generate the JSON body with <all> instance data (a LOT) without having to compile this manually, field by field?

Many thanks in advance!

Hi @JotM , 



 



we have an API call for that, you can find the docs under developer.nintex.com.



 



This is a link to the list instances function: https://developer.nintex.com/docs/nwc-api-docs/9f85a369f31b9-list-instances


Excellent, that's it!! Many thanks!


Reply