Entry Action and Exit Action Tabs

Simple states, composite states, concurrent states, and regions within a concurrent state, can each have an entry and exit action.

A start state can have an exit action. An end state can have an entry action. A state’s entry action executes when the state model transitions into that state; its exit action executes when the state model transitions out of the state.

Entry and exit actions execute even in the case of self transitions. Entry and exit actions have a declaration section which references the owner concept. You cannot add anything to the declaration. Entry and exit actions also have an Actions section, in which you use the TIBCO BusinessEvents rule language to define the action.