📄 processactivityinfo.vm
字号:
<table border=0 cellspacing=8 cellpadding=0>
<tr>
<td valign=top align=right nowrap>Process name :</td>
<td valign=top><b>$processDefinition.Name</b></td>
</tr>
<tr>
<td valign=top align=right nowrap>Process description :</td>
<td valign=top><b>$processDefinition.Description</b></td>
</tr>
#if ($preview == 'activity')
<tr>
<td valign=top align=right nowrap>Activity name :</td>
<td valign=top><b>$activity.Name</b></td>
</tr>
#if ($activity.Description)
<tr>
<td valign=top align=right nowrap>Activity description :</td>
<td valign=top><b>$activity.Description</b></td>
</tr>
#end
#end
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -