View Source wfnet_emgr (wfnet v0.1.0)
Workflow event manager. This allows clients to receive progress event notifications from the wfnet server.
The currently recognized events are:wf_loaded
, wf_running
and wf_completed
.
Summary
Functions
-spec add_handler() -> ok | {'EXIT', Reason :: term()} | term().
-spec start_link() -> {ok, Pid :: pid()} | {error, Error :: {already_started, pid()} | term()}.
-spec which_handlers() -> ok | {'EXIT', Reason :: term()} | term().