【发布时间】:2019-11-13 03:47:39
【问题描述】:
我在工作流模型中定义了自己的结果约束(文件:test-model.xml):
<constraints>
<constraint name="my:myOutcomeOptions" type="LIST">
<parameter name="allowedValues">
<list>
<value>Approve</value>
<value>Reject</value>
</list>
</parameter>
</constraint>
</constraints>
以及自定义序列流到工作流定义(文件:test.bpmn20.xml):
<exclusiveGateway id="exclusiveGateway1"</exclusiveGateway>
<sequenceFlow id="flow3" name="Rejected" sourceRef="exclusiveGateway1" targetRef="Rejected">
<conditionExpression xsi:type="tFormalExpression"> <![CDATA[${test_a1approvecount < test_a2approvecount}]]> </conditionExpression>
</sequenceFlow>
当我单击“拒绝”按钮显示弹出确认并单击弹出确认(确定和取消)中的按钮后显示更改为仪表板时,我想这样做。 请帮帮我!
提前谢谢!
【问题讨论】:
-
欢迎来到 SO!所以你向我们展示你的代码......你尝试了什么?有什么研究吗?
-
嗨,DavidGarcíaBodego,我已经研究过这份文档:blog.arvixe.com/pop-up-form-in-alfresco-share,但我还不明白它是如何工作的。
标签: popup alfresco message activiti confirm