splitBlock
This block allows to accumulate VC documents and produce new VCs in fixed chunks.
If the value in the VC is higher than the chunking threshold the VC would be βspiltβ into multiple VCs containing values equal to the threshold value.
1. Properties
Block Property | Definition | Example Input | Status |
---|---|---|---|
tag | Unique name for the logic block. | splitBlock | |
permissions | Which entity has rights to interact at this part of the workflow. | NoRole | |
defaultActive | Shows whether this block is active at this time and whether it needs to be shown. | Checked or unchecked. | |
On errors | Called if the system error has occurs in the Block |
| |
Stop Propagation | End processing here, don't pass control to the next block. | Checked or unchecked. | |
Threshold | The size of a single βportionβ (chunk) the original document would be βsplitβ into. Note: It is always number>0 | 1000 | |
Source field | It is the path to the field in the VC document which is the parameter used in the calculation of the βsizeβ of the VC. Note: is a field to which the βsource fieldβ path points. It must be of numeric type. | source path link |
2. Data(VC documents) format
After βsplittingβ of the VC document into several chunks these new created VCs will contain:
All fields except the βsource fieldβ copied without any changes.
Added evidence section of the following content:
Last updated