FollowupAction - Configurable Properties?
For a task that extends AbstractAutoScheduledTask, it is possible to set up configuration properties such as TaskDelay.
Is the same possible for an operation that implements IOperationParticipant?
Is there a similar abstract class for operations?
The plugin.xml doesn't seem to mind but I don't see a listing on the Advanced Properties page.
Is the same possible for an operation that implements IOperationParticipant?
Is there a similar abstract class for operations?
The plugin.xml doesn't seem to mind but I don't see a listing on the Advanced Properties page.
2 answers
On Tue, 13 Apr 2010 03:22:53 +0000, jdoran wrote:
You would use something like AbstractAutoScheduleTask to implement built-
in behavior in your service.
You would use IOperationParticipant to implement optional behavior which
end-users could choose to include as part of their Process.
--
Jared Burns
Jazz Process Team
For a task that extends AbstractAutoScheduledTask, it is possible to set
up configuration properties such as TaskDelay.
Is the same possible for an operation that implements
IOperationParticipant?
Is there a similar abstract class for operations?
The plugin.xml doesn't seem to mind but I don't see a listing on the
Advanced Properties page.
You would use something like AbstractAutoScheduleTask to implement built-
in behavior in your service.
You would use IOperationParticipant to implement optional behavior which
end-users could choose to include as part of their Process.
--
Jared Burns
Jazz Process Team