Run when the chain starts running.
This method is called multiple times during a chain execution.
To ensure it only runs once, it checks and updates a _checked state.
handleChainStart(_chain: Serialized, _inputs: ChainValues): Promise<void>| Name | Type | Description |
|---|---|---|
_chain* | Serialized | Serialized chain |
_inputs* | ChainValues | Chain input values |