Class WfRobotActivity

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Simple
wt.enterprise.Simple
wt.workflow.engine._WfExecutionObject
wt.workflow.engine.WfExecutionObject
wt.workflow.engine._WfActivity
wt.workflow.engine.WfActivity
wt.workflow.robots._WfRobotActivity
wt.workflow.robots.WfRobotActivity
All Implemented Interfaces:
Externalizable, Serializable, wt.access._AccessControlled, wt.access._PolicyAccessControlled, wt.access._SecurityLabeled, AccessControlled, wt.access.PolicyAccessControlled, SecurityLabeled, wt.admin._DomainAdministered, DomainAdministered, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.adminlock._AdministrativelyLockable, AdministrativelyLockable, wt.fc.BusinessInformation, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.inf.container._WTContained, WTContained, wt.notify._Notifiable, Notifiable, wt.recent.RecentlyVisited, wt.workflow.engine._WfNode, WfNode
Direct Known Subclasses:
wt.workflow.robots._WfSynchRobot

@GenAsPersistable(superClass=WfActivity.class, versions=-3969772285737390732L) public abstract class WfRobotActivity extends wt.workflow.robots._WfRobotActivity
The WfRobotActivity is an abstract class that represents workflow steps which are carried out without human intervention. Typically it is an application implements WfRequester to allow processes to be embedded in other processes. This class assumes that both the process and sub-process reside in the same installation. In the case of change of state events, the 'receiveEvent' method simply effects the change in its internal state (which may cause triggering of other actions in the workflow).

Supported API: true

Extendable: false
See Also: