View schemes of related workflows
aviriel opened this issue · 0 comments
aviriel commented
When user looks at main workflow, it's often necessary to check detailed status of related workflows (scheme, currently active stage, etc). However, the user not necessarily has access to related workflow. So, we need smth to check just schemes of related workflows without opening them directly.
Proposed minimal implementation:
- Buttons 'See Scheme' in related workflows table for each related workflow
- New API these buttons call (RunAsSystem wrapped, returns just scheme and active stage - nothing to compromise security)
Proposed maximum implementation:
- Embed these call into workflow scheme lightbox. In this case the user can see all related workflows in one dialog (clicking on stages of parent workflow or whatever - to be discussed).