Versions Compared

Key

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

Introduction

We will introduce the concept of a external flow container (EFC). This is a way to include a (remote) application into your application.

Reasons to do this are:

...

The external flow is a concept that allows embedding and starting a flow from a (remote) project, without the use of Portal Messages.

The value of this functionality is to get:

  • a good design of the solution:
    • Structure your application
    • Make your solution scalable
  • a good application UX:
    • The end user directly see which information is loaded and what not
  • a good application model:
    • Modelling is more explicit which brings clarity in the model

Conceptually it works as depicted in the following figure.

Image Added

...

.... external flow [editor] ....

...

Also the concept of a contract is needed: see Contract module.

Prerequisites

xxx

...


Limitations

  • Running the external flow using host and target runtimes with different major and minor versions is not supported.


Pros

xxx

  • To split up large applications
  • In control
  • Short release cycle
  • Release part is small
  • Target inactive ...
  • Docker ??

...