Yes you can , but , a better wya is to use a type def if you can... attached is a simple state machine example.... it uses a Strict Type Def Enum (customized control). that way if you make a change to the type def it is propagated to all instances...
the other cool part is that any case can send you to any other case...
Dan