( flow: AutonomyFlowRecord, stepIndex: number, )
| 337 | } |
| 338 | |
| 339 | function getManagedStep( |
| 340 | flow: AutonomyFlowRecord, |
| 341 | stepIndex: number, |
| 342 | ): ManagedAutonomyFlowStep | null { |
| 343 | return flow.stateJson?.steps[stepIndex] ?? null |
| 344 | } |
| 345 | |
| 346 | function buildQueueInstruction( |
| 347 | flow: AutonomyFlowRecord, |
no outgoing calls
no test coverage detected