Consider this simple model. It uses robot as a task executor. In the state chart, It shows loading and unloading. I want to have only a single state called "Processing" instead of loading and unloading so that I can use a single state later on. How to do that? Same goes for offset travel loaded and offset travel empty. I want to have a single state named "Travel".
I do not want to achieve this by renaming the loading and unloading as Processing in the state table. Rather, I want to assign a state in it's behavior.