GoogleApi.WorkflowExecutions.V1.Model.StepEntry (google_api_workflow_executions v0.11.3)
View SourceAn StepEntry contains debugging information for a step transition in a workflow execution.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. The creation time of the step entry. -
entryId(type:String.t, default:nil) - Output only. The numeric ID of this step entry, used for navigation. -
exception(type:GoogleApi.WorkflowExecutions.V1.Model.Exception.t, default:nil) - Output only. The exception thrown by the step entry. -
name(type:String.t, default:nil) - 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}. -
navigationInfo(type:GoogleApi.WorkflowExecutions.V1.Model.NavigationInfo.t, default:nil) - Output only. The NavigationInfo associated with this step. -
routine(type:String.t, default:nil) - 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 ismain. -
state(type:String.t, default:nil) - Output only. The state of the step entry. -
step(type:String.t, default:nil) - Output only. The name of the step this step entry belongs to. -
stepEntryMetadata(type:GoogleApi.WorkflowExecutions.V1.Model.StepEntryMetadata.t, default:nil) - Output only. The StepEntryMetadata associated with this step. -
stepType(type:String.t, default:nil) - Output only. The type of the step this step entry belongs to. -
updateTime(type:DateTime.t, default:nil) - Output only. The most recently updated time of the step entry. -
variableData(type:GoogleApi.WorkflowExecutions.V1.Model.VariableData.t, default:nil) - Output only. The VariableData associated with this step.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.StepEntry{ createTime: DateTime.t() | nil, entryId: String.t() | nil, exception: GoogleApi.WorkflowExecutions.V1.Model.Exception.t() | nil, name: String.t() | nil, navigationInfo: GoogleApi.WorkflowExecutions.V1.Model.NavigationInfo.t() | nil, routine: String.t() | nil, state: String.t() | nil, step: String.t() | nil, stepEntryMetadata: GoogleApi.WorkflowExecutions.V1.Model.StepEntryMetadata.t() | nil, stepType: String.t() | nil, updateTime: DateTime.t() | nil, variableData: GoogleApi.WorkflowExecutions.V1.Model.VariableData.t() | nil }