How to move to dashboard after click button?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2019 04:03 AM
Hi everyone,
I define own "moveToDashboard" in workflow-model same as (File: taskctm-model.xml):
<constraints>
<constraint name="my:moveToDashboard" type="LIST">
<parameter name="allowedValues">
<list>
<value>GoToDashBoard</value>
</list>
</parameter>
</constraint>
</constraints>
And custom sequence-flows to workflow definition (File: taskctm.bpmn20.xml):
<exclusiveGateway id="exclusiveGatewayMove"</exclusiveGateway> <sequenceFlow id="flow2" name="MoveToDashboard" sourceRef="exclusiveGatewayMove" targetRef="Move1"> </sequenceFlow>
I want to when I click button "GoToDashBoard", display dashboard same as below:
Please provide me methods and functions to handle.
Thank you advance!
Labels:
- Labels:
-
Alfresco Process Services
0 REPLIES 0
