November 2018
Intermediate to advanced
424 pages
10h 55m
English
If you think of Durable Functions as a workflow, then the activity trigger function can be treated as a workflow step that takes some kind of optional input, performs some functionality, and returns an optional output. It's one of the core concepts of Azure Durable Functions.
Before we create the activity trigger function, let's build the dependency functions.