How to build activiti services in activiti-exploer -
i new bine activiti workflow! create new project activiti helloworld in esclip. project 1 file myprocess.bpmn. have 1 service, in service, set class name: test.helloworldactiviti
class helloworldactiviti
package test; import org.activiti.engine.delegate.delegateexecution; import org.activiti.engine.delegate.javadelegate; public class helloworldactiviti implements javadelegate { public string abc; string tesst; @override public void execute(delegateexecution arg0) throws exception { system.out.println("hello world!!"); } }
how run examlpe in activiti exploer?
you should create new proccess eclipse process designer , add there service taks @ properties pane put class name of helloworldactiviti. should deply process activit explorer, don't forget add jar compiled class lib folder of activiti explorer.
Comments
Post a Comment