adk_dev_graph_catalog (erlang_adk v0.10.0)

View Source

Bounded server-owned catalog of inspectable workflow graphs.

Graphs can be published only through this local Erlang API. The developer HTTP boundary is read-only and receives an already-bound owner, so a bearer cannot enumerate another owner by supplying an identifier in the URI.

Summary

Functions

child_spec(Options)

code_change(OldVersion, State, Extra)

format_status(State)

get(Server, Owner, GraphId)

handle_call(Request, From, State0)

handle_cast(Message, State)

handle_info(Message, State)

init(Options)

list(Server, Owner, Options)

publish(Server, Owner, GraphId, Compiled)

remove(Server, Owner, GraphId)

start_link()

start_link(Options)

status(Server)

terminate(Reason, State)