SIENTIAPDE-1005
Activities fix
This commit is contained in:
@@ -63,5 +63,5 @@ class Activities(Postgres, Redis, Kafka, Gates):
|
|||||||
)
|
)
|
||||||
|
|
||||||
@activity.defn(name="prepare_activity")
|
@activity.defn(name="prepare_activity")
|
||||||
def prepare_activity(self, input_data: dict[str, Any]):
|
async def prepare_activity(self, input_data: dict[str, Any]):
|
||||||
super().prepare_activity(input_data)
|
super().prepare_activity(input_data)
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ class BaseActivity:
|
|||||||
self.notification_handler = notification_handler
|
self.notification_handler = notification_handler
|
||||||
|
|
||||||
@activity.defn(name="prepare_activity")
|
@activity.defn(name="prepare_activity")
|
||||||
def prepare_activity(self, input_data: dict[str, Any]):
|
async def prepare_activity(self, input_data: dict[str, Any]):
|
||||||
"""
|
"""
|
||||||
Prepare the activity for the notification handler.
|
Prepare the activity for the notification handler.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user