This topic applies only to the IBM Business Process Manager Advanced configuration.

Replacing a stand-alone task with an inline task in the BPEL process

You can take an existing stand-alone task that is invoked by an invoke activity in a business process and transform it into an inline task that is implemented by a human task activity.

Procedure

  1. In the assembly editor, delete the existing interface between the human task component and the BPEL process.
  2. Delete the component.
  3. In the BPEL process component, right-click the invoke activity that originally connected to the human task component, and clickChange type > Human task.
  4. In the Details tab of the human task, clickNew.
  5. Select the interface that was used between the original business process component and the human task component.
  6. Define the settings for the human task.
  7. From the main menu, click Project > Clean.