aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/components/property/properties.component.html
diff options
context:
space:
mode:
authorLvbo163 <lv.bo163@zte.com.cn>2017-09-04 19:57:31 +0800
committerLvbo163 <lv.bo163@zte.com.cn>2017-09-04 19:57:31 +0800
commit08a13945e82270e6bf27c2d6b26a5dde127ad198 (patch)
tree2d3ea524c9b7e5b969f716e11bfa950538b64abb /sdc-workflow-designer-ui/src/app/components/property/properties.component.html
parent76f9fa54825d98013182524d16290f04e3c9398a (diff)
support rest task node
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>
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/components/property/properties.component.html')
-rw-r--r--sdc-workflow-designer-ui/src/app/components/property/properties.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/src/app/components/property/properties.component.html b/sdc-workflow-designer-ui/src/app/components/property/properties.component.html
index d7a8500d..2ca5c690 100644
--- a/sdc-workflow-designer-ui/src/app/components/property/properties.component.html
+++ b/sdc-workflow-designer-ui/src/app/components/property/properties.component.html
@@ -40,4 +40,5 @@
<!-- TODO add property for different node types -->
<b4t-start-event-parameters *ngIf="'startEvent' == node.type" [node]="node"></b4t-start-event-parameters>
+ <b4t-rest-task *ngIf="node.type == 'restTask'" [node]="node"></b4t-rest-task>
</div>