WebSphere WMB Delete Flows Using RegEx Step

This step deletes WMB flows that have been deployed using the BAR file that matches a provided regular expression. This is useful for deploying into shared execution groups.

Required properties:

Property Name Description
RegEx A Java compliant regular expression that is used to locate the correct BAR file of deployed flows by matching its filename.
Execution Group The name of the Execution Group to deploy to.
IP The IP address of the target server.
Port The port of the target server.
Queue Manager The WebSphere Queue Manager that the broker is using.

Optional properties:

Property Name Description
Timeout The amount of time to wait for each BAR file deploy result to come return (in milliseconds). The default value is 60000.
Username Specify an alternate username for authentication against WMQ in case the step is running as an invalid user.
Trace File Used to specify the trace logging file. If no value is supplied, then trace logging is disabled.
Jar Path The full path that contains both the ConfigManagerProxy.jar and the com.ibm.mq.jar. For example: C:\Program Files\IBM\MQSI\7.0\classes\ConfigManagerProxy.jar:C:\Program Files\IBM\WebSphere MQ\java lib\com.ibm.mq.jar