Get Process URL

Learn to generate Process URL for external application to initiate a new process

Last published at: April 21st, 2026

Use the “Get-Process URL” feature to generate a URL that a third-party application can use to start a new process instance in FlowWright. 

On the Process Definition page, select the process from the table, then click Actions > Get Process URL.

 

The UI is displayed on the same page. Provide variable values as needed. Click the “Copy URL” button to generate the URL and copy it to the clipboard. This URL can start a new process instance in the FlowWright Application when used as a link.  

 

The URL sample is shown below.

Copy the URL and Copy a Short URL sample.

https://qa.flowwright.com:8443/ProcessDefinitions/ProcessURL?id=25473be0-145e-4c9e-a259-4dae557daa57&v.color=&v.number=&v.result=&g.testNumber=&type=exec

URL Format :

https://<Your FlowWright Server name here>//ProcessDefinitions/ProcessURL?id=25473be0-145e-4c9e-a259-4dae557daa57&v.color=red&v.number=12345&v.result=Pass&g.testNumber=54321&type=exec

Short URL Format:

https://<Your FlowWright Server name here>?u=F7DVMKZEDR

 

 

Click the “Execute Process” button to start a new process instance for validation. The process instance is created and executed, and an alert notification confirms this.