Startup and Shutdown Processes
The Startup and Shutdown processes are executed by the Process Agent at the start and shutdown of TIBCO BusinessEvents Engine respectively.
Startup Process
When the TIBCO BusinessEvents engine starts up, it executes the startup process if defined.
Shutdown Process
When the TIBCO BusinessEvents engine shuts down, it executes the shutdown process if defined.
Consider the following conditions for a process when you configure the startup and shutdown process:
- Startup and Shutdown processes must have a start event with none.
- Startup and Shutdown processes should not have message and signal start events. They are activated on call to the process and do not depend on an event to start.
- Startup and Shutdown processes can have none, message, and signal end events as they can notify the status to the external message end points.
- Startup and Shutdown processes cannot have any receive message task, rule task, and parallel join gateways.
- If a Startup or Shutdown process contains any Call Activity task, the referred process in the Call Activity task should meet the conditions of the startup and shutdown processes.
Copyright © Cloud Software Group, Inc. All rights reserved.