ProjectsLocationsWorkflowsExecutionsCallbacks
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)