Process Flow - Options directive (timeout, retry)
Start Pipeline
Apply Options Directive
Execute Stage
Check Timeout
Abort Stage
Check Retry Count
Retry Stage
End Pipeline
The pipeline starts, applies options like timeout and retry, runs the stage, checks if timeout occurred to abort, and retries the stage if it fails, until success or retry limit.