The function WF_RUN that runs a workflow contains signatures that accepts names, project IDs, workflow and specific nodes to run.
The project ID, workflow ID, and node IDs can be queried using the ODMR_USER_WORKFLOW_NODES view.
WF_RUN function with the project name, workflow name and node name parameters:WF_RUN function with the name parameters and start date and end date:WF_RUN function with the IDs and start date and end date parameters:WF_RUN function with the project ID, workflow ID and node ID parameters:Parent topic: PL/SQL APIs