Represents a definition of the actions taken when a workflow is initiated via an event that is subscribed to by a workflow subscription.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
To create a
object and persist it to a Content Engine object store, call the
method on the
You can instantiate a
object in the following ways:
- Call the
orGetInstance
method on theFetchInstance Factory.WorkflowEventAction class. - Get the
property on anEventActions
, and iterate theObjectStore EventActionSet collection for instances of
objects.WorkflowEventAction - Get the
property on aEventAction ClassWorkflowSubscription orInstanceWorkflowSubscription object. - Retrieve a
object from aWorkflowEventAction WorkflowEventActionSet collection.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IWorkflowEventAction Implements IEventAction, IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IWorkflowEventAction : IEventAction, IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IWorkflowEventAction : IEventAction, IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IWorkflowEventAction implements IEventAction, IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IWorkflowEventAction extends IEventAction, IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: EventAction