Skip to main content
Nintex Community Menu Bar
Solved

Store instance data in local database (using JSON)

  • July 19, 2022
  • 2 replies
  • 50 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!

Best answer by Sven

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

2 replies

Sven
Forum|alt.badge.img+7
  • Novice
  • Answer
  • July 26, 2022

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


  • Author
  • July 26, 2022

Excellent, that's it!! Many thanks!