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

    // do not accept activity
    return false;
}