Index: openacs-4/packages/workflow/tcl/action-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/action-procs-postgresql.xql,v diff -u -r1.8 -r1.9 --- openacs-4/packages/workflow/tcl/action-procs-postgresql.xql 9 Jan 2004 10:27:24 -0000 1.8 +++ openacs-4/packages/workflow/tcl/action-procs-postgresql.xql 9 Jan 2004 15:47:53 -0000 1.9 @@ -36,7 +36,8 @@ a.description, a.description_mime_type, a.child_workflow_id, - (select short_name from workflows where workflow_id = a.child_workflow_id) as child_workflow + (select short_name from workflows where workflow_id = a.child_workflow_id) as child_workflow, + extract(seconds from a.timeout) as timeout_seconds from workflow_actions a left outer join workflow_fsm_actions fa on (a.action_id = fa.action_id) where a.workflow_id = :workflow_id