Page 1 of 1

Get UUID of document in process handler

PostPosted:Tue Feb 12, 2013 11:27 am
by aliism
How can I get currently processing document's name/path/UUID in a workflow handler?

Re: Get UUID of document in process handler

PostPosted:Thu Feb 14, 2013 8:36 am
by aliism
Code: Select all
String nodeUUID = context.getVariable("uuid").toString();