Skip to main content

In Automation Cloud, if a user starts a workflow, I believe they (and workflow owners) are the only ones who can see the instance in the various dashboards. Is there a way to share a workflow instance?

Hi @PaulXTiseo 

In Automation Cloud, if a user starts a workflow, I believe they (and workflow owners) are the only ones who can see the instance in the various dashboards.

It depends on the users’ role

Source: https://help.nintex.com/en-US/nwc/Content/Settings/UserManagement.htm

 

For Workflow Owner and Business Owners

Source: https://help.nintex.com/en-US/nwc/Content/Dashboard/Workflows.htm

 

Is there a way to share a workflow instance?

Can you clarify how you want this is to be accomplish?

 


Garrett,

I have been asked by customers if someone could have “read-only” visibility into one or more workflow instances so that they would essentially have informational/visibility rights on those, although I can see maybe two roles: purely read-only and a co-owner role.

For example, IT users may want to share instances of a procurement workflow, used company-wide, across key people in their dept (say PM, CIO and dept’s exec assistant). CIO (read-only) just wants to be able to see the state of all IT instances (e.g. “Access workflow tracking in My Nintex”, but limited to the ones that person is on), so all PMs would add the CEO as a read-only sharer. Exec assistant may want to actually be able to perform as a secondary co-owner to ensure all IT instances are moved through as necessary.

Does that start to explain it better? (I’m a software developer and understand there’s plenty of nuance and edge stories to be discovered.)


Hi @PaulXTiseo 

The default Nintex Dashboard doesn’t have a “read-only” role. It might happen in the future.

 

You can build you own workflow status tracking dashboard.
If you are using SPO List, you can allocate 1 column for workflow status and 2-3 columns for Approvals

No Workflow Instance ID App Status Supervisor Manager
1 0000A-00001 WF Starting - -
2 0000B-00002 Pending - -
3 0000C-00003 Pending ✔️ -
4 0000D-00004 Pending ✔️ -
5 00005-00005 WF Completed ✔️ ✔️

 

If you have access to Azure SQL, you can save the workflow instance progress to SQL.

If you have access to Power BI, you can use data from SQL to create a dashboard.

If you are more technical, you can use the NAC APIs to query for instances details and use your own dashboard to present the workflow instances to your users.

Nintex Automation Cloud API details is available at URL: https://developer.nintex.com/


Garrett,

Yeah, I am a software engineering manager, so I could get my team to build something out. Was hoping to avoid that, but looks like I will have to go that way. I really appreciate your time and suggestions!


Reply