Show TOC

Background documentationModeling Composite Views for Use in Guided Procedures Locate this document in the navigation structure

 

You can expose composite views created in Visual Composer as callable objects in the Guided Procedures design time, and then attach the callable object to an action in a Guided Procedures process flow. In Guided Procedures, these Visual Composer applications are called Web Dynpro for Visual Composer (WD4VC) Application callable objects. More information: Exposing WD4VC Applications as Callable Objects.

Following are some general guidelines for modeling composite views for use as WD4VC application callable objects in a Guided Procedures process flow:

  • Each WD4VC application callable object that passes data to and from Guided Procedures should contain at least a Start Point and an End Point.

    Note Note

    Instead of a Start Point, you can use a Data Share. More information: Transferring Data Using a Data Share

    End of the note.
  • Add an End Point to each WD4VC application callable object to terminate the application.

  • A WD4VC application callable object that does not pass any data to Guided Procedures does not need a Start Point, it only needs an End Point.

  • In a WD4VC application callable object that terminates with result states, each End Point name is recognized by Guided Procedures as a different result state.