This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
versago:invoke_bizweaver_using_post [2019/07/26 10:13] runger [Invoking a Bizweaver Workflow Using POST] |
versago:invoke_bizweaver_using_post [2020/04/02 14:58] (current) runger [Bizweaver Action Target String and Action Parameters] |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| - **2** if the invocation is (Save & Close or Save & New) from a standard button. | - **2** if the invocation is (Save & Close or Save & New) from a standard button. | ||
| - **Service Type** is // | - **Service Type** is // | ||
| - | - **Action Target** | + | - **Action Target |
| - **Action Trigger** | - **Action Trigger** | ||
| - //Primary Action// if the invocation is from a custom button. | - //Primary Action// if the invocation is from a custom button. | ||
| Line 28: | Line 28: | ||
| - Click the [**Save**] button to save the button changes. | - Click the [**Save**] button to save the button changes. | ||
| - | ===== Bizweaver Action Target String ===== | + | =====Bizweaver Action Target String |
| - | The Action String to invoke a Bizweaver workflow using **POST* is shown below. | + | The **Action String** to invoke a Bizweaver workflow using **POST** is shown below. |
| - | http:%%//%%<color # | + | |
| + | https:// | ||
| - | The elements in <color # | + | - " |
| + | - " | ||
| - | - The server where Bizweaver is installed | + | " |
| - | - The port assigned | + | |
| + | https:// | ||
| - | ===== Bizweaver | + | The **Action |
| - | - Example using HTTP to port 8082 on server “TWBSTestserver.demo.com”, | + | Select |
| - | - Example using HTTPS to port 443 on server “TWBSTestserver.demo.com”, | + | |
| - | - Example using HTTP to port 8082 on server “TWBSTestserver.demo.com, | + | |
| - | ===== Versago and Bizweaver Complete Example ===== | + | |
| - | **Information captured on Versago Form** | + | Enter the Bizweaver workflow (task ID) to be invoked. |
| - | {{:: | + | A row is created for each variable to be passed to Bizweaver. |
| + | * Select the **Type** of variable to be used. Options are //Dynamic// and // | ||
| + | * Dynamic refers to fields on the form and is the most common. | ||
| + | * Static is used when a value is the same each time Bizweaver is invoked from this form. | ||
| - | **Configuration | + | |
| - | This configuration can be applied on the [Save & New] and [Save & Close] buttons. It should not be applied on the [Save] button since you probably don’t want Bizweaver processing to occur until the user is finished with the input record. Also note that if you have both the [Save & New] and [Save & Close] buttons active, the configuration needs to be applied on both buttons. | + | * Set the variable value to be passed. |
| + | * If the Type is Dynamic, select the form field to be used "Form Field" from the drop-down list. | ||
| + | * If the Type is Static, enter the value to be passed in the "Form Field." | ||
| - | {{::versago:formv2image103.png?384x415}} | + | {{:versago:formv2image106.png?600|}} |
| - | **Configuration in Bizweaver** | ||
| - | |||
| - | The values from Versago are captured in a Variables step at the beginning of the Bizweaver workflow. | ||
| - | |||
| - | {{:: | ||
| - | |||
| - | {{:: | ||
| - | |||
| - | <WRAP center round info> | ||
| - | Note that the variable names in Bizweaver are the same, including case, as those being sent from Versago. | ||
| - | </ | ||