Title here
Summary here
Use [start] to define the mandatory entry point of every strategy. It appears exactly once in that form and simply redirects the engine to another conditional block. The next_block_id key selects which block is executed first.
A strategy can contain only one [start] block.
[start]
id = "init"
next_block_id = "first_condition"| Parameter | Description |
|---|---|
idText Required | Unique identifier for the start block. |
next_block_idText Required | Identifier of the conditional block executed first. |
This block performs no checks and produces no output; it only defines the initial jump to another block.