aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/services/workflow-process.service.ts
AgeCommit message (Collapse)AuthorFilesLines
2018-01-09remove plan name from plan definitionLvbo1631-2/+2
change workflow structure Issue-ID: SDC-889 Change-Id: I8ddb053361960d741920c7fe6fff628eb29fbf0c Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-09-11support script taskLvbo1631-0/+4
support create bpmn script task Issue-ID: SDC-305 Change-Id: Ied1df14a64c96d4d5277fa50bf10c75fc11952f3 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-09-08support set condition for gatewayLvbo1631-0/+10
support set condition for gateway(exclusive gateway) Issue-ID: SDC-119 Change-Id: I479ed99eb45928d90bf7361de0208eef4b113776 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-09-08support bpmn timer elementLvbo1631-0/+4
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>
2017-09-07support quote output of rest taskLvbo1631-0/+206
rest task's parameters can quote output parameter of previous rest tasks. Issue-ID: SDC-121 Change-Id: I94f2058f7b8b2ad600ffb99c8838b37da5bb5b9d Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>