AgentProcessRepository

Repository for agent processes.

Inheritors

Functions

Link copied to clipboard
abstract fun delete(agentProcess: AgentProcess)
Link copied to clipboard
abstract fun findById(id: String): AgentProcess?
Link copied to clipboard
abstract fun save(agentProcess: AgentProcess): AgentProcess

Save a new agent process.

Link copied to clipboard
abstract fun update(agentProcess: AgentProcess)

Update an existing agent process.