Versions Compared

Key

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

...

There could be a need for directly triggering a flow when uploading a file which directly triggers a flow. This could be handy when calling some services for setting information.

To be able to do this follow theses steps:

  • Add an event, e.g. 'AutomaticUpload'.
  • Add this event to the expected events of the AQ_File_Upload in the tab 'Events'.
  • Connect a service in the flow which is connected to this event.

Everytime a new file is uploaded, this exit event will be taken.

Example application

See the file upload example project.

...