Skip to content

Commit

Permalink
fix bpe:docs/1
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Dec 1, 2019
1 parent 4934a96 commit f043209
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule BPE.Mixfile do
def project do
[
app: :bpe,
version: "4.11.7",
version: "4.11.8",
description: "BPE Business Process Engine",
package: package(),
deps: deps()
Expand Down
2 changes: 1 addition & 1 deletion src/bpe.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, bpe,
[
{description, "BPE Business Process Engine"},
{vsn, "4.11.7"},
{vsn, "4.11.8"},
{registered, []},
{applications, [kernel,stdlib,kvs,syn]},
{mod, { bpe_otp, []}},
Expand Down
2 changes: 1 addition & 1 deletion src/bpe.erl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ step(Proc,Name) ->
[] -> #task{};
E -> E end.

docs (Proc) -> Proc#process.docs.
docs (Proc) -> (bpe:head(Proc#process.id))#hist.docs.
tasks (Proc) -> Proc#process.tasks.
flows (Proc) -> Proc#process.flows.
events(Proc) -> Proc#process.events.
Expand Down

0 comments on commit f043209

Please sign in to comment.