We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e491f69 commit ae2ec0bCopy full SHA for ae2ec0b
lib/actions/action.ex
@@ -1,7 +1,6 @@
1
defmodule WorkflowEngine.Action do
2
@moduledoc """
3
- Behavior that describes the necessary methods for an workflow action, as seen in
4
- WorkflowEngine.Actions.Api.
+ Behavior that describes the necessary methods for an workflow action.
5
"""
6
7
alias WorkflowEngine.State
0 commit comments