Hi All,
I am currently facing a problem in custom editor.
I want to create a custom task editor where user should be able to do parameter mapping similar to whats shown in prperties tab.
The current dialog from properties section ask user both parameter and process variable. I want to create a custom editor where I will show use parameter and user needs to select process varia ble from list,
It seems that I can take only Work and workdefinition in custom editor. I have looked into the org.drools.eclipse.flow.ruleflow.view.property.workitem.WorkItemParameterMappingDialog and feel that workItemNode used in that class should do the trick.
Is there any way to get org.jbpm.workflow.core.node.workItemNode in custom editor?
Regards,
Ashish