Description
In Eclipse the source currently throws an error within the WorkflowEngine.java:
Description Resource Path Location Type The type WorkflowEngine must implement the inherited abstract method GenericEngine.runAsyncReturnJobId(String, ModelService, Map<String,Object>, boolean) WorkflowEngine.java /sparta/specialpurpose/workflow/src/org/o
This is due to WorkflowEngine.java not implementing proper overrides to the inherrited java class. Though this isn't a huge concern and will compile just fine, we should still simply override this as already assumed. I included a simple patch that should fix the issue. Please validate and close when appropriate.