Is there a way to instantiate the documentName of an upload form element using Java code within a workflow process? In would basically like to make the following element have the documentName default to the process instance ID:
Code: Select all
<upload label="A File" name="myFile" data="myFile" folderPath="/okm:root/workflow/files/by/proccess_instance" type="create"/>