We are planning to trigger workflow manually. As you mentioned 2 ways to
get i18n object, we need slingRequest object, but we don't have the
object in process step.
How to get i18Dictionary object in custom workflow process
step?Following points tried :1. As we dont have slingHttpRequest object
exists so can not get resource bundle using request.2. ResourceBundle rb
= ResourceBundle.getBundle("projectName");3. ResourceBundle rb =
ResourceBundle.getBundle("project full qualified name");