Class ::xo::db::sql::workflow_case

::xo::db::sql::workflow_case[i] create ...

Class Relations

  • class: ::xo::db::Class[i]
  • superclass: ::xotcl::Object[i]

Methods (to be applied on the object)

  • add_manual_assignment (scripted, public)

     xo::db::sql::workflow_case[i] add_manual_assignment [ -dbn dbn ] \
        -case_id case_id  -role_key role_key  -party_id party_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -role_key
    (required)
    -party_id
    (required)

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

    Testcases:
    No testcase defined.
  • add_task_assignment (scripted, public)

     xo::db::sql::workflow_case[i] add_task_assignment [ -dbn dbn ] \
        -task_id task_id  -party_id party_id  -permanent_p permanent_p 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -party_id
    (required)
    -permanent_p
    (required)

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

    Testcases:
    No testcase defined.
  • add_token (scripted, public)

     xo::db::sql::workflow_case[i] add_token [ -dbn dbn ] -case_id case_id  \
        -place_key place_key  -journal_id journal_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -place_key
    (required)
    -journal_id
    (required)

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

    Testcases:
    No testcase defined.
  • begin_task_action (scripted, public)

     xo::db::sql::workflow_case[i] begin_task_action [ -dbn dbn ] \
        -task_id task_id  -action action  -action_ip action_ip  \
        -user_id user_id  [ -msg msg ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -action
    (required)
    -action_ip
    (required)
    -user_id
    (required)
    -msg
    (optional)

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

    Testcases:
    No testcase defined.
  • cancel (scripted, public)

     xo::db::sql::workflow_case[i] cancel [ -dbn dbn ] -case_id case_id  \
        [ -user_id user_id ] [ -ip_address ip_address ] [ -msg msg ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -user_id
    (optional)
    -ip_address
    (optional)
    -msg
    (optional)

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

    Testcases:
    No testcase defined.
  • cancel_task (scripted, public)

     xo::db::sql::workflow_case[i] cancel_task [ -dbn dbn ] -task_id task_id  \
        -journal_id journal_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -journal_id
    (required)

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

    Testcases:
    No testcase defined.
  • clear_manual_assignments (scripted, public)

     xo::db::sql::workflow_case[i] clear_manual_assignments [ -dbn dbn ] \
        -case_id case_id  -role_key role_key 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -role_key
    (required)

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

    Testcases:
    No testcase defined.
  • clear_task_assignments (scripted, public)

     xo::db::sql::workflow_case[i] clear_task_assignments [ -dbn dbn ] \
        -task_id task_id  -permanent_p permanent_p 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -permanent_p
    (required)

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

    Testcases:
    No testcase defined.
  • consume_token (scripted, public)

     xo::db::sql::workflow_case[i] consume_token [ -dbn dbn ] \
        -case_id case_id  -place_key place_key  -journal_id journal_id  \
        [ -task_id task_id ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -place_key
    (required)
    -journal_id
    (required)
    -task_id
    (optional)

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

    Testcases:
    No testcase defined.
  • delete (scripted, public)

     xo::db::sql::workflow_case[i] delete [ -dbn dbn ] -case_id case_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)

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

    Testcases:
    No testcase defined.
  • enable_transitions (scripted, public)

     xo::db::sql::workflow_case[i] enable_transitions [ -dbn dbn ] \
        -case_id case_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)

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

    Testcases:
    No testcase defined.
  • end_task_action (scripted, public)

     xo::db::sql::workflow_case[i] end_task_action [ -dbn dbn ] \
        -journal_id journal_id  -action action  -task_id task_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -journal_id
    (required)
    -action
    (required)
    -task_id
    (required)

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

    Testcases:
    No testcase defined.
  • ensure_task_in_state (scripted, public)

     xo::db::sql::workflow_case[i] ensure_task_in_state [ -dbn dbn ] \
        -task_id task_id  -state state 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -state
    (required)

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

    Testcases:
    No testcase defined.
  • evaluate_guard (scripted, public)

     xo::db::sql::workflow_case[i] evaluate_guard [ -dbn dbn ] \
        -callback callback  -custom_arg custom_arg  -case_id case_id  \
        -workflow_key workflow_key  -transition_key transition_key  \
        -place_key place_key  -direction direction 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -callback
    (required)
    -custom_arg
    (required)
    -case_id
    (required)
    -workflow_key
    (required)
    -transition_key
    (required)
    -place_key
    (required)
    -direction
    (required)

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

    Testcases:
    No testcase defined.
  • execute_hold_timeout_callback (scripted, public)

     xo::db::sql::workflow_case[i] execute_hold_timeout_callback [ -dbn dbn ] \
        -callback callback  -custom_arg custom_arg  -case_id case_id  \
        -transition_key transition_key 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -callback
    (required)
    -custom_arg
    (required)
    -case_id
    (required)
    -transition_key
    (required)

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

    Testcases:
    No testcase defined.
  • execute_time_callback (scripted, public)

     xo::db::sql::workflow_case[i] execute_time_callback [ -dbn dbn ] \
        -callback callback  -custom_arg custom_arg  -case_id case_id  \
        -transition_key transition_key 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -callback
    (required)
    -custom_arg
    (required)
    -case_id
    (required)
    -transition_key
    (required)

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

    Testcases:
    No testcase defined.
  • execute_transition_callback (scripted, public)

     xo::db::sql::workflow_case[i] execute_transition_callback [ -dbn dbn ] \
        -callback callback  -custom_arg custom_arg  -case_id case_id  \
        -transition_key transition_key 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -callback
    (required)
    -custom_arg
    (required)
    -case_id
    (required)
    -transition_key
    (required)

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

    Testcases:
    No testcase defined.
  • execute_unassigned_callback (scripted, public)

     xo::db::sql::workflow_case[i] execute_unassigned_callback [ -dbn dbn ] \
        -callback callback  -task_id task_id  -custom_arg custom_arg 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -callback
    (required)
    -task_id
    (required)
    -custom_arg
    (required)

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

    Testcases:
    No testcase defined.
  • finish_task (scripted, public)

     xo::db::sql::workflow_case[i] finish_task [ -dbn dbn ] -task_id task_id  \
        -journal_id journal_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -journal_id
    (required)

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

    Testcases:
    No testcase defined.
  • finished_p (scripted, public)

     xo::db::sql::workflow_case[i] finished_p [ -dbn dbn ] -case_id case_id  \
        -journal_id journal_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -journal_id
    (required)

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

    Testcases:
    No testcase defined.
  • fire_message_transition (scripted, public)

     xo::db::sql::workflow_case[i] fire_message_transition [ -dbn dbn ] \
        -task_id task_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)

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

    Testcases:
    No testcase defined.
  • fire_transition_internal (scripted, public)

     xo::db::sql::workflow_case[i] fire_transition_internal [ -dbn dbn ] \
        -task_id task_id  -journal_id journal_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -journal_id
    (required)

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

    Testcases:
    No testcase defined.
  • get_attribute_value (scripted, public)

     xo::db::sql::workflow_case[i] get_attribute_value [ -dbn dbn ] \
        -case_id case_id  -attribute_name attribute_name 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -attribute_name
    (required)

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

    Testcases:
    No testcase defined.
  • get_task_deadline (scripted, public)

     xo::db::sql::workflow_case[i] get_task_deadline [ -dbn dbn ] \
        -callback callback  -custom_arg custom_arg  \
        -attribute_name attribute_name  -case_id case_id  \
        -transition_key transition_key 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -callback
    (required)
    -custom_arg
    (required)
    -attribute_name
    (required)
    -case_id
    (required)
    -transition_key
    (required)

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

    Testcases:
    No testcase defined.
  • get_task_id (scripted, public)

     xo::db::sql::workflow_case[i] get_task_id [ -dbn dbn ] -case_id case_id  \
        -transition_key transition_key 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -transition_key
    (required)

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

    Testcases:
    No testcase defined.
  • lock_token (scripted, public)

     xo::db::sql::workflow_case[i] lock_token [ -dbn dbn ] -case_id case_id  \
        -place_key place_key  -journal_id journal_id  -task_id task_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -place_key
    (required)
    -journal_id
    (required)
    -task_id
    (required)

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

    Testcases:
    No testcase defined.
  • new (scripted, public)

     xo::db::sql::workflow_case[i] new [ -dbn dbn ] [ -case_id case_id ] \
        -workflow_key workflow_key  [ -context_key context_key ] \
        -object_id object_id  [ -creation_date creation_date ] \
        [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
        [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (optional)
    -workflow_key
    (required)
    -context_key
    (optional)
    -object_id
    (required)
    -creation_date
    (defaults to "now()") (optional)
    -creation_user
    (optional)
    -creation_ip
    (optional)
    -childof
    (optional)

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

    Testcases:
    No testcase defined.
  • notify_assignee (scripted, public)

     xo::db::sql::workflow_case[i] notify_assignee [ -dbn dbn ] \
        -task_id task_id  -user_id user_id  -callback callback  \
        -custom_arg custom_arg 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -user_id
    (required)
    -callback
    (required)
    -custom_arg
    (required)

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

    Testcases:
    No testcase defined.
  • release_token (scripted, public)

     xo::db::sql::workflow_case[i] release_token [ -dbn dbn ] \
        -task_id task_id  -journal_id journal_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -journal_id
    (required)

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

    Testcases:
    No testcase defined.
  • remove_case_deadline (scripted, public)

     xo::db::sql::workflow_case[i] remove_case_deadline [ -dbn dbn ] \
        -case_id case_id  -transition_key transition_key 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -transition_key
    (required)

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

    Testcases:
    No testcase defined.
  • remove_manual_assignment (scripted, public)

     xo::db::sql::workflow_case[i] remove_manual_assignment [ -dbn dbn ] \
        -case_id case_id  -role_key role_key  -party_id party_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -role_key
    (required)
    -party_id
    (required)

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

    Testcases:
    No testcase defined.
  • remove_task_assignment (scripted, public)

     xo::db::sql::workflow_case[i] remove_task_assignment [ -dbn dbn ] \
        -task_id task_id  -party_id party_id  -permanent_p permanent_p 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -party_id
    (required)
    -permanent_p
    (required)

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

    Testcases:
    No testcase defined.
  • resume (scripted, public)

     xo::db::sql::workflow_case[i] resume [ -dbn dbn ] -case_id case_id  \
        [ -user_id user_id ] [ -ip_address ip_address ] [ -msg msg ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -user_id
    (optional)
    -ip_address
    (optional)
    -msg
    (optional)

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

    Testcases:
    No testcase defined.
  • set_attribute_value (scripted, public)

     xo::db::sql::workflow_case[i] set_attribute_value [ -dbn dbn ] \
        -journal_id journal_id  -attribute_name attribute_name  \
        -value value 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -journal_id
    (required)
    -attribute_name
    (required)
    -value
    (required)

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

    Testcases:
    No testcase defined.
  • set_case_deadline (scripted, public)

     xo::db::sql::workflow_case[i] set_case_deadline [ -dbn dbn ] \
        -case_id case_id  -transition_key transition_key  \
        -deadline deadline 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -transition_key
    (required)
    -deadline
    (required)

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

    Testcases:
    No testcase defined.
  • set_task_assignments (scripted, public)

     xo::db::sql::workflow_case[i] set_task_assignments [ -dbn dbn ] \
        -task_id task_id  -callback callback  -custom_arg custom_arg 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -callback
    (required)
    -custom_arg
    (required)

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

    Testcases:
    No testcase defined.
  • start_case (scripted, public)

     xo::db::sql::workflow_case[i] start_case [ -dbn dbn ] -case_id case_id  \
        [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
        [ -msg msg ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -creation_user
    (optional)
    -creation_ip
    (optional)
    -msg
    (optional)

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

    Testcases:
    No testcase defined.
  • start_task (scripted, public)

     xo::db::sql::workflow_case[i] start_task [ -dbn dbn ] -task_id task_id  \
        -user_id user_id  -journal_id journal_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -user_id
    (required)
    -journal_id
    (required)

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

    Testcases:
    No testcase defined.
  • suspend (scripted, public)

     xo::db::sql::workflow_case[i] suspend [ -dbn dbn ] -case_id case_id  \
        [ -user_id user_id ] [ -ip_address ip_address ] [ -msg msg ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -user_id
    (optional)
    -ip_address
    (optional)
    -msg
    (optional)

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

    Testcases:
    No testcase defined.
  • sweep_automatic_transitions (scripted, public)

     xo::db::sql::workflow_case[i] sweep_automatic_transitions [ -dbn dbn ] \
        -case_id case_id  -journal_id journal_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -case_id
    (required)
    -journal_id
    (required)

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

    Testcases:
    No testcase defined.
  • sweep_hold_timeout (scripted, public)

     xo::db::sql::workflow_case[i] sweep_hold_timeout [ -dbn dbn ]

    Automatically generated method

    Switches:
    -dbn
    (optional)

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

    Testcases:
    No testcase defined.
  • sweep_timed_transitions (scripted, public)

     xo::db::sql::workflow_case[i] sweep_timed_transitions [ -dbn dbn ]

    Automatically generated method

    Switches:
    -dbn
    (optional)

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

    Testcases:
    No testcase defined.
  • task_action (scripted, public)

     xo::db::sql::workflow_case[i] task_action [ -dbn dbn ] -task_id task_id  \
        -action action  -action_ip action_ip  -user_id user_id  \
        [ -msg msg ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -task_id
    (required)
    -action
    (required)
    -action_ip
    (required)
    -user_id
    (required)
    -msg
    (optional)

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

    Testcases:
    No testcase defined.