OpenFn / adaptors

The new home for OpenFn adaptors; re-usable connectors for the most common DPGs and DPI building blocks.
GNU General Public License v3.0
6 stars 8 forks source link

`openfn`: Update to support lightning #633

Open josephjclark opened 3 months ago

josephjclark commented 3 months ago

This is just a stub issue at the moment, a note/reminder

We should update the openfn adaptor to be lightning compatible.

Breaking change, major version, no v1 support.

It should make it very easy to call trigger a workflow with data. Something like trigger(workflow, data).

Or maybe because we call them webhooks, it should be callWebhook(id, data)

What other openfn functionality would we want to support?