Method: legacyPlaybooks.legacyGetPendingStepsUserRelated

Full name: projects.locations.instances.legacyPlaybooks.legacyGetPendingStepsUserRelated

Get legacyGetPendingStepsUserRelated returns pending steps related to the user.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to get the pending steps for. Format: projects/{project}/locations/{location}/instances/{instance}

Query parameters

Parameters
sortBy

string

Optional. Possible options for sorting the pending steps: - TimeAscending - TimeDescending - PriorityAscending - PriorityDescending - TimeToResponseAscending - TimeToResponseDescending - SlaAscending - SlaDescending - Sort by field.

Request body

The request body must be empty.

Response body

LegacyPlaybookGetPendingStepsUserRelatedResponse is a response for getting the pending steps user related.

If successful, the response body contains data with the following structure:

JSON representation
{
  "payload": [
    {
      object (ApiWorkflowStepInstanceDataModel)
    }
  ]
}
Fields
payload[]

object (ApiWorkflowStepInstanceDataModel)

Optional. The pending steps user related.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.