Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
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_guid | The globally unique identifier of the agent. |
Previous | Next | Contents | Index | Glossary |