This is an old revision of the document!
Invoking a Bizweaver Workflow Using POST
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.
To begin, open the Control Properties for the button.
Click on the [Action] button to open the Action Properties page.
To create a new button action:
Enter an Action Name. This is used for reference only.
Action Type is Service.
Action Sequence
1 if the invocation is from a custom button.
2 if the invocation is (Save & Close or Save & New) from a standard button.
Service Type is POST.
Action Target as described below.
Action Trigger
Primary Action if the invocation is from a custom button.
Action Success if the invocation is from a standard (Save & Close or Save & New) button.
Validate True Value is SUCCESS.
Validate Error Message is 0.
Validate Success Message is 1.
To modify a button action:
Click on the desired Action Name.
The existing information is displayed
Make whatever changes are desired
Click the [Add/Update] button to save the action changes.
Click the [Save] button to save the button changes.
Bizweaver Action Target String and Actions Parameters
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” is the
URL used by Versago.
“YourPort assigned to the Bizweaver web service when the application was installed.
“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.