Date
Attendees
Topics
- Yuan Hu: Rest APIs between WF Designer and SDC.
- Will the workflow designer be integrated into the SDC in the R2 release?
- Get Workflow Content by WF ID.
Actually, we also need the GET API in release R2. The reason is that when navigating to the WF Designer UI, the WF Designer needs to retrieve the corresponding workflow data from the SDC for displaying. If no data is available from sdc, the WF Designer will display an empty workflow. Open and Navigates to (ZTE) WF Designer
URL:Get http://{wf-designer-ip}:{port}/workflow-modeler/index.html
Request Query Parameters:
Name Data Type Required Description Comment uuid String Yes Unique UUID of service template which workflow belong to. operationId String Yes Unique Id of Service Template Operation Associated. id String Yes Unique UUID of the workflow operation Enum Yes The operation for the workflow, Valid value as follow:
view - can view only, can't modify.
modify - can view and modify both.
Request Header Parameters:
Name Data Type Required Description Comment Content-Type String Yes Determines the format of the response body.
Valid value is : “application/json”
Discussion items
Time | Item | Who | Notes |
---|---|---|---|