I have created an Activity and it follows a (fairly complex) workflow that involves 15 statuses and 10 user profiles !!
While the workflow works perfect with no interruptions, I was thinking if something like below mentioned will be life-saving to the users.
When profile #1 takes appropriate action (as guided by the workflow), the process moves to the next stage. As per the workflow, profile #3 is supposed to take some action, and so on. So when Profile #3 logs in, for the given Activity, there should be an extra column that displays what is the next stage in the workflow. Or, a dynamic "Breadcrumb representation" for the current workflow... Or, just a (non-dynamic) breadcrumb of the workflow on the top of the page - common for all the Activities. I think this will be quite useful to everyone as the tool usage increases and as the number of Activities increase...
Is it something I can do by entering the code? Can you guide me please??
While the workflow works perfect with no interruptions, I was thinking if something like below mentioned will be life-saving to the users.
When profile #1 takes appropriate action (as guided by the workflow), the process moves to the next stage. As per the workflow, profile #3 is supposed to take some action, and so on. So when Profile #3 logs in, for the given Activity, there should be an extra column that displays what is the next stage in the workflow. Or, a dynamic "Breadcrumb representation" for the current workflow... Or, just a (non-dynamic) breadcrumb of the workflow on the top of the page - common for all the Activities. I think this will be quite useful to everyone as the tool usage increases and as the number of Activities increase...
Is it something I can do by entering the code? Can you guide me please??