Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkflowRun

Package version

Hierarchy

  • WorkflowRun

Index

Properties

Optional lastRunAt

lastRunAt: Date

The timestamp of the last workflow run. NOTE: This property will not be serialized. It can only be populated by the server.

Optional succeeded

succeeded: undefined | false | true

Describes if the workflow run succeeded. NOTE: This property will not be serialized. It can only be populated by the server.

Optional workflowRunURL

workflowRunURL: undefined | string

URL to the run of the workflow. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc