xo::db::sql::workflow proc create_workflow (public)

 xo::db::sql::workflow[i] create_workflow [ -dbn dbn ] \
    -workflow_key workflow_key  -pretty_name pretty_name  \
    [ -pretty_plural pretty_plural ] [ -description description ] \
    -table_name table_name  [ -id_column id_column ]

Defined in packages/xotcl-core/tcl/05-db-procs.tcl

Automatically generated method

Switches:
-dbn
(optional)
-workflow_key
(required)
-pretty_name
(required)
-pretty_plural
(optional)
-description
(optional)
-table_name
(required)
-id_column
(defaults to "case_id") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) xo::db::sql::workflow proc create_workflow xo::db::sql::workflow proc create_workflow xo::db::sql::workflow proc create_workflow->db_with_handle

Testcases:
No testcase defined.
[ show source ]
Show another procedure: