Skip to main content
Feedback

Profile mapping to Message Action Input/Output parameters

The Input and Output values passed to and from Message Actions are named and configured using the Request and Response profiles that you have assigned to your process.

  • Integration Request profiles map to Input parameters in Flow.

  • Integration Response profiles map to Output parameters in Flow.

For example:

Profile mapping to Message Action Input/Output parameters

  • A Message Action Operation is set up in Integration and a Request and Response Profile assigned. The Request Profile contains a simple 'Name' Character' value. When a corresponding Message Action is set up in Flow, the Input parameter is automatically created and available for passing data using the Action. As it is a simple Character value, a string value would then be selected. Step 1, disable-img-zooming

  • The Response Profile contains an 'EmployeeReturned' Object value. When a corresponding Message Action is set up in Flow, the Output parameter is automatically created and available for passing data using the Action. As it is an Object value, an object value that uses a type would then be selected. Step 2, disable-img-zooming

note

For an example of how a profile is mapped to Input/Output parameters, refer to An example profile mapping to Message Action Input/Output parameters.