简体   繁体   English

Eclipse BPMN2 Modeler是否支持计时器上的timeDate?

[英]Does Eclipse BPMN2 Modeler Support timeDate on Timers?

I using using the Eclipse BPMN2 Modeler Luna 1.1.3 to build my bpmn file. 我使用Eclipse BPMN2 Modeler Luna 1.1.3构建bpmn文件。 I am trying to set a boundary timer to expire at a specific time that is saved in ISO 8601 format as a process variable. 我试图将边界计时器设置为在以ISO 8601格式保存为过程变量的特定时间到期。 The Eclipse BPMN2 modeler only provides an option for Interval (timeCycle) or Duration (timeDuration). Eclipse BPMN2建模器仅提供间隔(timeCycle)或持续时间(timeDuration)的选项。 If I manually update the XML element to timeDate, the timer works as expected. 如果我手动将XML元素更新为timeDate,则计时器将按预期工作。

What is generated 产生了什么

<bpmn2:boundaryEvent ...
    <bpmn2:outgoing> ...
    <bpmn2:timerEventDefinition ...
       <bpmn2:timeDuration ...

What I need/change to 我需要/更改为

<bpmn2:boundaryEvent ...
    <bpmn2:outgoing> ...
    <bpmn2:timerEventDefinition ...
       <bpmn2:timeDate ...

Is there some hidden option/field that I am not seeing or does the modeler not support timeDate element? 有没有我看不到的隐藏选项/字段,或者建模器不支持timeDate元素? If it does not, does anyone the location of the official JIRA for the Eclipse BPMN2 Modeler so that I can report this? 如果不是,是否有人可以为Eclipse BPMN2 Modeler提供官方JIRA的位置,以便我进行报告?

It seems timeDate is hidden by default for the jBPM profile. 默认情况下,jBPM配置文件似乎隐藏了timeDate。 You can however turn it on in the preferences: Window -> Preferences -> BPMN2 - Editor - Tool Profiles and for jBPM profile, select the checkbox timerEventDefinition -> TimeDate 但是,您可以在首选项中将其打开:窗口->首选项-> BPMN2-编辑器-工具概要文件,对于jBPM概要文件,请选中复选框timerEventDefinition-> TimeDate

Could you please open a bugzilla to enable this by default? 您能否打开一个Bugzilla来默认启用它? https://bugs.eclipse.org/bugs/enter_bug.cgi?product=BPMN2Modeler https://bugs.eclipse.org/bugs/enter_bug.cgi?product=BPMN2Modeler

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM