workflow::install::register_notification_impl (private)

 workflow::install::register_notification_impl

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

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::install::register_implementations workflow::install::register_implementations (private) workflow::install::register_notification_impl workflow::install::register_notification_impl workflow::install::register_implementations->workflow::install::register_notification_impl acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) workflow::install::register_notification_impl->acs_sc::impl::new_from_spec

Testcases:
No testcase defined.
Source code:
    
    set spec {
        contract_name "NotificationType"
        name "WorkflowNotificationType"
    owner "workflow"
    pretty_name "Workflow Notifications"
        aliases {
            GetURL       workflow::impl::notification::get_url
            ProcessReply workflow::impl::notification::process_reply
        }  
    }
    
    lappend spec owner workflow
    
    acs_sc::impl::new_from_spec -spec $spec
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/workflow/tcl/install-procs.xql

[ hide source ]
Show another procedure: