Shared workflows
All shared workflows
-
Simple ETL (Extract-Transform-Load)
A simple extract-transform-load Workflow. Extract information from a data source (a SQL database), transform that data to a target schema, load the transformed data into the destination (Salesforce)Related nodes -
Inventory Integration Report
This workflow is an example of how a report can be created using Flowgear's in built statistic tracking. If a previous workflow had logged Statistics for a particular integration process, this workflow describes how to go about generating a report based on those statistics.Related nodes -
Loop Node
A Loop example, kicking off a process each time it increments. The increments are customizableRelated nodes -
Magento 2
Extract Sales Orders from Magento 2 using the API, map the order into desired format and push the data into another platform. Update Magento product price and quantity.Related nodes -
MySQL Query
This Workflow demonstrates a simple example of an executed MySQL Query using the MySQL query node.Related nodes -
MySQL Table Update
This workflow demonstrates a simple example where an Update is performed for a MySQL database using the MySQL Table Update node.Related nodes -
Promote a Workflow from Test to Production
Promotes a workflow from test to production. It reads the current revision in the Test environment and assigns it to the Production environment.Related nodes -
Query Statistic
This example Workflow demonstrates how to get different classes of statistics based on the type of Status set in the Statistic Node, as well as which Group is specified on the Node. It also demonstrates how The Statistic Node can be used to count the amount of Successes, Failures etc from a specific group of statistics.Related nodes -
QuickMap – SYSPRO to Sage Evolution
This example workflow demonstrates the ease with which a QuickMap node can be used to structure data from an entirely unrelated platform into a matching structure that can be understood by another platform. The QuckMap node allows us to easily pull and push data without extensive effort being placed on data transformation.Related nodes -
Send an Email for an Error
This workflow demonstrates the ability to create a user-defined error (exception) within a Workflow, which can then be used as the body or header of an e-mail that can be sent to a specified recipient or recipients. This is useful for alerting users when a critical function of the Workflow has failed to execute.Related nodes