class ProjectsLocationsWorkflowsExecutionsCallbacks extends Resource (View source)

The "callbacks" collection of methods.

Typical usage is:

 $workflowexecutionsService = new Google\Service\WorkflowExecutions(...);
 $callbacks = $workflowexecutionsService->projects_locations_workflows_executions_callbacks;

Methods

listProjectsLocationsWorkflowsExecutionsCallbacks(string $parent, array $optParams = [])

Returns a list of active callbacks that belong to the execution with the given name. The returned callbacks are ordered by callback ID.

Details

ListCallbacksResponse listProjectsLocationsWorkflowsExecutionsCallbacks(string $parent, array $optParams = [])

Returns a list of active callbacks that belong to the execution with the given name. The returned callbacks are ordered by callback ID.

(callbacks.listProjectsLocationsWorkflowsExecutionsCallbacks)

Parameters

string $parent

Required. Name of the execution for which the callbacks should be listed. Format: projects/{project}/locations/{location}/workflows/{ workflow}/executions/{execution}

array $optParams

Optional parameters.

Return Value

ListCallbacksResponse

Exceptions

Exception