|
Step |
Reference |
---|---|---|
|
Become familiar with lifecycle concepts and how they apply to Content Engine objects. |
See Concepts: lifecycles. |
|
Identify the actions you want taken on documents. Implement the DocumentLifecycleActionHandler with a Java™ class. |
For sample see Working with Lifecycle-related Objects in the Developer Help. |
|
Create an action and insert the script in the action. |
|
|
Create a lifecycle policy. When creating a policy, you assign an action to the policy. |
|
|
Assign a policy to a document class. |
|
|
Test the lifecycle policy on a test document. |
|
|
If the test (performed in the previous step) finds errors, modify the lifecycle action and repeat the test. |