Everything you need to get started.
In this tutorial, we explain how to design a business process that is started by a user by integrating a form created with the form editor. This tutorial follows the tutorial "Creating forms to initiate a process with the Form Editor" and assumes that the form created in that tutorial is accessible.
First, let's model the process diagram.
the pool and select "Set pool non executable" since we need to express that our User pool is not a process participant
but a people participant.
4. Drag-and-drop the PIPA.xform from the Process Explorer into the "User" pool. A menu pops-up, select "Use PIPA for
People Initiating Process Activity (initProcess)". This creates a new task 'PIPA-init' in your User pool.
5. Create a message link first from the "PIPA-init" to the "Init" task, and then another message link from the "Init" task
back to the "PIPA-Init".
If you have followed all the above instructions, your process should
now look like the following (you can right-click on it and select "View
Image" to see it in full resolution):
Intalio|BPMS Workflow requires this interaction to be a "two-way
operation". It is not sufficient to create just one link from the
"Submit name and email" task to the "Init" task. The response that is
sent back the the user provides the ability for the process to refuse
the request or acknowledge it. In the workflow user interface, when the
user submits the form, the form is replaced by a page that will inform
the user whether his/her request succeeded or not.
To complete the implementation of this PIPA process, we first need to
define the users and/or roles who should be authorized to access our
PIPA form to start the PIPA process from the Workflow UI:
1. In the Properties view, select the "Workflow" tab.
2. In the Role(s) field, type "examples\employee" (without quotes).
The employee role is defined by default in Intalio|BPMS Community
Edition under the "examples" realm.
At this stage, your process diagram should look like the following:
You can also define a description for the PIPA-init activity.
1. Select the PIPA-init activity in the User pool
2. In the Properties view, select the Workflow tab.
3. In the Description field, type a description. We will type PIPA here.
This description will be displayed in the workflow UI when a user with
the "employee" role will want to access the PIPA form to initiate our
PIPA process.
Copyright © Intalio, 1999-2010.