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

RetryWorkflowStepResponse

import type { RetryWorkflowStepResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface RetryWorkflowStepResponse {
id?: string | null;
status?: StepStatus | null;
stepGroupId?: string | null;
workflowId?: string | null;
}

§Properties

§
id?: string | null
[src]

The ID of the step.

§
status?: StepStatus | null
[src]

The status of the step.

§
stepGroupId?: string | null
[src]

The ID of the step group.

§
workflowId?: string | null
[src]

The ID of the migration workflow.