Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
public abstract boolean execute
(WFContext pWCtx)
Description
This abstract method is implemented by the extending class and forms the main entry point function of the external Java function activity being implemented. See: Standard API for Java Procedures Called by Function Activities, Oracle Workflow Developer's Guide.
Arguments (input)
pWCtx | Workflow context information. See: Oracle Workflow Context. |
Previous | Next | Contents | Index | Glossary |