In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3, I\'m wondering how to deploy a content engine subscription to the system.
I
There are Subscriptions that deal with workflows, and ones that do not. I am assuming that you are referring to non-workflow subscriptions (subscriptions that deal with Event Actions).
Subscriptions are used to subscribe a class (i.e. Document) to an Event Action. An Event Action is where you actually reference the fully qualified class name implementing the Action. When you create a subscription, one of the steps allows you to also create an Event Action.
Event Actions can either refer to a java class, or can also refer to javascript.
In the case of referring to a java class, a Code Module is needed.
Code Module is a sub-class of Document. Code Modules are simply either class files or jar files as the Content Element of a Code Module object.
So you need to:
Some useful documentation: