Expand description
Loop constructs for workflow steps.
Supports ForEach (iterate over JSON arrays), While (repeat while
condition holds), and Retry (retry with backoff).
Structs§
- Loop
State - Tracks the state of a loop during execution.
Enums§
- Loop
Config - A loop construct that can be attached to a workflow step.
Functions§
- calculate_
backoff - Calculate the backoff duration for a given retry attempt.
- parse_
foreach_ items - Parse a JSON array string into a list of individual JSON value strings.