ProjectsLocationsWorkflowsExecutions
class ProjectsLocationsWorkflowsExecutions extends Resource (View source)
The "executions" collection of methods.
Typical usage is:
$workflowexecutionsService = new Google\Service\WorkflowExecutions(...);
$executions = $workflowexecutionsService->projects_locations_workflows_executions;
Methods
Cancels an execution of the given name. (executions.cancel)
Returns all metadata stored about an execution, excluding most data that is already accessible using other API methods. (executions.exportData)
Returns an execution of the given name. (executions.get)
Returns a list of executions which belong to the workflow with the given name. The method returns executions of all workflow revisions. Returned executions are ordered by their start time (newest first).
Details
Execution
cancel(string $name, CancelExecutionRequest $postBody, array $optParams = [])
Cancels an execution of the given name. (executions.cancel)
Execution
create(string $parent, Execution $postBody, array $optParams = [])
Creates a new execution using the latest revision of the given workflow. For more information, see Execute a workflow. (executions.create)
ExportDataResponse
exportData(string $name, array $optParams = [])
Returns all metadata stored about an execution, excluding most data that is already accessible using other API methods. (executions.exportData)
Execution
get(string $name, array $optParams = [])
Returns an execution of the given name. (executions.get)
ListExecutionsResponse
listProjectsLocationsWorkflowsExecutions(string $parent, array $optParams = [])
Returns a list of executions which belong to the workflow with the given name. The method returns executions of all workflow revisions. Returned executions are ordered by their start time (newest first).
(executions.listProjectsLocationsWorkflowsExecutions)