function @BPMN_JS_FUNCTION_NAME_TAG@( @BPMN_JS_FUNCTION_PARAMS_TAG@ ) {
    // type website link e.g. http://google.com
    window.open( 'website link' );
}