Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Type Alias: ActionData

ActionData: object

Action Storage. Used for add a new action, store information about it.

Type declaration

[KeySymbol]?

optional [KeySymbol]: string

The unique action key.

args?

optional args: Arguments

The action arguments.

name

name: string

The action name.

type

type: ActionType

The action type.