Metadata

<automatic-activity id="1" category="AC1">
    ...

    <bpo-mapping
      interface-name="curam.sample.facade.intf.SampleBenefit"
      method-name="createAssociatedProductDeliveryForPlannedItem">
      <formal-parameters>

         ...

      </formal-parameters>
    </bpo-mapping>
  </automatic-activity>
bpo-mapping
This contains the details of the Cúram business method that will be invoked when the associated automatic activity is executed. These details include the name of the interface and associated method and also any input and return mappings associated with the method being invoked. The input and output mappings are described in the following sections. The mandatory attributes of a business process object (BPO) mapping are described below.
interface-name
This represents the fully qualified name of the Cúram interface containing the method associated with the automatic activity.
method-name
This represents the method on the specified Cúram interface that will be invoked when the automatic activity is executed.