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

how to do define TaskExecutor in Spring StateMachine 3.0.1 #1058

Open Luckylau opened 2 years ago

Luckylau commented 2 years ago

Is there are way to define TaskExecutor in Spring Statemachine 3.0.1? in 2.7.5 we can config .withConfiguration() .autoStartup(true) .taskExecutor(taskExecutor()) how todo in 3.0.1?