IBM BPM, V8.0.1, All platforms > Reference > Commands and scripts > Business Process Choreographer administrative scripts

deleteInvalidTaskTemplate.py script

Use the deleteInvalidTaskTemplate.py administrative script to delete, from the database, human task templates that are no longer valid.

The deleteInvalidTaskTemplate.py script removes from the database those templates, and all objects that belong to them, that are not contained in any corresponding valid application in the WebSphere configuration repository. This situation can occur if deploying an application was canceled or the application was not stored in the configuration repository by the user. These templates usually have no impact. They are not shown in Business Process Choreographer Explorer.

You cannot use this script to remove templates of valid applications from the database. This condition is checked and a ConfigurationError exception is thrown if the corresponding application is valid.


Prerequisites

The following conditions must be met:


Location

The deleteInvalidTaskTemplate.py administrative script is in the Business Process Choreographer admin directory.


Syntax

 -f deleteInvalidTaskTemplate.py
     (([-node  nodeName] -server  server_name) | (-cluster  cluster_name))
     -templateName  templateName
     -validFromUTC  timestamp
     -nameSpace  nameSpace


Parameters

-node nodeName

The name of the node where Business Process Choreographer is configured. This is optional when specifying the server name. The default is the local node.

-server serverName

The name of the server where Business Process Choreographer is configured. This is required if a cluster is not specified.

-cluster clusterName

The name of the cluster where Business Process Choreographer is configured. This is required if Business Process Choreographer is configured on a cluster.

-templateName templateName

The name of the template to be deleted.

-validFromUTC timestamp

The date and time from which the template is valid in Coordinated Universal Time (UTC). The string must have the following format: 'yyyy-MM-ddThh:mm:ss' (year, month, day, T, hours, minutes, seconds).

For example, 2005-01-31T13:40:50

-nameSpace nameSpace

The target namespace of the task template.

Business Process Choreographer administrative scripts


Related tasks:
Delete human task templates that are no longer valid