Returns the work item assignment strategy for this activity.
Assignment strategy definition, which must have a matchingimplementation registered in the AssignmentStrategyRepository.
Returns the completion strategy for this activity.
Activity completion strategy tag name, which must have a matchingimplementation in the ???Repository.
Get the URL for the documentation for the activity. This URL should
point to documentation which can be used by developers, administrators
and other users to understand what the activity does.
The URL for the activity documentation
Get the finish mode for the activity. The finish mode is used to
determine if the activity should complete automatically or manually. The
default value is AutomationMode.AUTOMATIC.
The finish mode
Get the URL for the icon for the activity. The icon is used to represent
the activity in a graphical representatioin of the workflow process.
The URL for the activity's icon
Get the implementation object for the activity. If this method returns
null then the getRoute() must return a valid Route object.
The Implementation object
Get the Route object for the activity. If the getImplementation()
method returns null then this method must return a valid Route object.
The Route object
Get the SimulationInformation for the activity. This information can be
used to make estimations for the execution time of an activity which can
then be used to test a workflow definition timing.
The SimulationInformation
Get the start mode for the activity. The start mode is used to determine
if the activity should start automatically or manually. The default value
is AutomationMode.AUTOMATIC.
The start mode
Sets the activity assignment strategy.
Parameters: strategy - Assignment strategy definition, which must have amatching implementation registered in the AssignmentStrategyRepository.
Sets the business calendar name.
Parameters: calendar - The business calendar tag name, which must have amatching entry in the OBE Calendar Factory.
setCompletionStrategy
public void setCompletionStrategy(String strategy)(Code)
Sets the completion strategy for this activity.
Parameters: strategy - Activity completion strategy tag name, which must have amatching implementation in the ???Repository.
Set the finish mode for the activity. The finish mode is used to
determine if the activity should complete automatically or manually.
Parameters: finishMode - The new finish mode
Set the start mode for the activity. The start mode is used to determine
if the activity should start automatically or manually.
Parameters: startMode - The new start mode