FBL
FireBlink
Contact Us
Source Code
Search
⌃K
Links
About FBL
Flows
Plugins
Flow Control
Context State
Execute (Shell & JavaScript)
File System
CLI Prompts
Execution Reporters
Common Options
Anti-Patterns & Pitfalls
Packages
Glossary
Powered By
GitBook
Flow Control
Flow order control.
Available actions:
sequence (sync)
- execute sub-flows in a sequence
parallel (async)
- execute sub-flows in parallel
attachment
- execute flow described in different file / url
repeat
- repeat action multiple times
retry
- repeat action till it succeeds or fails maximum number of times
for each of
- execute action for each item in the array
while
- execute action while condition satisfies
switch (conditional)
- execute different actions based on the value
try-catch-finally
- "try / catch / finally"