AgileForm Process Adaptation

This AgileShape is a combination of the Dynamic Parallel, Dynamic Sequential, and Voting AgileWork. It allows for a running process instance to adapt by adding a new participant to complete a task in either a Parallel or Sequential fashion at runtime to support dynamic processes. Manageability at runtime is accomplished either through the AgilePoint Enterprise Manager or the Process Viewer.

To enable the Open Process Adaptation link in the Process Viewer, make the following modification to the AgilePoint Web application's web.config file:

<appSettings>
         <add key="ProcessAdaptationUrl"  
              value="http://[hostname]:[port]/EnterpriseManager/ProcessAdaptation/LinkedTasks.aspx"/>	
</appSettings>

The value for the Process Adaptation is the URL of the process adaptation URL in AgilePoint Enterprise Manager.

For the Process Viewer in SharePoint using AgileForms, add the key entry into the SharePoint web.config at C:\Inetpub\wwwroot\wss\VirtualDirectories\8000\web.config.