You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotflow/core/exception.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
"""Exception module"""
2
2
3
3
MESSAGE_UNKNOWN_ERROR="Unknown error, please check logs for more information."
4
-
MESSAGE_MISSING_STEP_DECORATOR="A step function necessarily needs an '@action' decorator to circulate in the workflow. For more implementation details, access the documentation: https://dotflow-io.github.io/dotflow/#3-task-function."
4
+
MESSAGE_MISSING_STEP_DECORATOR="A step function necessarily needs an '@action' decorator to circulate in the workflow. For more implementation details, access the documentation: https://dotflow-io.github.io/dotflow/nav/tutorial/first-steps/#3-task-function."
5
5
MESSAGE_NOT_CALLABLE_OBJECT="Problem validating the '{name}' object type; this is not a callable object"
6
6
MESSAGE_EXECUTION_NOT_EXIST="The execution mode does not exist. Allowed parameter is 'sequential', 'background' and 'parallel'."
0 commit comments