Stream: workflow
Topic: communication patterns
René Spronk (Oct 20 2018 at 12:11):
Looking at the documented communication patterns, and generalizing for educational purposes, I see three main options: 1) POST request directly to filler, with or without corresponding Task, 2) use messaging (without Task), 3) use a (centralized) Task queue where Tasks can be updated by all actors involved in the task
Last updated: Apr 12 2022 at 19:14 UTC