• 1Installation
  • 2Preliminary Knowledge
  • 3FlowScript
  • 4Flow Func Signature
  • 5Variable Assignment
  • 6Function Invocation
  • 7Return Statement
  • 8If Block
  • 9For Block
  • 10While Block
  • 11Break and Continue
  • 12Switch Block
  • 13Recursion
  • 14Flow Debug

Flow.apex

  • Docs
  • Tutorials
Getting started with Flow.apex

Installation

Flow.apex has a dependency on R.apex and Script.apex.

Please install these first.

Include Flow.cls, and FlowTest.cls(optional) into your Org, and you are ready to go.

If you want to use Func Package, please include FlowPackage.cls. You can check more on R.apex.

Done