Versions Compared

Key

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

...

Enabling user substitution

Excerpt
  1. Run the database script <BPS <EI_HOME>/wso2/business-process/dbscripts/bps/bpmn/create/activiti.<DB_Name>.create.substitute.sql against your BPMN engine's database to add the Substitution related table.
  2. Open the activiti.xml file found in the <BPS<EI_HOME>/wso2/repositorybusiness-process/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>

...