Content Server Workflows - SmartUI Workflow Status and Assignment
Now we are in the SmartUI area of Workflows.
Workflow Status in SmartUI
Shows a WFStatusView. The WFStatusView provides, status of workflow assignments as given through the page context in doughnut chart. The doughnut shaped chart displays the sole status of all the workflows related to the page context, either on time, late or complete. Clicking on each doughnut segment or on the expanded icon opens the expanded view of My assignments with corresponding list of assignments.
Workflow Status Example
var contentRegion = new Marionette.Region({el: '#content'}),
pageContext = new PageContext(), // holds the model
wfstatusView = new WFStatusView({context: pageContext});
contentRegion.show(wfstatusView);
pageContext.fetch();
Constructor
Creates a new WFStatusView.
Parameters:
Workflow Assignment
Workflow Assignments are active workflows which are assigned to a user.
A click on an assignment opens the workflow user interface in the Classic UI or in the Smart View, depending on the workflow step configuration. This configuration is done for each User / Initiator Step in the workflow design.
Workflow Assignments can be accessed via the My Assignments list / widget in the Classic UI and in the Smart View.
Starting workflows
The workflows in the Smart View are accessible via dedicated URLs
The differentiation is necessary, because a workflow in the initiation phase behaves differently as a running workflow.
These URLs are also used in the email notifications for workflows which are configured for the Smart View.
This is an invaluable update for those leveraging Content Server Workflows in their operations. The enhancement to SmartUI Workflow Status and Assignment represents a significant step forward in usability and efficiency. By streamlining how workflow status and assignments are managed, users can now enjoy a more intuitive and seamless experience. This change not only improves communication and task management but also optimizes productivity by ensuring that team members have real-time access to the information they need. Embracing this update offers a strategic advantage in harnessing the full potential of Content Server workflows. It's exciting to see such focused innovation in action!