script error while approving a review step
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2015 06:18 AM
Hello
i'm writing about an error we've got in Alfresco 4.2.e during a workflow execution.
The current workflow step allow user to "approve" of "reject" the vaccation request
unfortunatly, an error message is thrown when the user click on "approve"
when i check the error on my chrome debug tool, il can see the exception trace (in the file attached)
it seems an internal error and i'm really concerned about that
thank you for you help
M JELTI
i'm writing about an error we've got in Alfresco 4.2.e during a workflow execution.
The current workflow step allow user to "approve" of "reject" the vaccation request
unfortunatly, an error message is thrown when the user click on "approve"
org.alfresco.scripts.ScriptException: 08230745 Failed to execute supplied script: missing ; before statement (AlfrescoJS#30)
when i check the error on my chrome debug tool, il can see the exception trace (in the file attached)
it seems an internal error and i'm really concerned about that
thank you for you help
M JELTI
Labels:
- Labels:
-
Archive
error log.png
55 KB
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2015 07:38 AM
I have not tried version 4.2e… I've been working with 4.2f and I have not stumbled on that error. Do you have some customization that might cause the errors?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2015 09:57 AM
Hi,
That error is from the custom script you are calling on your workflow. Look into that script around line 30 there should be a syntax mistake of some sort.
I highly doubt it is Alfresco causing such an error.
That error is from the custom script you are calling on your workflow. Look into that script around line 30 there should be a syntax mistake of some sort.
I highly doubt it is Alfresco causing such an error.
