sendToGuardianBlock
Last updated
Last updated
Property Name | Name in JSON | Property Value | Value in JSON | Description |
---|---|---|---|---|
type
A type of the block which can save a new or updated document.
sendToGuardianBlock (Can't be changed).
tag
Unique name for the logic block.
save_new_approved_document.
permissions
Which entity has rights to interact at this part of the workflow.
Standard Registry.
defaultActive
Shows whether this block is active at this time and whether it needs to be shown.
Checked or unchecked.
dependencies
Establish workflow dependancies that need to be completed prior.
Select the appropriate block from the dropdown.
Deprecated
dataType
Where to save the document.
Currently only options are: Verifiable Credential (send to the vc-documents DB table), DID (did-documents DB table), Approve (send to the approve DB table), or Hedera (document would be sent to the corresponding Policy topic in Hedera).
Deprecated
entityType
Gives the document a label in the DB. Needed for filtering.
Installer.
forceNewDocument
Need to fill this out.
Checked or Unchecked.
stop Propagation
End processing here, don't pass control to the next block.
Checked or Unchecked.
options
List of attributes, which is added to the VC when it is being persistent. Can be used for more flexible filtration.
"name": "status"
"value": "Minted",
dataSource
Where to send Data
Database / Hedera / Hedera Topic
documentType
Type of Document
VC / DID / VP
topic
Topic to send a document if 'dataSource' = 'Hedera'
topic
topicOwner
if โHedera Topicโ is selected for the โSource Typeโ a new optional property โTopic Ownerโ appears which shows which field determines the User, who will own the topic of the document. This is because in โHedera Topicโ only the template of Topic is selected, not the the topic itself.
Current User - user whose credentials were used to make the current post request
Document Owner - creator of the document (has default value)
Document Issuer - user which was the last to sign the document
Memo
if 'Data Source' is Hedera topic, this field is enabled. This is used to customize the Memo field name
example memo ${document.id}
Event Type
-
Input Event
Output Event
-
Type of the event - determines whether this is ingress or egress event for the current block.
Source
"source"
Block tag(string)
"block_tag"
The block which initiates the event.
Target
"target"
Block tag(string)
"block_tag"
The block which receives the event.
Output Event
"output"
Event name(string)
"event_name"
Action or issue that caused the event.
Input Event
"input"
Event name(string)
"event_name"
Action which will be triggered by the event.
Event Actor
"actor"
Event Initiator
Document Owner
Document Issuer
""
"owner"
"issuer"
Allows to transfer control of the block (execution context) to another user. Empty field leaves control at the Event Initiator.
Disabled
"disabled"
True/False
true/false
Allows to disable the event without deleting it.