Integration Design
The design pattern behind Laminar's solution to custom integrations
Last updated
The design pattern behind Laminar's solution to custom integrations
Last updated
An integration in Laminar is can be described as a sequences of Flows, which each can run the following:
Initial API Request (optional)
Data Transformations
Control Flow
Final API Request (optional)
Business logic for any integration can be expressed in terms of Workflows in Laminar. Each workflow fulfils specific business logic for an integration using its sequence of flows.
Flows carry out the requests and data transforms necessary to accomplish atomic integration objectives.