|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
The Checkpoint activity performs a checkpoint in a running process instance. A checkpoint saves the current process data and state so that it can be recovered at a later time in the event of a failure. If a process engine fails, all process instances can be recovered and resume execution at the location of their last checkpoint in the process definition. If a process instance fails due to an unhandled exception or manual termination, it can optionally be recovered at a later time, if the process engine is configured to save checkpoint data for failed processes. See TIBCO ActiveMatrix BusinessWorks Administration for more information about recovering failed process instances.
See TIBCO ActiveMatrix BusinessWorks Process Design for more information about mapping and transforming input data.
See TIBCO ActiveMatrix BusinessWorks Process Design for more information on detecting duplicate process instances.See TIBCO ActiveMatrix BusinessWorks Process Design for more information about creating groups for transactions and including an implicit checkpoint in a transaction.
By default, checkpointed process instances are restarted when the engine restarts. If the engine encounters errors during startup, the restarted process instances continue to be processed and may eventually be lost depending upon the type of error at startup. You can specify to shut down the process engine if any errors are encountered during startup so that checkpointed jobs are not lost in the event of an error. The custom engine property named Engine.ShutdownOnStartupError controls this behavior. By default, the value of the property is false. Setting the property to true shuts the engine down if errors are encountered when the engine starts.See TIBCO ActiveMatrix BusinessWorks Administration for more information about setting custom engine properties.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |