Key Concepts
Task
A function (in python) or a class (in TS, Java) with a framework defined interface responsible for processing single business task.
See the User Guide for Implementing Tasks.
Workflow
A task which orchestrates other tasks to implement comprehensive APIs
See the User Guide for Implementing Workflows.
Worker
Single deployable unit which contains one or multiple task executors