orbits

@wbce/orbits / Exports / Step

Interface: Step

Table of contents

Properties

Properties

4

Optional 4: boolean

Defined in

src/workflow-manager.ts:8


5

Optional 5: boolean

Defined in

src/workflow-manager.ts:9


cb

Optional cb: (…args: any[]) => void | Action | Action[] | Promise<void | Action | Action[]>

Type declaration

▸ (...args): void | Action | Action[] | Promise<void | Action | Action[]>

Parameters
Name Type
...args any[]
Returns

void | Action | Action[] | Promise<void | Action | Action[]>

Defined in

src/workflow-manager.ts:10


name

Optional name: string

Defined in

src/workflow-manager.ts:11


opts

Optional opts: Object

Type declaration

Name Type
retry number

Defined in

src/workflow-manager.ts:12


rollback

Optional rollback: (…args: any[]) => void | Action | Action[] | Promise<void | Action | Action[]>

Type declaration

▸ (...args): void | Action | Action[] | Promise<void | Action | Action[]>

Parameters
Name Type
...args any[]
Returns

void | Action | Action[] | Promise<void | Action | Action[]>

Defined in

src/workflow-manager.ts:15