« Return to Thread: Specifying a process trigger event within a process definition

Specifying a process trigger event within a process definition

by Vojtech Huser-3 :: Rate this Message:

Reply to Author | View in Thread

I would like authors of Shark/JaWE to try to briefly answer the following question.

Is it possible to formally and fully specify process trigger event within a process definition (and only there)?

The scenario we have is this:
A process starts when a new complete-blood-count lab result is stored to a database.
The process then specifies a sequence of actions which should happen.

We would like our process flowchart to look like this:

-Start node (which has trigger logic in it)
-action 1
-action 2
-end


Right now, our process looks like this:
-start
-action 1
-action 2
-end
and the trigger logic is in a separate application which starts the process in the engine.


In Tibco workflow suite you can have triggers right in the process definition. This is very convenient.

Vojtech Huser


--
You receive this message as a subscriber of the shark@... mailing list.
To unsubscribe: mailto:shark-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

 « Return to Thread: Specifying a process trigger event within a process definition