Changing the security policy
If you are upgrading from an earlier version of IBM® Business Automation
Workflow, you might need to configure the security
policy before you can move or delete a token.
About this task
| Setting | Default Value | Description |
|---|---|---|
adhoc-reroute-enabled |
true |
Controls the ability to move or route tokens between activities. This runtime property is enabled by default. |
If you want to change this runtime setting, you can use the following XML snippet to make
configuration changes in the 100Custom.xml
file:
<server merge="mergeChildren">
<portal merge="mergeChildren">
<adhoc-reroute-enabled merge=”replace”>true</adhoc-reroute-enabled>
</portal>
</server>
For information about the 100Custom.xml file's location, and how to create, modify, and deploy it, see The 100Custom.xml file and configuration.