automation
An automation represents a sequence of actions that can either be executed in sequence or in parallel. When passed into
| Name | automation |
|---|---|
| Type | Function |
| Path | packages/blocks/src/building-blocks/automation.ts |
Signature
automation: <const A extends readonly any[], I = GetSequenceInput<A>, O = GetSequenceOutput<A>>(config: IAutomationConfig<A, I, O>) => Block<I, O>
Parameters
| Name | Type | Description |
|---|---|---|
| config | IAutomationConfig<A, I, O> |
Return Value
Block<I, O>