UNPKG

@prismatic-io/spectral

Version:

Utility library for building Prismatic connectors and code-native integrations

8 lines (7 loc) 233 B
/** Contains attributes of the Flow that is being executed. */ export interface FlowAttributes { /** The ID of the currently running flow. */ id: string; /** The name of the currently running flow. */ name: string; }