Skip to main content
Unary · Workflows Gets details about a specific workflow execution action. Use this method to:
  • Check execution action status
  • View execution action results
  • Monitor execution action progress

Examples

  • Get execution action details: Retrieves information about a specific execution action.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.GetWorkflowExecutionActionRequest GetWorkflowExecutionActionRequest gets details about a specific workflow execution action.

Response

gitpod.v1.GetWorkflowExecutionActionResponse
WorkflowExecutionAction represents a workflow execution action instance.gitpod.v1.WorkflowExecutionAction
WorkflowExecutionActionMetadata contains workflow execution action metadata.gitpod.v1.WorkflowExecutionAction.Metadata
WorkflowExecutionActionSpec contains the specification for this execution action.gitpod.v1.WorkflowExecutionAction.Spec
WorkflowExecutionActionStatus contains the current status of a workflow execution action.gitpod.v1.WorkflowExecutionAction.Status
WorkflowExecutionActionPhase defines the phases of workflow execution action.