Hi @Lavita, SlingHttpServletRequest is not available in workflows in general. It's because workflows are not working in request context. You can not get SlingHttpServletRequest from resource as well.
The main question is why you need SlingHttpServletRequest object on your workflow process step, what exactly you would like to get from request?