Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Activiti/Activiti
Browse files Browse the repository at this point in the history
# By Tijs Rademakers
# Via Tijs Rademakers
* 'master' of https://github.com/Activiti/Activiti:
  Manual merge of PR 873
  • Loading branch information
jbarrez committed May 16, 2016
2 parents 6be7262 + 1a0cd6f commit fd14fa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public interface AlfrescoConversionConstants {
String CLASSNAME_SCRIPT_DELEGATE = "org.alfresco.repo.workflow.activiti.script.AlfrescoScriptDelegate";
String SCRIPT_TASK_LISTENER_SCRIPT_FIELD_NAME = "script";
String SCRIPT_DELEGATE_SCRIPT_FIELD_NAME = "script";
String SCRIPT_DELEGATE_RUN_AS_FIELD_NAME = "runAS";
String SCRIPT_DELEGATE_RUN_AS_FIELD_NAME = "runAs";
String TASK_LISTENER_EVENT_CREATE = "create";
String TASK_LISTENER_EVENT_COMPLETE = "complete";

Expand Down

0 comments on commit fd14fa3

Please sign in to comment.