support bpmn timer element 71/10971/1
authorLvbo163 <lv.bo163@zte.com.cn>
Fri, 8 Sep 2017 01:40:56 +0000 (09:40 +0800)
committerLvbo163 <lv.bo163@zte.com.cn>
Fri, 8 Sep 2017 01:43:17 +0000 (09:43 +0800)
commit18b2330786d193afd150bf20e4054d965259de3a
treef5df47b54c7fee6bba4ebf88bedfdcbef5f215ae
parent7f4d1836df509a1a06e4b7635a84a71b79084d6e
support bpmn timer element

support bpmn intermediate-catch-event timer element for duration and date

Issue-ID: SDC-294

Change-Id: I27ba61f7d3ad6e3fa41579a643805f07da78628c
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
sdc-workflow-designer-ui/src/app/app.module.ts
sdc-workflow-designer-ui/src/app/components/property/intermediate-catch-event/intermediate-catch-event.component.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/property/intermediate-catch-event/intermediate-catch-event.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/property/properties.component.html
sdc-workflow-designer-ui/src/app/model/workflow/intermediate-catch-event.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/model/workflow/timer-event-definition.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/services/workflow-process.service.ts