Process.Template.getTemplate()

Signature

Object getTemplate(String name, Object ...args)

Domain

ACTION, PROCESS

Description

Returns the currently executing Process template name

Parameters

NameTypeDescription
nameStringThe process template name.
argsObjectThe arguments provided.

Returns

TypeDescription
ObjectThe process template

Cautions

none