v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Workflow API

Create Workflow

Create a new workflow for a team.

post/v2/workflows

Request body

teamIdstring required

The ID of the team.

namestring required

The name of the workflow.

descriptionstring

A description of the workflow.

requireFormConfirmationboolean nullable

Whether the workflow requires form confirmation (optional).

contentstring required

The content/code of the workflow.

isPublishedboolean nullable

Whether to publish the workflow after creation (optional).

tagIdsstring[]

The IDs of the tags to associate with the workflow.

showInServiceCatalogboolean nullable

Whether to list this workflow in the Service Catalog (optional). When omitted, the workflow is not listed.

serviceCatalogDescriptionstring nullable

Optional description shown at the top of the Service Catalog run form.

Response

Success