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

Step

import type { Step } from "https://googleapis.deno.dev/v1/workflowexecutions:v1.ts";

Represents a step of the workflow this execution is running.

interface Step {
routine?: string;
step?: string;
}

§Properties

§
routine?: string
[src]

Name of a routine within the workflow.

§
step?: string
[src]

Name of a step within the routine.