| Name | Signature and Synopsis |
|---|---|
getTemplate | Object getTemplate(String name, Object ...args)Returns a deployed process template based on the name and arguments provided. |
newJobContext | Concept newJobContext(Object template,Object ... args)creates a process instance from the template name and arguments provided. |
setExceptionHandler | void setExceptionHandler(Object template,String processOrfunctionURI,<optional>boolean isAsynchronous)Set the default Exception handler process or function URI for the given template |