spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.54k stars 607 forks source link

Headers not passed through after fork-join state #1139

Open anand1st opened 8 months ago

anand1st commented 8 months ago

Sample project code here: https://github.com/anand1st/state-machine

Headers set in MessageHeader are not received after going through a fork-join. It works as expected for regular states.

Using spring-statemachine-starter:4.0.0