
Example
parallel_workflow.py
Handling Session State Data in Parallel Steps
When using custom Python functions in your steps, you can access and update the Worfklow session state via therun_context parameter.
If you are performing session state updates in Parallel Steps, be aware that concurrent access to shared state will require coordination to avoid race conditions.
