Sunday, 19 May 2013

Set Title Of SOA Process Instances

The following steps are describe to set a Title to a SOA process instance which will display on the Weblogic Enterprise Manager.

  • Create a BPEL process.
  • Create a String type variable as Title.
  • Drag an assign activity. Put the expression fx on the Title variable.
  • Select under Advanced Functions  > SetCompositeInstanceTitle
  • You can set any custom Title within this function.

  • Save the project Deploy and test it. The given custom title will display on the instance created as given below.

No comments:

Post a Comment