This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw2:executing_a_workflow [2023/01/06 09:02] mfoster [Triggering Workflows from SAP Business One Using Direct Communication] |
bw2:executing_a_workflow [2024/09/09 13:28] (current) dlee [Executing Workflows from SQL Using Listener-Based Trigger] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Executing a Workflow====== | ======Executing a Workflow====== | ||
| - | There are four methods to execute a Bizweaver workflow: test/debug mode, “run now", scheduled, and from SQL. The results are the same for all methods. | + | There are five methods to execute a Bizweaver workflow: test/debug mode, “run now", scheduled, and from SQL via the Bizweaver web service, and from SQL via a trigger. |
| ===== Test/Debug Mode ===== | ===== Test/Debug Mode ===== | ||
| Line 45: | Line 45: | ||
| Bizweaver workflows can be automatically executed based on a schedule using the built-in functionality within Bizweaver. This is the most common and most efficient way to execute workflows. For more details please follow the link, **// | Bizweaver workflows can be automatically executed based on a schedule using the built-in functionality within Bizweaver. This is the most common and most efficient way to execute workflows. For more details please follow the link, **// | ||
| - | ===== Executing Workflows from SAP Business One Using Direct Communication | + | ===== Executing Workflows from SAP Business One ===== |
| - | The configuration to initiate a Bizweaver workflow from the SQL Server database | + | The configuration to initiate a Bizweaver workflow from the SAP Post Execute Stored Procedures |
| - | ===== Calling | + | ===== Executing |
| The configuration to initiate a Bizweaver workflow from the SQL Server database via Bizweaver' | The configuration to initiate a Bizweaver workflow from the SQL Server database via Bizweaver' | ||
| - | ===== Call From Web Service Tool===== | + | ===== Executing Workflows Using the Web Service Tool===== |
| The configuration to initiate a Bizweaver workflow from the WebService Tool is described **// | The configuration to initiate a Bizweaver workflow from the WebService Tool is described **// | ||