It's all about the answers!

Ask a question

FollowupAction - Configurable Properties?


John Doran (9182) | asked Apr 12 '10, 11:16 p.m.
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.

2 answers



permanent link
Qiong Feng Huang (76911610) | answered Apr 14 '10, 8:44 p.m.
JAZZ DEVELOPER
There is a documentation about followup action you might be interested:
https://jazz.net/wiki/bin/view/Main/PreconditionFollowupCreation#Follow_up_Actions

permanent link
Jared Burns (4.5k29) | answered Apr 19 '10, 1:29 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
On Tue, 13 Apr 2010 03:22:53 +0000, jdoran wrote:

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

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.