Versions Compared

Key

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

...

NameData TypeRequiredDescriptionComment
activities
ExtendActivityBriefInfo[]
Yes
extend activity brief/base information list

Get Detail Information of a BPMN Activity (from Catalog):

...

Return the detail information of the extend activity. see data information ExtendActivity for details.

...

Save workflow JSON with WF ID (to Catalog):

Save the JSON content of the workflow to the Catalog.

URL:

Code Block
languagebash
PUT http://{sdc-ip}:{port}/api/sdc/v1/workflow-modeler/models/{id}

...

The information of the workflow in json format, see WorkflowInfo: for details to see data information WorkflowInfo.

Response:

NameData TypeRequiredDescriptionComment
idStringYesUnique UUID of the workflow saved

Store BPMN Artifact against WF ID:

Save the BPMN content of the workflow to the Catalog.

URL:

Code Block
languagebash
PUT http://{sdc-ip}:{port}/api/sdc/v1/workflow-modeler/models/{id}/bpmn

...