spring-projects / spring-statemachine

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

Suppose I have three states-NEW,VALIDATE,DEBIT and my request failed at VLAIDATE state them am putting request to Kafka topic ,Trying to process that request from VALIDATE state is it possible to process a request middle of the any state . #983

Open subrat1985 opened 3 years ago

subrat1985 commented 3 years ago

Suppose I have three states-NEW,VALIDATE,DEBIT and my request failed at VLAIDATE state them am putting request to Kafka topic ,Trying to process that request from VALIDATE state is it possible to process a request middle of the any state .

Originally posted by @subrat1985 in https://github.com/spring-projects/spring-statemachine/issues/167#issuecomment-870392346