📄️ Introduction
When tasks take too long to execute, running them synchronously with flow.executeTask can lead to stability issues in
📄️ Execution Context
When deferring a task using flow.defer(), it’s often useful to carry over contextual information—like metadata or custom parameters—that can be accessed later during continuation.