To build the human interaction sample, follow these steps:
To create a new module, complete the following steps:

The New Module window opens.
HumanInteraction.This sample requires two interfaces: one for the process and one for the human task. To create each interface, complete the following steps:
bpc/samples/task.ProcessInterface.bpc/samples/task and Name=Question.Now, add operations to your interfaces. To add operations to an interface, complete the following steps:
.In the folder bpc/samples/task, create the interfaces that are listed in the following table:
| Interface | Namespace | Operation Name | Message | Name | Type |
|---|---|---|---|---|---|
| ProcessInterface | http://bpc/samples/task/ProcessInterface | process | Input | input | string |
| Output | output | string | |||
| Question | http://bpc/samples/task/Question | ask | Input | question | string |
| Output | answer | string |
Now your interface editor will look similar to this:

On the toolbar, click the Save button
.
To create the new business process, complete the following steps:
bpc/samples/task.HumanInteractionProcess.To add a human task activity to your process, follow theses steps:

The human task activity will be added and the Interface Selection window opens automatically.

The Human Task editor opens:

Since you've already selected the Question interface, the ask operation is chosen by default (it's the only operation defined).
AskQuestion.
.To complete the implementation of our human task activity, you have to specify the process variables for the activity. Follow these steps:
under Read From Variable. A popup with available variables opens.
under Store Into Variable. A popup with available variables opens.
.Later, in the Run the Sample section, you will use Business Space to work with the human task.
For this, we have to enable the human task activity for Business Space.
Follow theses steps:
symbol next to User Interface and select HTML-Dojo (for use in Business Space).

HumanInteractionWebproject as Project name button.
to save the human task changes.Later, in the Run the Sample section, you will as well use Business Space
to start an instance of this business process.
Because Business Space will render the display name of the first activity, here we specify a name for the Receive activity that can be easily recognized.
Follow theses steps:
Start the HumanInteractionProcess.my first business process with a human interaction inside as description text.
.
symbol next to User Interface and select HTML-Dojo (for use in Business Space).
To finish the implementation of the human interaction process, you have to create the module assembly. Complete the following steps:

.Install the HumanInteractionApp to the test environment by using the Server > Add and Remove Projects function. This is described in detail for the HelloWorldApp in the Hello World sample.
Subsequently, refer to the Run the Sample section on how to run the HumanInteraction process in the integrated test environment.
To create an installable application, complete the following steps:
Install the HumanInteractionApp exactly as described for the HelloWorldApp in the Hello World sample.
Before you can uninstall the application, the business process and human task templates must be stopped. Follow these steps:
