Versions Compared

Key

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

...

For a complete walkthrough to install the templates see: 5 4.6.2 Visual Studio .sln/.csproj Templates

Selecting a trigger

Customising a flow in ORP starts with selecting a trigger to act on. A complete list of triggers can be found here: 4.4.2 Process triggers

For example: when adding functionality when an order is added to ORP the NEWORDER trigger can be used. When an order comes in the NEWORDER process trigger will be sent to the processmanager. If no NEWORDER processes are configured the trigger is discarded, if a NEWORDER process is configured the trigger will be handled and each task in the process will be run sequentially.

See process manager and event triggers for a complete overview: 4.4 Process manager and event triggers

To understand the flow of a process see the example customisation page: 5 4.6.1 Example customisation

Acting on triggers

When acting on a trigger the function will need to be configured to listen to a specific topic and a specific subscription. This is the first thing that will need to be configured. In the below snippet the topic-name and the subscription name will need to be configured.

...