13 lines
730 B
Markdown
13 lines
730 B
Markdown
---
|
|
title: "Distrust Antipattern"
|
|
date: 2022-01-28T10:47:56+01:00
|
|
draft: true
|
|
author: Sander Hautvast
|
|
---
|
|
|
|
__can you trust your own team mates?__
|
|
|
|
Context:
|
|
A platform called 'Inspire Scaler' by a company called Quadient. It's a graphical workflow editor with custom components in javascript. A workflow could be described as a rest API. You initiate it by doing a GET request on an http server. Typically there's a few flows I guess, for different scenario's. The end product is a customer message, like a letter in PDF format. So basically all you need is a template and some data.
|
|
This post is not about this product. It's what this team has built with it.
|
|
Imagine a workflow that receives a request for a customer message. Th
|