sentry
sentry copied to clipboard
feat(workflow_engine): Setup the Task for process_workflow_updates
Description
- Create a celery task namespace for the workflow engine tasks
- Create a task for processing an activity in the workflow_engine -- this will allow us to create a celery task to async execute process workflows when the issue platform creates an activity
In the code I mention there being a follow-up PR: https://github.com/getsentry/sentry/pull/93580 is the initial PR to support the Activity / Group models.