Versions Compared

Key

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

...

The following attribute data transfers using Query Parameters

Name

Data Type

Required

Description

operationID

String

Y

The new generated ID of the operation

uuid

String

Y

Versioned identifier of the resource model (this uuid changed for every major version of the resource)

Ex.: b8ff69ca-786d-479e-9f9c-217a90ee0ebc

id

String

Y

Unique UUID of the workflow

displayMode

Enum

Y

The Display Mode for the workflow, Valid value as follow:

view - can view only, can't modify. - OOS

modify - can modify workflow - OOS

create - can create the workflow

Response:

Navigate to the (ZTE) WF Designer UI, load the workflow content with the given id from Catalog.

...

Name

Data Type

Required

Description

artifactName

String

Y

Name of the workflow

description

String

Y

description of the workflow

artifactType

String

Y

‘PLAN’

payloadData

ObjectString

Y

The workflow artifact or assets file.

The data of the artifact after Base64 encoding

Info
titleBase64

The resulting string is then encoded using the RFC2045-MIME variant of Base64


Response:

Response Headers

...