Role of decision task in a workflow

looking at this post, is it fair to say that all logic/work that are not activities in a workflow can be considered as decisionTasks ? For instance , in this workflow,

logic_or_work_a 
    activity_1 (or local_activity_1)
logic_or_work_b 
    activity_2 (or local_activity_2)
logic_or_work_c 
done

logic_or_work_a , logic_or_work_b and logic_or_work_c are three decision tasks of the workflow, and each are subject to its own DecisionTaskStartToCloseTimeout, is this correct ? Can we even say that all work done in a workflow are tasks, either a decision task, or a custom task (activity) defined by developers ?

Many thanks

Hi @Howard_Xie let us know if this forum post clarifies the question on workflow tasks.

1 Like