Hi team,
I’m new to camunda and trying to model compliance check flow with camunda 7. For our case, we will trigger a periodical customer risk rating flow once customer onboarded. The expected trigger date for risk rating recalculation should be based on the finalized rating reviewed by operation team. Draft camunda model as bellow.
My question is, if the workflow instance is waiting for timer event and new rating changed event arrived, can workflow handle it properly? Any suggestion will be appreciated.