diff --git a/dotflow/core/execution.py b/dotflow/core/execution.py index 8d331495..044b2a53 100644 --- a/dotflow/core/execution.py +++ b/dotflow/core/execution.py @@ -54,7 +54,7 @@ def __init__( self.task.previous_context = previous_context self.task.workflow_id = workflow_id - self._excution(_flow_callback) + self._execution(_flow_callback) def _is_action(self, class_instance: Callable, func: Callable): try: @@ -137,7 +137,7 @@ def _execution_with_class(self, class_instance: Callable): return new_context - def _excution(self, _flow_callback): + def _execution(self, _flow_callback): try: start = datetime.now() current_context = self.task.step(