Apologies, I can see from the forum you are using k2.net 2003.
What you can do for process level escalations in K2.net 2003 is to create an activity with a server event (you can call the activity process level ascalation). Change the server event to syncronous false (I think) so that the activity does not complete. You can connect the activity with a line from the start icon, so as the process start, the activity is activated.
If you want to terminate the process, I suggest creating an empty server event activity right at the end of the process (you can call this "Process Finished").
You can then configure your escalation on this activity and in your escalation action, expire the actitvy and then make the process go to the above mentioned activity.
This should do the trick.