temporal-workflow

What exactly is a Cadence decision task?

左心房为你撑大大i 提交于 2021-01-07 03:28:34
问题 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

What exactly is a Cadence decision task?

让人想犯罪 __ 提交于 2021-01-07 03:27:13
问题 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

Temporal workflow vs Cadence workflow

我怕爱的太早我们不能终老 提交于 2020-08-24 06:50:41
问题 How is temporal.io related to cadenceworkflow.io? What should be used if starting a new project depending on the cadence workflow service? 回答1: Disclaimer : I'm the original co-founder and tech lead of the Cadence project and currently co-founder/CEO of the Temporal Technologies. temporal.io is the fork of the Cadence project by the original founders and tech leads of the Cadence project Maxim Fateev and Samar Abbas. We started Temporal Technologies and received VC funding as we believe that