Adjust the corteza-ext repo to Tilnet use-case
- Create the workflow with the UI editor
- Export the workflow to .json format
- use ./.workflowFromJson script or: In the terminal, transform the workflow to valid yml format
yq eval -P ~/Downloads/CRM-Quote-Pdf-SendToPriContact.json | sed -E 's/parentID:\s"([^"]+)"/parentID: \1/g' | sed -E 's/childID:\s"([^"]+)"/childID: \1/g' | sed -E 's/stepID:\s"([^"]+)"/id: \1/g'