Previous  Next          Contents  Index  Glossary

NewAgent

PL/SQL Syntax

function NewAgent

     (p_agent_guid in raw) return wf_agent_t;

Description

Creates a WF_AGENT_T structure for the specified agent and sets the agent's system and name into the structure. See: Agent Structure.

Arguments (input)

p_agent_guidThe globally unique identifier of the agent.


         Previous  Next          Contents  Index  Glossary