StepEntry
import type { StepEntry } from "https://googleapis.deno.dev/v1/workflowexecutions:v1.ts";
An StepEntry contains debugging information for a step transition in a workflow execution.
§Properties
Output only. The full resource name of the step entry. Each step entry has
a unique entry ID, which is a monotonically increasing counter. Step entry
names have the format:
projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}/stepEntries/{step_entry}
.
Output only. The name of the routine this step entry belongs to. A routine
name is the subworkflow name defined in the YAML source code. The top level
routine name is main
.
Output only. The state of the step entry.
Output only. The StepEntryMetadata associated with this step.
Output only. The type of the step this step entry belongs to.
Output only. The VariableData associated with this step.