FaasJS
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security

Documents / @faasjs/workflow / DoneWorkflowInstruction

Type Alias: DoneWorkflowInstruction<TData>

DoneWorkflowInstruction<TData> = object

Instruction returned by done.

Type Parameters

TData

TData = unknown

Properties

data?

optional data?: TData

hasData

hasData: boolean

type

type: "done"