workflow::action::get_workflow_id (public)

 workflow::action::get_workflow_id -action_id action_id

Defined in packages/workflow/tcl/action-procs.tcl

Lookup the workflow_id of a certain action_id.

Switches:
-action_id (required)
Author:
Peter Marklund

Testcases:
No testcase defined.
Source code:
    return [util_memoize [list workflow::action::get_workflow_id_not_cached -action_id $action_id]]
Generic XQL file:
packages/workflow/tcl/action-procs.xql

PostgreSQL XQL file:
packages/workflow/tcl/action-procs-postgresql.xql

Oracle XQL file:
packages/workflow/tcl/action-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: