Workflow Service: Overview

The operations in the Workflow service allow you to add, retrieve, manage, and delete custom workflows on the platform.

URL: https://{hostname}/api/workflow

This service includes additional operations for which the documentation will be available at a later time.

Action Endpoint Description
add workflow definition configuration POST /api/workflow/definitions Uploads a new workflow definition file to the Community Manager developer portal.
delete workflow definition DELETE /api/workflow/definitions/{WorkflowDefKey} Deletes the specified custom workflow.
get actions GET /api/workflow/objects/{ObjectID}/actions Returns information about workflow actions that are valid for the specified resource.
get workflow definition GET /api/workflow/definitions/{WorkflowDefKey} Returns information about the specified custom workflow.
list workflow definitions GET /api/workflow/definitions Retrieves information about all workflows defined on the platform.
perform workflow action POST /api/workflow/objects/{ObjectID}/actions Performs a valid action applicable to the workflow for the specified resource.