IBM Version 52 Computer Accessories User Manual


 
<assign
to="WFD_NAME">Called_BP_withError.kj</assign>
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="." from="*"></assign>
</input>
</operation>
<assign to="." from="*"></assign>
</sequence>
</process>
Change the PERSISTENCE_LEVEL of the second business process from
NONE (BP Start Stop - Engine May Override) to FULL.
v PERSISTENCE_OVERRIDE_MINIMAL/
PERSISTENCE_STEP_STATUS_ONLY – The first step will be persisted in
full. The last step will be persisted minimally. Documents created through a
stream and stored in the file system will be persisted.
v PERSISTENCE_OVERRIDE_NONE – From user interface tracking, the first
step will be persisted in full and the last step will be persisted minimally.
Some of the services will not be persisted (for example, assign and
sleepservice). Services that are defined as full will not be persisted.
Documents created through a stream and stored in the file system will be
persisted.
v PERSISTENCE_OVERRIDE_NONE_KEEP_ERRORS/
PERSISTENCE_BP_START_STOP_ONLY – The first step will be persisted in
full and the last step will be persisted minimally. Documents created
through a stream and stored in the file system will be persisted.
v PERSISTENCE_WF_NONE (can only be used with workflow definition in
sync mode) – From user interface tracking, nothing will be persisted. The
business process runs in the caller's thread. If it is running in the Sterling
B2B Integrator engine, and if the service is creating documents in the
document stream, or if FS is document storage, the document will be
persisted. If it is running in an embedded engine, document stream and file
system document storage is not allowed.
v PERSISTENCE_WF_ERROR_ONLY – From user interface tracking, nothing
will be persisted. Unless the service is performing document stream|FS as
document storage, only the first step will be persisted, or, when the business
process generates errors, the first step (initial workflow context) and the
error step will be persisted. The error step will be persisted as minimal in
order to avoid the problem of resuming. If there is an onfault in the business
process and the business process generates errors, the first step (initial
workflow context), error step, and last step from the onfault will be
persisted. If the onfault block runs fine, or if the onfault block generates
errors too, the error step in onfault will be persisted minimally instead of the
last step in onfault. If a step is persisted, the first step's initial workflow
context is always persisted in full.
Note: This property is set in the noapp.properties_gis_ext.in file. If the
persistence level property is a comment in the noapp.properties_gis_ext file
(#persistence_level=value), the persistence level is the default value of full
(PERSISTENCE_FULL).
Performance Management 171