You can use a file (content) submission to trigger process starting for numerous purposes.
The following options are possible:
Option | Description |
---|---|
Use a Trigger on content creation to start a process | This is a low-code method that can be used to upload a single as a starting point for a process using the Start process action, for example when submitting a single image from a form. For more information, see Creating Triggers. |
Call API to upload file(s) and start the process in a separate transaction | This is a code requiring method that can be used to upload multiple files at once as a starting point for a process, for example when sending multiple images as a part of insurance request process. For more information, see the Hyland Experience Content REST API documentation. |