How can I create custom tasks in Conductor with the TypeScript SDK?

To create custom tasks, use the Conductor TypeScript SDK by defining worker functions and registering them with task definitions. Example code is available at typescript-examples/src/emailsms/worker/workers.ts at main · conductor-sdk/typescript-examples · GitHub