We'd like to know if we can add a hidden property in the interface definition of a JavaTask (when implementing custom JavaTasks for the palette), that are not available for the creators of itinerary/orchestration designers, but can be retrieved by the JavaDelegate implementation class.
For example, the screenshot below shows two properties (isBillable, and demoDate) being exposed for the JavaTask in question. If we wanted to hide one of these properties, (and just hardcode its value), it would allow us to keep it hidden from the Process Authors yet make it available to the delegate implementation class. Is this possible?
[attachment=0]JavaTask-InterfaceScreenshot.png[/attachment]
Thanks in advance.