versago:invoke_bizweaver_using_post

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
versago:invoke_bizweaver_using_post [2019/07/26 10:20]
runger [Bizweaver Action Target String]
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 //**POST**//.     - **Service Type** is //**POST**//.
-    - **Action Target** as described below.+    - **Action Target String** and **Action Parameters** are described below.
     - **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 and Settings =====+=====Bizweaver Action Target String and Action Parameters=====
  
-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 #ed1c24>1</color>:<color #ed1c24>2</color>/BWService/api/workflow/InvokeWorkFlow+  http://YourURL:YourPort/BWService/api/workflow/InvokeWorkFlow 
 +  https://YourURL:443/BWService/api/workflow/InvokeWorkFlow
  
-The elements in <color #ed1c24>red</color> are specific to your installation.+  - "YourURL" is the URL used by Versago. 
 +  - "YourPort assigned to the Bizweaver web service when the application was installed.
  
-  - The server where Bizweaver is installed +"YourURL" and "YourPort" are specific to your installation An example of this string is:
-  - The port assigned to the Bizweaver web service when the application was installed.+
  
-The settings+  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.
 +  * Select the **Type** of variable to be used.  Options are //Dynamic// and //Static//.
 +    * 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.
 +
 +  * Enter the name of the variable expected by Bizweaver.  This value is case sensitive and must match the value defined in Bizweaver exactly.
 +
 +  * 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:formv2image106.png?600|}}
  
versago/invoke_bizweaver_using_post.1564150818.txt.gz · Last modified: 2019/07/26 10:20 by runger