Workflow Executions API (workflowexecutions:v1)

2024-08-23

1 new method | 2 updated methods

Additions

    Methods
  • workflowexecutions.projects.locations.workflows.executions.deleteExecutionHistory

      Path: v1/{+name}:deleteExecutionHistory

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/workflows/{workflowsId}/executions/{executionsId}:deleteExecutionHistory

      HTTP Method: POST

      Parameters:

        name

          Description: Required. Name of the execution for which step entries should be deleted. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}

          Pattern: ^projects/[^/]+/locations/[^/]+/workflows/[^/]+/executions/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Deletes all step entries for an execution.

Updates

    Methods
  • workflowexecutions.projects.locations.workflows.executions.stepEntries.list

      Parameters:

        view

          Description: Deprecated field.

          Location: query

          Deprecated: Yes

          Type: string

          Enum Descriptions:

        • The default/unset value.
        • Include basic information in the step entries. All fields in StepEntry are returned except for variable_data.
        • Include all data.
        • Enum:

        • EXECUTION_ENTRY_VIEW_UNSPECIFIED
        • EXECUTION_ENTRY_VIEW_BASIC
        • EXECUTION_ENTRY_VIEW_DETAILED

  • workflowexecutions.projects.locations.workflows.executions.stepEntries.get

      Parameters:

        view

          Description: Deprecated field.

          Location: query

          Deprecated: Yes

          Type: string

          Enum Descriptions:

        • The default/unset value.
        • Include basic information in the step entries. All fields in StepEntry are returned except for variable_data.
        • Include all data.
        • Enum:

        • EXECUTION_ENTRY_VIEW_UNSPECIFIED
        • EXECUTION_ENTRY_VIEW_BASIC
        • EXECUTION_ENTRY_VIEW_DETAILED