REST Resource: organizations.sharedflows

Resource: SharedFlow

The metadata describing a shared flow

JSON representation
{
  "metaData": {
    object (EntityMetadata)
  },
  "name": string,
  "revision": [
    string
  ],
  "latestRevisionId": string
}
Fields
metaData

object (EntityMetadata)

Metadata describing the shared flow.

name

string

The ID of the shared flow.

revision[]

string

A list of revisions of this shared flow.

latestRevisionId

string

The id of the most recently created revision for this shared flow.

Methods

create

Uploads a ZIP-formatted shared flow configuration bundle to an organization.

delete

Deletes a shared flow and all it's revisions.

get

Gets a shared flow by name, including a list of its revisions.

list

Lists all shared flows in the organization.