How to Permanently Cancel a Workflow in Effect Typescript?
Hi !
I am using workflows to send email notifications, but if the user has already seen the message I would like to cancel completely the workflow. For now I am using
I am using workflows to send email notifications, but if the user has already seen the message I would like to cancel completely the workflow. For now I am using
interrupt, but it seems like I could still resume that workflow after that. Is there a permanent cancelation?