Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get Extend BPMN Activites (from Catalog). see searchActivitySpec

    Name

    Mandatory

    validations 

    serverRootYServer base URL :  hostname+port+base path

    Request URI - https://{serverRoot}/activityspec-api/v1.0/activity-spec?Filter=Certified

    ----YH: What is the content of base path? Is it '/sdc/v1/' or '/sdc/v1/catalog'?


    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.

  2. Save Workflow Content with WF ID (to Catalog).
    Already provided by Shuki Yulzari in email.
  3. 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.
  4. Open and Navigates to (ZTE) WF Designer

    Code Block
    languagebash
    titleURL:
    Get http://{wf-designer-ip}:{port}/workflow-modeler

    Request : Query Parameters:

    NameData TypeRequiredDescriptionComment
    uuidStringYesUnique UUID of service template which workflow belong to.
    operationIdStringYesUnique Id of Service Template Operation Associated.
    idStringYesUnique UUID of the workflow
    operationEnumYes

    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:

    NameData TypeRequiredDescriptionComment
    Content-TypeStringYes

    Determines the format of the response body.

    Valid value is :  “application/json”


Discussion items

TimeItemWhoNotes








...