Unary · Workflows
Lists workflow execution actions with optional filtering.
Use this method to:
- Monitor individual action execution status
- Debug action failures
- Track resource usage per action
Examples
-
List execution actions for workflow execution:
Shows all execution actions for a specific workflow execution.
Endpoint
https://app.ona.com with that domain.
Request example
Request
gitpod.v1.ListWorkflowExecutionActionsRequest
ListWorkflowExecutionActionsRequest lists workflow execution actions with optional filtering.
Response
gitpod.v1.ListWorkflowExecutionActionsResponse
Related types
Filter
Filter
gitpod.v1.ListWorkflowExecutionActionsRequest.FilterPaginationRequest
PaginationRequest
gitpod.v1.PaginationRequestPaginationResponse
PaginationResponse
gitpod.v1.PaginationResponseWorkflowExecutionAction
WorkflowExecutionAction
WorkflowExecutionAction represents a workflow execution action instance.
gitpod.v1.WorkflowExecutionActionMetadata
Metadata
WorkflowExecutionActionMetadata contains workflow execution action metadata.
gitpod.v1.WorkflowExecutionAction.MetadataSpec
Spec
WorkflowExecutionActionSpec contains the specification for this execution action.
gitpod.v1.WorkflowExecutionAction.SpecStatus
Status
WorkflowExecutionActionStatus contains the current status of a workflow execution action.
gitpod.v1.WorkflowExecutionAction.StatusWorkflowExecutionActionPhase
WorkflowExecutionActionPhase
WorkflowExecutionActionPhase defines the phases of workflow execution action.