Hello,
I’m trying to call a Nintex Automation Cloud Component workflow as an api from another Component workflow. *
It is returning a response status code of 202, meaning the request was accepted, but the processing hasn’t been completed.
How to handle this status within the calling workflow? The response content contains the instance id. It would be cool if I could reference this instance ID to get the data. But I can’t figure out how.
Thanks!
*The reason I’m trying to call a component as an api is because users cannot call a component workflow unless they are an owner. I want to protect my components from people accidentally changing them since they are shared by multiple users. So I thought I’d try to add a level of abstraction and grant people ownership rights on this api calling component (and protecting the component that’s actually doing the work.)