Skip to content

Workflows.Get

func (workflowClient) Get(
ctx context.Context,
slug string,
) (*workflows.Workflow, error)

Get a workflow by slug.

slug string required

The workflow slug.

A workflow object.