cancel
Showing results for 
Search instead for 
Did you mean: 

taskInstance.id in workflow js

akudinov
Champ in-the-making
Champ in-the-making
I try to use javascript in transition action:


<action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript">
        <script>
             log.debug( "task_id:" + taskInstance.id)
        </script>


but I have exception, when I execute this step in workflow. In log I can't  see any exceptions Smiley Sad

Where is my problem ?
2 REPLIES 2