Finally I figured out what was missing: Was missing add the line @Property(name = "service.pid", value = "com.test.yourpackage.name.WorkFlowTest"), so the Java class will be like it is:import org.apache.felix.scr.annotations.Component; import org.apache.felix.scr.annotations.Properties; import org...
Hello:I have the next problem, I created a custom workflow process and it does not appears on the process list on the dropdown field ( process step) , but If I change the version of : <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> <v...