











Signup for Training
- Atlanta, GA Dec 3-5
- Melbourne, AU, Dec 9-11
- New York Dec 10-12
- Brussels, BE, Dec 16-18
- Washington, DC, Dec 17-19
More trainings...
Intalio|BPMS Webinars
- Nov 20, 2008 1 PM EST
- Nov 21, 2008 1PM EST
- Nov 26, 2008 10 AM GMT
- Dec 5, 2008 10 AM PST
- Dec 9, 2008 1 PM EST
- Dec 11, 2008 1 PM EST
- Dec 19, 2008 10 AM PST
- Dec 30, 2008 10 AM PST
- Jan 13, 2009 10 AM PST
- Jan 15, 2009 1 PM EST
- Feb 3, 2009 10 AM PST
- Feb 12, 2009 1 PM EST
- Feb 17, 2009 10 AM PST
- Mar 10, 2009 10 AM PST
- Mar 12, 2009 1 PM EST
- Mar 24, 2009 10 AM PST
Login
Who's online?
- (paul.fenton@vertex.co.uk)
- (jloge@ebsco.com)
- Alexander Stuckenholz (alexander.stuckenholz)
- chris robson (chris.robson)
- Deepa Tekumalla (deepa.tekumalla)
- gianni naccio (gianni.naccio)
- Guerman Smirnov (guerman.smirnov)
- Ilo Rivero (ilo.rivero)
- Leonardo Saraiva (leonardo.saraiva)
- manindra mallick (manindra.mallick)
- Marcin Urbanski (marcin.urbanski)
- Milos Vacek (milos.vacek)
- nie pin (nie.pin)
- Oleg Pozdnyakov (o.pozdnyakov)
- Pavel Lekhanov (lehanov)
- Ravinderjit Singh (ravinderjit.singh)
- Sirswendu Ganapati (sirswendu.ganapati)
- Tamara Dobrynina (tamara.dobrynina)
- Teo Bon (teo.bon)
- Wael Soliman (wael.soliman)
MAIN
Samples-5.1
Complete User Task
Samples-5.1
Complete User Task Complete User Task
on Jul 03 2007
Description:
Use case dependencies:
Last Updated ( Feb 06 2008 )
< Prev
Next >
completeusertask 04/02/2008,05:39 18.75 Kb
Description:
The use case explains process of reassigning task among two employees like A and B. The process describes that; if one employee is on leave the task will automatically be assigned to next employee.
- If input request is "A present", it displays output as "A completed that work in last 10 sec" and vice versa.
- If input request is "A leave', it displays output as "Reassigned to B, B completed that work in last 20 sec" and vice versa.
Use case dependencies:
assignement.xsd: Schema used is "assigntask" which is of "complex" type.
Requirements:
- Intalio|BPMS Server-5.1.1.
- Intalio|BPMS Designer-5.1.1.
Preconditions:
- Make sure Intalio|BPMS Server is up and running fine.
- Make sure the Process Explorer pane does not contain any Intalio|BPMS Business Process Project with same name.
Process Download & Import:
-
Download “CompleteUserTask.zip”.
-
Go to File > Import.
-
In the Import wizard, select General>Existing Projects into Workspace, click Next >.
-
Select the “Select archive file” radio button.
-
Browse to select the downloaded archive file.
-
Click to Finish.
-
Right click on project, go to BPMS Designer Tools > Update BPMS Builders
Process Deployment & Execution:
- Click on Deploy Project to Intalio|BPMS Server button in tool bar.
- Make sure you select all runtime files while exporting to Intalio|BPMS Server.
- Click on Finish button.
- Open a web browser, provide url as: http://localhost:8080/bpms-console, which takes to login screen for bpms-console.
- Login with the following credentials:
username: 'admin' (without quotes).
password: 'changeit' (without quotes). - Bpms-console will be available with deployed processes list.
- You should see "CompleteUserTask: CompleteUserTask" process with a package name "CompleteUserTask", check the box under project and click to Start.
- This should generate a form with an input field.
- Type 'A' in the name field and type 'present' in the status field and then click on Submit button.
- This will replace the page with an output like "receiveResponse: "A completed that work in last 10 sec".
- Similarly, you can obtain results for B too.
