Supporting Restartable Activities

If an instance of your Activity Processor ends with an exception return code and if you have defined the Activity with the Restartable attribute, then the Processing Sequence run may be eligible to be restarted from the point of failure.

Refer to Activity Details for information about setting the Restartable attribute in an Activity definition.

Refer to Restart a Processing Sequence Run for information on conditions that affect the eligibility of a Processing Sequence run to be restarted.

Your decision whether to allow your Activity to be Restartable will be influenced by a number of factors including:

Before making your decision, you should understand that, in general, writing an Activity Processor to be Restartable requires greater skill, greater understanding of LANSA Composer processing and is more prone to error.

Remember, too:

If you choose to implement restartable support in your Activity Processor: