Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WorkflowOperationMetadata

import type { WorkflowOperationMetadata } from "https://googleapis.deno.dev/v1/cloudsupport:v2.ts";

Metadata about the operation. Used to lookup the current status.

interface WorkflowOperationMetadata {
namespace?: string;
operationAction?:
| "OPERATION_ACTION_UNSPECIFIED"
| "CREATE_SUPPORT_ACCOUNT"
| "UPDATE_SUPPORT_ACCOUNT"
| "PURCHASE_SUPPORT_ACCOUNT";
workflowOperationType?: "UNKNOWN_OPERATION_TYPE" | "WORKFLOWS_V1" | "WORKFLOWS_V2";
}

§Properties

§
namespace?: string
[src]

The namespace that the job was scheduled in. Must be included in the workflow metadata so the workflow status can be retrieved.

§
operationAction?: "OPERATION_ACTION_UNSPECIFIED" | "CREATE_SUPPORT_ACCOUNT" | "UPDATE_SUPPORT_ACCOUNT" | "PURCHASE_SUPPORT_ACCOUNT"
[src]

The type of action the operation is classified as.

§
workflowOperationType?: "UNKNOWN_OPERATION_TYPE" | "WORKFLOWS_V1" | "WORKFLOWS_V2"
[src]

Which version of the workflow service this operation came from.