Creating post-import steps
To automatically take actions after every successful archive import, configure post-import steps in the post-import collection. For example, you can configure an activity to display a detailed success message.
Post-import steps must have an applies to class of PegaAccel-Management-Import.
Follow this general process to create post-import action steps.
- Save a copy of the pyPostImportCollection rule to your application layer.
- Open the new rule in your application layer.
- Delete the placeholder step pxImportInfoMessage.
- Add action steps to run after every successful import. Use the post-import properties to
include archive metadata in step actions. For information about the post-import
properties, see Post-import
action parameters.
- Click Add step to create a new step.
- In the Condition section Execute step field, specify when the step will run. The default is Always.
- Set the scope for the step in the Context field. The default is Current Page. For more information, see Setting the context of a collection step.
- Specify the step action in the Action section.
- Optional: To use parameter values from an earlier step in this collection, select Pass current parameter page.
- Optional: Click Add response action to specify an action run after this step in the collection. For more information, see Using response actions in a collection.
- Repeat step 4 to add additional steps to the collection.
- Click Save.
- Post-import action properties
Use archive metadata properties to create post-import action steps that run automatically after every successful import. The metadata for the import operation, for example, the number rules imported, the duration of the import, and so on, is available to the pyPostImportCollection through properties on the embedded page pxImportResultPage.
Previous topic Pre-import action properties Next topic Post-import action properties