Process
Process is the main component of the bpm engine and describes all automation and integration actions. The process contains all instructions on interaction between connectors.
Structure
{
id: '',
title: '',
connectors: [],
script: ''
}