workflow::install::unregister_notification_types (public)

 workflow::install::unregister_notification_types

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

Unregister workflow notification types

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::install::package_uninstall workflow::install::package_uninstall (private) workflow::install::unregister_notification_types workflow::install::unregister_notification_types workflow::install::package_uninstall->workflow::install::unregister_notification_types db_transaction db_transaction (public) workflow::install::unregister_notification_types->db_transaction notification::type::delete notification::type::delete (public) workflow::install::unregister_notification_types->notification::type::delete

Testcases:
No testcase defined.
Source code:
    db_transaction {
        notification::type::delete -short_name "workflow_assignee"
        notification::type::delete -short_name "workflow_my_cases"
        notification::type::delete -short_name "workflow_case"
        notification::type::delete -short_name "workflow"
    }
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/workflow/tcl/install-procs.xql

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