ProjectsLocationsWorkflowsExecutionsStepEntries
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
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)
ListStepEntriesResponse
listProjectsLocationsWorkflowsExecutionsStepEntries(string $parent, array $optParams = [])
Lists step entries for the corresponding workflow execution. Returned entries are ordered by their create_time.
(stepEntries.listProjectsLocationsWorkflowsExecutionsStepEntries)