Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi,
I want to access a variable that was added to the workflow data by a process step (as shown below).
workItem.getWorkflow().getMetaDataMap().put("next_step", "3");
How can this data "next_step" be accessed in a later occurring OR-Split Ecma script to make some decision about the routing?
Thanks,
Solved! Go to Solution.
Hi a singh.
I think http://dev.day.com/docs/en/cq/current/workflows/wf-extending.html#par_title_0 has the sample you need.
Cheers -- David
View solution in original post
Views
Likes
Replies