diff --git a/man/bpe.htm b/man/bpe.htm index 48b3495..dc67797 100644 --- a/man/bpe.htm +++ b/man/bpe.htm @@ -57,17 +57,17 @@

proc(pid()) -> #process{}.

Retrieves current process state (if running) from the runtime. This function should be protected against admin authorization.

next(pid()) -> {complete, any()}.

-

Invokes BPMN 2.0 process shcheduler tick.

+

Invokes BPMN 2.0 process scheduler tick.

next(any(), pid()) -> {complete, any()}.

-

Invokes BPMN 2.0 process shcheduler tick on particular flow (if allowed).

+

Invokes BPMN 2.0 process scheduler tick on particular flow (if allowed).

complete(pid()) -> {complete, any()}.

-

Invokes BPMN 1.0 process shcheduler tick.

+

Invokes BPMN 1.0 process scheduler tick.

complete(any(), pid()) -> {complete, any()}.

-

Invokes BPMN 1.0 process shcheduler tick on particular flow (if allowed).

+

Invokes BPMN 1.0 process scheduler tick on particular flow (if allowed).

amend(pid(), any()) -> {complete, any()}.

-

Invokes BPMN 2.0 process shcheduler tick with additional document in the state as an argument.

+

Invokes BPMN 2.0 process scheduler tick with additional document in the state as an argument.

discard(pid(), any()) -> {complete, any()}.

-

Invokes BPMN 2.0 process shcheduler tick with additional document removal from the the state.

+

Invokes BPMN 2.0 process scheduler tick with additional document removal from the the state.

append(pid(), any()) -> {complete, any()}.

Modifies current state of the process with additional document.

remove(pid(), any()) -> {complete, any()}.