Class WfAssignedActivity

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.work._WfAssignedActivity
wt.workflow.work.WfAssignedActivity
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:
_ProjectActivity, wt.workflow.engine._WfAdHocActivity

@GenAsPersistable(superClass=WfActivity.class, versions=-210792417006619464L, properties=@GeneratedProperty(name="instructions",type=java.lang.String.class,javaDoc="Holds instructions to the participant of how to perform task. The actual instructions are generated through variable substitution in every place a variable name occurs within curly brackets (\'{\' and \'}\'). Also HTML formatting is also allowed.",constraints=@PropertyConstraints(upperLimit=4000)), tableProperties=@TableProperties(compositeIndex1="parentProcessRef.key.id",compositeIndex2="domainRef.key.id",oracleTableSize=LARGE)) public class WfAssignedActivity extends wt.workflow.work._WfAssignedActivity
A WfActivity> represent work that can be assigned to resources. WfActivity implements a variety of collaboration patterns, including:
  • work is offered to a set of resources but only one actually performs the work;
  • work is split amongst the set of all resources that are assigned to a particular activity;
  • work items can be assigned to resources that accept or reject the work.

Use the newWfAssignedActivity static factory method(s), not the WfAssignedActivity constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: