Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
blueriq.connection.<connection-name>.external-flow.project=projectname // the REQUIRED name of the project that contains the flow to be started
blueriq.connection.<connection-name>.external-flow.version=0.0-Trunk // the REQUIRED  version of the project that contains the flow to be started
blueriq.connection.<connection-name>.external-flow.mapping=mappingname // the REQUIRED  name of the DataMapping between the interface and target profile
blueriq.connection.<connection-name>.external-flow.flow=flowname // the REQUIRED  name of the flow to be started
blueriq.connection.<connection-name>.external-flow.channel=channel // the OPTIONAL name of the channel be started
blueriq.connection.<connection-name>.external-flow.baseurl=http://<external-url>:<port>/Runtime/server // the OPTIONAL URL of the external host where the target project is on (if omitted the same server is assumed).
The connection name, namely <connection-name> in the example above, needs to match the result of the evaluated expression from the AQ_ExternalFlow_<name> container implementation.