public interface ISystemWorkflowInvoker
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
invokeSystemWorkflow(java.lang.String pSysWfPath,
java.util.Properties pSysProps)
Invoke one of the System Workflows that are installed when an Oozie engine is Initialized
|
java.lang.String invokeSystemWorkflow(java.lang.String pSysWfPath,
java.util.Properties pSysProps)
throws java.lang.Exception
pSysWfPath - the path to the flow under the system/oozie_workflows sub dirpSysProps - anyprops that should be providedjava.lang.Exception