Skip to content

Interface: WorkflowJobDef

Defined in: glide-mq/src/workflows.ts:5

Properties

data

ts
data: any;

Defined in: glide-mq/src/workflows.ts:7


name

ts
name: string;

Defined in: glide-mq/src/workflows.ts:6


opts?

ts
optional opts?: JobOptions;

Defined in: glide-mq/src/workflows.ts:8

Released under the Apache-2.0 License.