What exactly is a Cadence decision task?
问题 Activity tasks are pretty easy to understand since it's executing an activity...but what is a decision task? Does the worker run through the workflow from beginning (using records of completed activities) until it hits the next "meaningful" thing it needs to do while making a "decision" on what needs to be done next? 回答1: TLDR; When a new external event is received a workflow task is responsible for determining which next commands to execute. Temporal/Cadence workflows are executed by an