This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

Additional Ant tasks

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
Additional tasks are provided to work with common functions in the product.

Although your script will be composed of mostly standard Ant tasks External link opens a new window or tab, you will find these additional Ant tasks helpful for testing applications created in IBM® Integration Designer.

importPI

This task imports a project interchange file into the workspace.

Table 1. importPI attributes
Attribute Description Required?
pif The absolute path to the project interchange (PI) file. Yes
overwrite Overwrite the current project in the workspace. No.
projects Comma-delimited list of projects to import. No. Default is import all projects.

importProject

This task imports a project into the workspace.

Table 2. importProject attributes
Attribute Description Required?
projectName The name of the module or test case. Yes

wid.deploy

This task deploys a project to a server. The default server is IBM Business Automation Workflow.

Table 3. wid.deploy attributes
Attribute Description Required?
projectName A project name, which must be either a module, a mediation module or a test project. Yes
connectionType Type of connection. No
password Password for server. No
port Port number. No
profile Server profile. No
userid Userid for server. No

wid.undeploy

This task undeploys a project from a server. The default server is IBM Business Automation Workflow.

Table 4. wid.undeploy attributes
Attribute Description Required?
projectName A project name, which must be either a module, a mediation module or a test project. Yes