function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
HareHare 

approval process url /p/process/ProcessInstanceWorkitemWizardStageManager not working in salesforce1

public  static String ApproveRejectnavigation() { 
        String url='';  
        string myParam = apexpages.currentpage().getparameters().get('myParam'); 
        system.debug('1111111111'+myParam );
       // string returl = '&retURL=%2Fapex/TWC_ThisWeekTCMeeting';
        url='https://'+ System.URL.getSalesforceBaseUrl().getHost() +   
            '/p/process/ProcessInstanceWorkitemWizardStageManager?id=' + myParam+'&retURL=%2Fapex'+'/'+'TWC_ThisWeekTCMeeting';      
        return url;  
    }
please help me