Date
...
- Get Extend BPMN Activites (from Catalog). see searchActivitySpec
Expect the searchActivitySpec api to return the detail information of all 'Activity Specs' which defined in Manage Activity Spec, so that I don't neet to retrieve the 'Activity Spec' one by one. - Get Category Information of Extend BPMN Activities (from Catalog). see searchActivitySpec
- Save Workflow Content with WF ID (to Catalog).
Already provided by Shuki Yulzari in email. - 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
Code Block language bash title URL: Get http://{wf-designer-ip}:{port}/workflow-modeler
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.
Discussion items
Time | Item | Who | Notes |
---|---|---|---|
...