public sealed class WorkflowInvocationAction : IMessage<WorkflowInvocationAction>, IEquatable<WorkflowInvocationAction>, IDeepCloneable<WorkflowInvocationAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class WorkflowInvocationAction.
Represents a single action in a workflow invocation.
Output only. All the metadata information that is used internally to serve
the resource. For example: timestamps, flags, status fields, etc. The
format of this field is a JSON string.
Output only. This action's timing details.
start_time will be set if the action is in [RUNNING, SUCCEEDED,
CANCELLED, FAILED] state.
end_time will be set if the action is in [SUCCEEDED, CANCELLED, FAILED]
state.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eWorkflowInvocationAction\u003c/code\u003e class represents a single action within a workflow invocation in the Dataform v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides properties to access details about the action, such as \u003ccode\u003eBigqueryAction\u003c/code\u003e, \u003ccode\u003eNotebookAction\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, \u003ccode\u003eCanonicalTarget\u003c/code\u003e, \u003ccode\u003eTarget\u003c/code\u003e, \u003ccode\u003eFailureReason\u003c/code\u003e, and \u003ccode\u003eInvocationTiming\u003c/code\u003e, among others.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, facilitating its use within the .NET ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWorkflowInvocationAction\u003c/code\u003e can be instantiated using a default constructor or a constructor that accepts another \u003ccode\u003eWorkflowInvocationAction\u003c/code\u003e object as a parameter for cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides read-only information on whether the "internal_metadata" field is set, and also allows setting and getting the value for that field.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class WorkflowInvocationAction (1.0.0-beta08)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta08 (latest)](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowInvocationAction)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.WorkflowInvocationAction) \n\n public sealed class WorkflowInvocationAction : IMessage\u003cWorkflowInvocationAction\u003e, IEquatable\u003cWorkflowInvocationAction\u003e, IDeepCloneable\u003cWorkflowInvocationAction\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataform v1beta1 API class WorkflowInvocationAction.\n\nRepresents a single action in a workflow invocation. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e WorkflowInvocationAction \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[WorkflowInvocationAction](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowInvocationAction), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[WorkflowInvocationAction](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowInvocationAction), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[WorkflowInvocationAction](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowInvocationAction), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataform.V1Beta1](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataform.V1Beta1.dll\n\nConstructors\n------------\n\n### WorkflowInvocationAction()\n\n public WorkflowInvocationAction()\n\n### WorkflowInvocationAction(WorkflowInvocationAction)\n\n public WorkflowInvocationAction(WorkflowInvocationAction other)\n\nProperties\n----------\n\n### ActionCase\n\n public WorkflowInvocationAction.ActionOneofCase ActionCase { get; }\n\n### BigqueryAction\n\n public WorkflowInvocationAction.Types.BigQueryAction BigqueryAction { get; set; }\n\nOutput only. The workflow action's bigquery action details.\n\n### CanonicalTarget\n\n public Target CanonicalTarget { get; set; }\n\nOutput only. The action's identifier if the project had been compiled\nwithout any overrides configured. Unique within the compilation result.\n\n### FailureReason\n\n public string FailureReason { get; set; }\n\nOutput only. If and only if action's state is FAILED a failure reason is\nset.\n\n### HasInternalMetadata\n\n public bool HasInternalMetadata { get; }\n\nGets whether the \"internal_metadata\" field is set\n\n### InternalMetadata\n\n public string InternalMetadata { get; set; }\n\nOutput only. All the metadata information that is used internally to serve\nthe resource. For example: timestamps, flags, status fields, etc. The\nformat of this field is a JSON string.\n\n### InvocationTiming\n\n public Interval InvocationTiming { get; set; }\n\nOutput only. This action's timing details.\n`start_time` will be set if the action is in \\[RUNNING, SUCCEEDED,\nCANCELLED, FAILED\\] state.\n`end_time` will be set if the action is in \\[SUCCEEDED, CANCELLED, FAILED\\]\nstate.\n\n### NotebookAction\n\n public WorkflowInvocationAction.Types.NotebookAction NotebookAction { get; set; }\n\nOutput only. The workflow action's notebook action details.\n\n### State\n\n public WorkflowInvocationAction.Types.State State { get; set; }\n\nOutput only. This action's current state.\n\n### Target\n\n public Target Target { get; set; }\n\nOutput only. This action's identifier. Unique within the workflow\ninvocation."]]