Options
All
  • Public
  • Public/Protected
  • All
Menu

A step to run inside a workflow.

Type parameters

Hierarchy

  • Step

Index

Properties

Properties

Optional filter

filter: StepFilter<Context>

An optional filter to determine if the step should be run.

name

name: string

The name of the step, for logging purposes.

Optional revert

revert: StepFunction<Context>

An optional revert callback, if the step has logic that needs to be reverted.

run

run: StepFunction<Context>

The callback to execute the step.

Legend

  • Constructor
  • Property
  • Property
  • Inherited property
  • Static property

Generated using TypeDoc