Usually we call a workflow from Form activity that automatically pass in Form data to workflow. However, I want a workflow to directly access submitted Form's data without Form call it. (offline processing for example). Can I do it? I already know the Form's submission ID or instance ID.
Anyone can provide an example?