Is there an xml template for event handler extension?
3 answers
I am not aware of any template.
Note, I did not get it working yet for some unknown reason.
You can create the necessary entries from the Extensionpoint however and also
- Browse references to that extension point
- Look at the schema from there
Here is what I got:
As that schema file is completely dependent on the need of the custom extension, there is no such template I am aware of. You have to create it on your own.
The format of this schema file is the same for all extensions, as this is a mechanism that is used for all operational behavior.
The format of this schema file is the same for all extensions, as this is a mechanism that is used for all operational behavior.
Comments
Ok, but as in preconditions an follow-up some values are different I suppose that there are specific value to be used for event handler. There are 3 values, these are the example from precondition:
<xsd:restriction base="process:preconditionType">
<xsd:element name="precondition" substitutionGroup="process:precondition" type="YOUR_DERIVED_TYPE_NAME"/>
Comments
Martha (Ruby) Andrews
JAZZ DEVELOPER Apr 14 '15, 2:26 p.m.Hi Michele,
Can you point to the precondition xml template you are referring to, so I can see if we have the same for event handler?
Thanks,
Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead
Michele Pegoraro
Apr 15 '15, 2:56 a.m.I use the templates provided by this page: https://jazz.net/wiki/bin/view/Main/ProcessExtensionSchemas#Precondition_Template