Variable processService

processService: {
    claimTask(param?: {
        path?: any;
    }): Promise<any>;
    getDestinationUrl(param?: {
        path?: any;
    }): Promise<any>;
    getTasks(param?: {
        query?: any;
    }): Promise<any>;
}