OrchestrationHandler type

オーケストレーションとして登録できるジェネレーターの種類

type OrchestrationHandler = (
  context: OrchestrationContext
) => Generator<Task, unknown, any>