Page 1 of 1

Value Stream Summary not displaying some content

Posted: 16 Feb 2024, 12:50
by ben.ralph.nmc
Hi

The value stream summary (core_bl_value_stream_summary.xsl) is not displaying 'Participants' and 'Supporting Business Processes'.

Participants have been linked to Individual_Business_Role, Supporting Processes have been linked to Business_Process in Protege. Am I missing some additional data or relationships?

Thanks
Ben

Re: Value Stream Summary not displaying some content

Posted: 16 Feb 2024, 17:05
by JohnM
We made some updates in the last release to this view, I need to confirm a few things

Can you open the view and tell me what the variable allStakeholderRoles near the top is set to.

It should be:
<xsl:variable name="allStakeholderRoles" select="/node()/simple_instance[type=('Business_Role_Type','Business_Role', 'Individual_Business_Role', 'Group_Business_Role')][name = ($currentValueStream, $vsValueStages)/own_slot_value[slot_reference = ('vs_trigger_business_roles', 'vsg_participants')]/value]"/>

Re: Value Stream Summary not displaying some content

Posted: 19 Feb 2024, 05:28
by ben.ralph.nmc
Hi John

The variable is:
<xsl:variable name="allStakeholderRoles" select="/node()/simple_instance[type=('Business_Role_Type','Business_Role')][name = ($currentValueStream, $vsValueStages)/own_slot_value[slot_reference = ('vs_trigger_business_roles', 'vsg_participants')]/value]"/>

When I replace the above with the variable you posted, the participants now appear. I guess the business process variable needs updating too?

Re: Value Stream Summary not displaying some content

Posted: 19 Feb 2024, 11:48
by JohnM
Hi Ben,

Have you downloaded the latest viewer, the changes are in there?

Thanks

John

Re: Value Stream Summary not displaying some content

Posted: 19 Feb 2024, 15:54
by ben.ralph.nmc
No I hadn't. The view is working correctly now.

Thanks