Skip to main content
Nintex Community Menu Bar
Question

Nintex Workflow API - Export Workflow

  • July 10, 2026
  • 2 replies
  • 14 views

Forum|alt.badge.img+15

Not entirely sure why I’m getting status of NotFound for this Xtension. We were testing ability to export a workflow from one Nintex tenant to another using a workflow rather than manually doing it. 

 

I have checked everything - region is fine. Other actions within this Xtension works just fine so what is the issue with this particular action that it cannot recognize a workflow ID? It’s published and in DEV. I republished in PROD and still returning NOTHING. 

 

2 replies

Forum|alt.badge.img+11
  • Nintex Employee
  • July 10, 2026

Hi ​@brandiwoodson 

Can you let us know what endpoint you’re actually using and the configuration in your xtension file and how you have your path configured in the file?  Also if you can send a screenshot of the action config in the workflow. 

There’s only three things I can think of for the not found error in this case 1) the workflow id is incorrect somehow, that’d be an issue in the workflow action config. 2) the endpoint itself isn’t being found as a resource. 3) there’s a mismatch in what region the tenant is in (you already ruled this one out)


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • July 11, 2026

Hi ​@brandiwoodson,

Adding to Brent, the 4th thing I can think of is that the Auth Token you are using can't see the workflow due to permissions.