Versions Compared

Key

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

Table of Contents

SDC Component Diagram:

Image RemovedImage Added

Sequence Diagram:

Image RemovedImage Added

In this case, the Catalog plays a manager role of the workflows, it manage the designed workflows and  provide the Create/Updata/Query actions for workflows.

...

The interaction between Catalog and '(ZTE) WF Designer'  is as follows:

Image RemovedImage Added

So, the rest APIs of Catalog should be provide by Amdocs/AT&T as follow:

...

For a new workflow, before it be opened, the catalog(workflow manager) should create it first.  The Sequence Diagram shows as follow:

Image RemovedImage Added

URL:

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

...

The Sequence for Generate BPMN Artifacts with WF ID(s) as follow:

Image Removed

Sequence Diagram, Rest API and Data Information for this RequirementImage Added

URL:

Code Block
languagebash
POST http://{wf-designer-ip}:{port}/api/workflow-modeler/v1/generateBPMN

...