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: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T23:02:22.000Z (over 3 years ago)
- Last Synced: 2025-02-15T20:31:29.153Z (3 months ago)
- Language: Apex
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- 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.