https://github.com/jamessimone/null-flow-variable
Demonstrates an issue in the flow engine with required variables being null
https://github.com/jamessimone/null-flow-variable
Last synced: 24 days ago
JSON representation
Demonstrates an issue in the flow engine with required variables being null
- Host: GitHub
- URL: https://github.com/jamessimone/null-flow-variable
- Owner: jamessimone
- License: mit
- Created: 2021-12-21T22:59:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T23:02:22.000Z (about 4 years ago)
- Last Synced: 2025-04-10T19:46:28.055Z (10 months ago)
- Language: Apex
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Null Flow Variable
Demonstrates an issue serializing data between Flow and Apex.
## Steps To Reproduce
1. Deploy code to a sandbox / scratch org
2. Debug the included flow (`Null_Flow_Variable_Example`) with any Account with a null description
3. That's it - you've just repro'd the issue!
## Bonus
You can update the `NullFlowVariable` class to remove the `required` attribute to the inner `FlowInput` class - now things will work without issue.