Process.Template

Description

Process Template Functions

Functions

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