Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enabling user substitution

 

Excerpt

Run the database script <BPS_HOME>/dbscripts/bps/bpmn/create/activiti.<DB_Name>.create.substitute.sql against your bpmn engine's databse to add the Substitution related table.

...

Excerpt

Open the activiti.xml file found in the <BPS_HOME>/repository/conf/ directory and uncomment the following configuration.

Code Block
languagexml
<bean id="userSubstitutionConfiguration">
    <property name="enabled" value="true"></property>
    <property name="enableTransitivity" value="false"></property>
    <property name="activationInterval" value="60"></property>
</bean>

...