abortedfollowers
is set, all followers with the same ad hoc key will be skipped.
customize InsertActivityDef<Object, SIGN_APPROVAL_ACCEPTED> {
insertactdef = expression {
return #ActDefApprovalAccepted;
}
}
ActivityDefinition
COOWF@1.1:InsertActivityDef(
key ObjectClass
objclass,
key ComponentObject
scope,
optional dictionary
state,
out retval ActivityDefinition
insertactdef,
out boolean
abortfollowers)
Name |
Description |
objclass |
applies to objects of the defined object class
|
scope |
a component object that is used in combination with the object class to retrieve an activity definition
|
state |
defines the state
|
insertactdef |
defines a Fabasoft app.ducx expression to calculate the activity definition
|
abortfollowers |
defines whether all followers with the same ad hoc key will be skipped
|
Additional Information