Skip to content

J-Whittington/flow_transpiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Flow Transpiler CLI

A command-line tool for converting Salesforce Flow XML files into Apex-like pseudocode.

Overview

This tool reads a Salesforce Flow definition (XML) and produces a readable pseudocode representation of the flow's logic.
It’s intended for developers who want to quickly inspect or document Flows without opening them in Salesforce's visual editor.

Requirements

  • Python 3.8+

Example:

python src/flow_transpiler_service.py ~/Downloads/MyFlow.flow-meta.xml

This will print the generated pseudocode to standard output.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages