Skip to content

Automations.Get

func (automationClient) Get(
ctx context.Context,
automationID uuid.UUID,
) (*workflows.Automation, error)

Get an automation prototype by ID.

automationID uuid.UUID required

The ID of the automation.

An automation object.