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
- Host: GitHub
- URL: https://github.com/simplic/simplic-flow
- Owner: simplic
- License: mit
- Created: 2018-07-09T13:17:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T09:03:24.000Z (almost 2 years ago)
- Last Synced: 2024-07-23T10:49:02.122Z (almost 2 years ago)
- Language: C#
- Size: 1.18 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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