Hello experts,
We have defined a steplet as WO object read step, to change the status of al assignments that are in dispatched status to received.
This works good. I need to use the same steplet in push definition so the pushed assignments are all changed to received. I added it as a push read step and it is throwing nosuchmethodexception. Same when I added as retrieval step.
at java.lang.Class.getConstructor0(Class.java:3082)
at java.lang.Class.getConstructor(Class.java:1825)
at com.syclo.agentry.internal.AgentryStepletFactory.createPushSteplet(AgentryStepletFactory.java:161)
How can I make this steplet available to the push definition.