Each standard button is a unique control. If a Bizweaver workflow needs to be invoked from the Save & Close and Save & New buttons, each button must be configured separately; even if the exact same call is being made.
The Action String to invoke a Bizweaver workflow using POST is shown below.
http://YourURL:YourPort/BWService/api/workflow/InvokeWorkFlow https://YourURL:443/BWService/api/workflow/InvokeWorkFlow
“YourURL” and “YourPort” are specific to your installation. An example of this string is:
https://portal.acmecorp.com:443/BWService/api/workflow/InvokeWorkFlow
The Action Parameters define the Bizweaver workflow to be invoked, and any parameters to be passed.
Select the Bizweaver checkbox.
Enter the Bizweaver workflow (task ID) to be invoked.
A row is created for each variable to be passed to Bizweaver.