A Temporal workflow, from the API to a worker

A Temporal workflow, from the API to a worker A sequence diagram generated by Archify. workflow.start('example', taskQueue) workflow task schedule an activity activity task do the work result activity done, workflow completes result, via handle.result() Start Run Result API · TemporalService · Sequence participant API TemporalService Temporal · task queues · Sequence participant Temporal task queues Worker · runs the code · Sequence participant Worker runs the code Other systems · databases, APIs · Sequence participant Other systems databases, APIs Legend request return default message