Designer 10.15 | webMethods BPM Task Development Help | Configuring Tasks | Configuring Business Data (Task Inputs and Outputs) | Updating or Refreshing Task Business Data | Refreshing Task Business Data from an Integration Server Document
 
Refreshing Task Business Data from an Integration Server Document
From the Package Navigator view, you can refresh the task business data for all of the tasks in a task application that consume an individual Integration Server document. This procedure will sync the business data used by all tasks in that project to the latest version of an IS document.
This procedure is an efficient way to apply changes made to an IS document to all of the tasks that use the document; otherwise, you would have to open each task individually and manually update the business data.
*To refresh task business data for an IS document
1. In the Package Navigator view, locate the Integration Server document you want to work with.
2. Right-click the document and click CAF > Update Documents.
3. In the Generate IS Doc Wrapper Java Types wizard, select the task application project the contains the tasks you want to refresh in the Project box.
4. Do one of the following:
*If you want to completely overwrite (delete and recreate) the underlying Java bean that contains the IS document information for each task, click Finish. This completes the procedure.
*If you want to retain the existing Java bean for each task and only add, remove, or update changed fields, click Next.
5. Clear the Completely overwrite generated Java classes check box.
6. Click Finish.
The business data for all tasks in the selected task application project is refreshed to match the contents of the selected IS document.
Related Topics