Versions Compared

Key

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

...

Topics

  • Yuan Hu: Rest APIs between WF Designer and SDC catalog.
  1. Save Workflow Content with WF ID (to Catalog).
    Already provided by Shuki .Yulzari@amdocs.comYulzari in email.
  2. Get Workflow Content by WF ID. see Sequence Diagram, Rest APIs and Data Model for R2 Workflow Designer#GetWorkflowContentbyWFID.
    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.
  3. Get Extend BPMN Activites (from Catalog). see searchActivitySpec
  4. Get Category Information of Extend BPMN Activities (from Catalog). see searchActivitySpec

...