Skip to content

Commit

Permalink
Connector and Process files
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrebs committed Jun 10, 2015
1 parent faa0ad5 commit d2743f8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added ExecuteExternalGroovyScript-impl-0.0.1.zip
Binary file not shown.
Binary file added test_externalGroovyScript-1.0.bos
Binary file not shown.
13 changes: 13 additions & 0 deletions test_groovy_script_from_bos.txt
@@ -0,0 +1,13 @@
import java.util.logging.Logger;

Logger log = Logger.getLogger ("org.bonitasoft.debug")
log.severe (" DEBUG - INSIDE SCRIPT" )

def str = """Bonjour $inputMap.name ,
voici votre convocation.

Merci de vouloir vous connectez sur le 36.15 convocation

A bientôt"""

return str.toString()

0 comments on commit d2743f8

Please sign in to comment.