Clarity

 View Only

  • 1.  Processes tab in Modern UX

    Posted Mar 24, 2025 07:00 AM

    Hi Experts,

    This is a query regarding a Product feature, whether it is available in the clarity tool, particularly the Modern UX.

    Is it possible to have the 'Processes' tab inside a project within MUX like how we have it in Classic UI? This will allow triggering processes from MUX.

    To add more clarity to my question, i am looking to have the 'Processes' tab as shown in the attached screenshot.

    regards,

    Deepu.



  • 2.  RE: Processes tab in Modern UX

    Broadcom Employee
    Posted Mar 25, 2025 05:01 AM

    Hi Deepu

    I dont think its possible at this point as process as module is not exposed in blueprint however you can still run process using actions module by associating the process to the blueprints. 

    You may want to use channel and add organizer page for the time being and request to raise this as enhancement via product management innovation hours



    ------------------------------
    Thanks & Regards
    Suman Pramanik
    ------------------------------



  • 3.  RE: Processes tab in Modern UX

    Posted Mar 25, 2025 09:09 AM

    Hello, Deepu.

    Yes, it is possible through the use of Channels in Blueprints.

    However, you need 2 channels (1 for available processes and 1 for initiated process instances).

    On the Channel for the available processes use this URL: 

    ../niku/nu#action:projmgr.projectProcessDefinitions&object_type=project&object_id=${_internalId}&ui.page.space=mainnav.work&ui.page.template=union.appPage&id=${_internalId}&puiFullscreen=on&puiHidePPMTabs=on

    On the Channel for the initiated processes use this URL:

    ../niku/nu#action:projmgr.projectProcessInstances&id=${_internalId}&object_type=project&object_id=${_internalId}&ui.page.space=mainnav.work&ui.page.template=union.appPage&puiFullscreen=on&puiHidePPMTabs=on

    P.S. When you start a new processes instance, the page will refresh and show the initiated processes.




  • 4.  RE: Processes tab in Modern UX

    Posted Apr 01, 2025 06:58 AM

    Hello Deepu,

    I think you can run your process from your project's properties page. For that you need to edit the blueprint you are using for your project and add the needed process to it under Actions tab. Here are the steps you need to perform:

    Step 1) Login to Clarity MUX as a user with administrative privileges.

    Step 2) Click on Administration menu link in the side bar and then click on Blueprints.

    Step 3) If your project is already associated with a blueprint, search for that blueprint and click on it. If the project is not associated with a blueprint, create a copy of "Standard Project" blueprint and click on it.

    Step 4) Click on Edit button on the newly created blueprint and then click on Actions tab:

    Step 5) Click on "Add Process" button. It will show you all the process which are in "Active" state and have Project as their primary object:

     

    Step 6) Select the process you want to add from the list and click on "Add" button:

    Step 7) Click on "Publish" button on the blueprint.

    Step 8) Go to Project workspace in MUX. If this blueprint is not added to your project already, associate it with your project and click on the project link. If the edited blueprint is already associated with the project, directly click on the project link:

    Step 9) Click on project's Properties tab. Here you would see a button with the same name as of the process:

    Now if you click this button here, it will initiate a new instance of the process.

    Step 10) From Clarity 16.1.0 you can add "Action Items" module to your blueprints. If this module is not already added to your blueprint, add it. You can use this tab in your project to see the status of the initiated process:

    I hope this is what you were looking for and above steps help you.

    Regards

    -Ashok Kumar Modi