How can I get value from last page?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2010 10:20 PM
Hi All,
My alfresco is 3.2r , I have defined a "UserId" in my workflow , after I fill in "userid" and start workflow , the next task can work , but no value in "userID" . I have try to set value in my processdefinition such as
My alfresco is 3.2r , I have defined a "UserId" in my workflow , after I fill in "userid" and start workflow , the next task can work , but no value in "userID" . I have try to set value in my processdefinition such as
<task name="vacation:submitHelloworldTask" swimlane="initiator" > <event type="task-create"> <action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript"> <script> taskInstance.setVariable("vacation_userId","cause"); </script> </action> </event> </task>
it is fail ,how can I get and show out the value? thanks,
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2010 11:33 PM
who can help me to get value?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2010 08:25 AM
use "executionContext" instead of "taskInstance"
