> ## Documentation Index
> Fetch the complete documentation index at: https://ona.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflows

> Reference for the Workflows API methods.

## Methods

<Card title="Cancel Workflow Execution" href="/docs/api-reference/generated/workflow/cancel-workflow-execution">
  Cancels a running workflow execution.
</Card>

<Card title="Cancel Workflow Execution Action" href="/docs/api-reference/generated/workflow/cancel-workflow-execution-action">
  Cancels a running workflow execution action.
</Card>

<Card title="Create Workflow" href="/docs/api-reference/generated/workflow/create-workflow">
  Creates a new workflow with specified configuration.
</Card>

<Card title="Delete Workflow" href="/docs/api-reference/generated/workflow/delete-workflow">
  Deletes a workflow permanently.
</Card>

<Card title="Get Workflow" href="/docs/api-reference/generated/workflow/get-workflow">
  Gets details about a specific workflow.
</Card>

<Card title="Get Workflow Execution" href="/docs/api-reference/generated/workflow/get-workflow-execution">
  Gets details about a specific workflow execution.
</Card>

<Card title="Get Workflow Execution Action" href="/docs/api-reference/generated/workflow/get-workflow-execution-action">
  Gets details about a specific workflow execution action.
</Card>

<Card title="Get Workflow Execution Summary" href="/docs/api-reference/generated/workflow/get-workflow-execution-summary">
  Returns aggregate counts of workflow executions within a time range.
</Card>

<Card title="Get Workflow Webhook Secret" href="/docs/api-reference/generated/workflow/get-workflow-webhook-secret">
  Gets the webhook secret for a workflow.
</Card>

<Card title="List Workflow Execution Actions" href="/docs/api-reference/generated/workflow/list-workflow-execution-actions">
  Lists workflow execution actions with optional filtering.
</Card>

<Card title="List Workflow Execution Outputs" href="/docs/api-reference/generated/workflow/list-workflow-execution-outputs">
  Lists outputs produced by workflow execution actions.
</Card>

<Card title="List Workflow Executions" href="/docs/api-reference/generated/workflow/list-workflow-executions">
  Lists workflow executions with optional filtering.
</Card>

<Card title="List Workflows" href="/docs/api-reference/generated/workflow/list-workflows">
  Call gitpod.v1.WorkflowService.ListWorkflows.
</Card>

<Card title="Rotate Workflow Webhook Secret" href="/docs/api-reference/generated/workflow/rotate-workflow-webhook-secret">
  Rotates the webhook secret for a workflow.
</Card>

<Card title="Start Workflow" href="/docs/api-reference/generated/workflow/start-workflow">
  Starts a workflow execution.
</Card>

<Card title="Update Workflow" href="/docs/api-reference/generated/workflow/update-workflow">
  Updates a workflow's configuration using full replacement semantics.
</Card>
