











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?
- (jloge@ebsco.com)
- Alexander Stuckenholz (alexander.stuckenholz)
- alfons bataller Díaz (alfons.bataller.diaz)
- Antoine Toulme (Antoine)
- chris robson (chris.robson)
- Deepa Tekumalla (deepa.tekumalla)
- Gabriel Giordano (gabriel.giordano)
- gianni naccio (gianni.naccio)
- Ilo Rivero (ilo.rivero)
- Jose Gregorio Castillo (jose.gregorio.castillo)
- Leonardo Lopes (leonardo.lopes)
- 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)
- Tamara Dobrynina (tamara.dobrynina)
- Wael Soliman (wael.soliman)
Samples-5.1
Reassign Task Reassign Task
reassigntask 11/04/2008,05:16 16.71 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 task will automatically be assigned to next employee.
-
If input request is "A present", it displays the output as "A present Job is not assigned to B" and vice versa.
-
If input request is 'A leave', it displays the output as "A leave Job is assigned to B" and vice versa.
Use case dependencies:
message.xsd: Schema used is "start" which is of "string" 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 'ReassignTask.zip'.
-
Go to File > Import...
-
In Import wizard, select 'Existing Projects into Workspace', click on Next >
-
Select the “Select archive file” radio button.
-
Browse to select the downloaded archive file.
-
Click to Finish.
-
Update project builders by 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 availabe with deployed processes list.
-
You should see "ReassignTask: ReassignTask" process with a package name "ReassignTask", select it and click to Start.
-
This should generate a form with an input text field.
-
Type 'A present' in start field, and then click on Submit button.
-
This will replace the page with an output like "receiveResponse: A present job not assigned to B".
- Similarly you can obtain result for B too.
