I have a switch on a process status field and have configured cases for the different status numbers. In each case i have configured different actions depending on the status: Case: 100 Do this and that... Case: 200 Do this and that... No i have to define actions for a status 50 which is displayed behind the Status 200 case. It would be helpfull if i could reorder my cases within an switch case action to show by status 50 case before the case 100. Best regards Stefan
... View more