Represents a subscription that initiates a workflow in response to events generated by a single object instance. A WorkflowDefinition ), a target object, and one or more events (SubscribedEvent ) that can be triggered on the target object. These objects must exist before you can create a
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
InstanceWorkflowSubscription
object provides object properties to link a workflow (InstanceWorkflowSubscription
object and persist it. To create a
object, call the
method on the
You can instantiate a persisted
object in the following ways:
- By calling the
orGetInstance
method on the Factory.InstanceWorkflowSubscription class.FetchInstance - By instantiating a
SubscriptionSet collection, then returning a
object from the collection.InstanceWorkflowSubscription - By getting the
property on anWorkflowSubscriptions VersionSeries ,Document ,Folder orCustomObject object, then iterating theInstanceWorkflowSubscriptionSet collection.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IInstanceWorkflowSubscription Implements IInstanceSubscription, ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IInstanceWorkflowSubscription : IInstanceSubscription, ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IInstanceWorkflowSubscription : IInstanceSubscription, ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IInstanceWorkflowSubscription implements IInstanceSubscription, ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IInstanceWorkflowSubscription extends IInstanceSubscription, ISubscription, IActionConsumer, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: undefined
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: InstanceSubscription