For example let's say that I have employmentProcess which includes process variable which is simple JavaBean and has field status.
Status may have one of the following values: new, sent_cv, waiting_for_meeting_scheduling, scheduling_meeting, meeting_scheduled, waiting_for_meeting, accepted, rejected.
What is the correct way to implement updates of the status during business process execution?