An open API service indexing awesome lists of open source software.

https://github.com/simplic/simplic-flow

Contains the simplic flow system
https://github.com/simplic/simplic-flow

Last synced: 5 months ago
JSON representation

Contains the simplic flow system

Awesome Lists containing this project

README

          

# flow
Contains the simplic flow system

---

## Event nodes

OnDocumentScanned



### OnDocumentScanned

__Type:__ EventNode

__Args:__ `ScannedDocument`

*Properties*:
- *Blob*: `byte[]`
- *Barcode*: `string`

#### FlowOut

* FlowOut: `ActionNode`

#### DataPin out

- *Document:* ScannedDocument
- *Blob:* `byte[]`
- *Barcode*: `string`

## Action nodes