Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 4 KB

File metadata and controls

23 lines (17 loc) · 4 KB

reassigningBlock

Properties

Block PropertyDefinitionExample InputStatus
typeA block type which re-signs the document and change the user to document owner.reassigningBlock (Can't be changed).
tagUnique name for the logic block.wait_for_approval.
permissionsWhich entity has rights to interact at this part of the workflow.Installer.
defaultActiveShows whether this block is active at this time and whether it needs to be shown.Checked or unchecked.
dependenciesEstablish workflow dependancies that need to be completed prior.Select the appropriate block from the dropdown.Deprecated
stop PropagationEnd processing here, don't pass control to the next block.Checked or Unchecked.
issuerPerson, who will be a Signernot set - Current User
owner - document Owner
policyOwner - Policy Owner
actorPerson, who will be next Block Ownernot set - Current User
owner - document Owner
issuer - document Issuer

{% hint style="info" %} RefreshEvents are used to refreshing the UI, instead of "dependencies" property. {% endhint %}

Events

Property Name Name in JSON Property Value Value in JSON Description
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.

To know more information about events, please look at Events.