khalilj / sarasvati

Automatically exported from code.google.com/p/sarasvati
0 stars 0 forks source link

process state is never updated in DB when using JDBC implementation #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start a process
2. Cancel or complete it

What is the expected output? What do you see instead?

An update to wf_process should be performed whenever a call to 
(Jdbc)Engine#cancel or (Jdbc)Engine#complete is done. 
What version of the product are you using? On what operating system?
Currently this field is only set to 0 ('Created') when 
Engine#startProcess(GraphPorcess) is called.
The other values as defined in create-schema-postgresql.sql (i.e. 1-
Executing, 2-Pending completion, 3-Completed, 4-Pending cancel and 5-
Canceled) are never used.

Please provide any additional information below.

Original issue reported on code.google.com by vincent.kirsch on 6 May 2009 at 1:09

GoogleCodeExporter commented 8 years ago
JDBC engine is incomplete. When it is complete, this issue should be resolved.

Original comment by plor...@gmail.com on 13 Aug 2009 at 1:24