Resolved! Set enum value to process variable
Hi!We have to save process instance variable which is enum. For example: workflow has variable general_status which contains one of valuesublic enum IwGeneralStatus{ IN_WORK("InWork"), WAITING_FOR_APPROVAL("WaitingForApproval"), WAITING_FOR_PAYMENT("...