workflow::default_sort_order (private)

 workflow::default_sort_order -workflow_id workflow_id \
    -table_name table_name

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

By default the sort_order will be the highest current sort order plus 1. This reflects the order in which states and actions are added to the workflow starting with 1

Switches:
-workflow_id
(required)
-table_name
(required)
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::action::edit workflow::action::edit (public) workflow::default_sort_order workflow::default_sort_order workflow::action::edit->workflow::default_sort_order workflow::role::edit workflow::role::edit (public) workflow::role::edit->workflow::default_sort_order workflow::state::fsm::edit workflow::state::fsm::edit (public) workflow::state::fsm::edit->workflow::default_sort_order db_string db_string (public) workflow::default_sort_order->db_string

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