This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
##配置引用了Action的流程的邮件提醒信息,该Aciton是给流程创建人发送邮件
##title表示邮件标题
##content表示邮件内容
##默认配置信息
Action.default.title.begin="A";
Action.default.title.end="B";
Action.default.content.begin="C";
Action.default.content.end="D";
##单独指定某个流程的配置信息,假设该流程id=11
Action.workflow11.title.begin="1..........";
Action.workflow11.title.end="2..........";
Action.workflow11.content.begin="3..........";
Action.workflow11.content.end="4..........";