- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Strange since TaskInfo is the interface implemented by TaskImpl. Must be something else going on.
Ignoring that for a moment, it might be easier to try skip getting the TaskInfo since you don't need it. Try this:
FormInstance formInstance = myTaskManager.getFormInstanceForTask(tid, 0); // formId is 0
Document doc = formInstance.getDocument();
Views
Replies
0 Likes
Total Likes