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 findByParentId(parentId: String): List<AgentProcess>

Find all child processes for the given parent process ID.

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.