class ProjectsLocationsWorkflowsExecutionsStepEntries extends Resource (View source)

The "stepEntries" collection of methods.

Typical usage is:

 $workflowexecutionsService = new Google\Service\WorkflowExecutions(...);
 $stepEntries = $workflowexecutionsService->projects_locations_workflows_executions_stepEntries;

Methods

get(string $name, array $optParams = [])

Gets a step entry. (stepEntries.get)

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

Lists step entries for the corresponding workflow execution. Returned entries are ordered by their create_time.

Details

StepEntry get(string $name, array $optParams = [])

Gets a step entry. (stepEntries.get)

Parameters

string $name

Required. The name of the step entry to retrieve. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec ution}/stepEntries/{step_entry}

array $optParams

Optional parameters.

Return Value

StepEntry

Exceptions

Exception

ListStepEntriesResponse listProjectsLocationsWorkflowsExecutionsStepEntries(string $parent, array $optParams = [])

Lists step entries for the corresponding workflow execution. Returned entries are ordered by their create_time.

(stepEntries.listProjectsLocationsWorkflowsExecutionsStepEntries)

Parameters

string $parent

Required. Name of the workflow execution to list entries for. Format: projects/{project}/locations/{location}/workflows/{workf low}/executions/{execution}/stepEntries/

array $optParams

Optional parameters.

Return Value

ListStepEntriesResponse

Exceptions

Exception