提交 263c5ddb 编写于 作者: J jbarrez

Exposed eventName on delegateTask (thanks Tijs)

上级 af400115
......@@ -71,6 +71,9 @@ public interface DelegateTask extends VariableScope {
/** Refers to a {@link User.getId() user} which is the owner or person responsible for completing this task. */
String getAssignee();
/** Returns the event name which triggered the task listener to fire for this task. */
String getEventName();
/** Adds the given user as a candidate user to this task. */
void addCandidateUser(String userId);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册