summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/components/property
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06support set path and query parametersLvbo1634-0/+92
support set path and query parameters for rest task Issue-ID: SDC-285 Change-Id: I4e8e17bea57898487d5d81c86ea3fd24e7529882 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-09-05get parameters for rest taskLvbo1631-2/+32
get parameters for rest task from swagger definition Issue-ID: SDC-284 Change-Id: I3d3504fffe1e99d1793a74de2af585a5393cb358 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-09-04support rest task nodeLvbo1633-0/+158
support rest task node to call rest api definited by swagger Issue-ID: SDC-271 Change-Id: Ifb4acdd393609da4ce1e9e2cd8d20a2848365b9b Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-08-31support set parameter for workflowLvbo1634-2/+62
support set input and output params for start event Issue-ID: SDC-120 Change-Id: Ib5a87692e06817b2676b3f2f2223e1ced117b5c9 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-08-30add property edit panelLvbo1633-0/+143
add canvas component and add property edit panel, this panel will display while a workflow node is double clicked. Issue-ID: SDC-260 Change-Id: I0f150b0a480f986e0a8ab3bb67cf89f3e2267155 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>