Hi Rohith, I think the best way is to refer the source code well. There are workflow executor classes for each of the workflows that we are supporting. If you browse through the workflow directory under carbon-apimgt <https://github.com/wso2/carbon-apimgt/tree/f517aed904f44b093ce87a392f2fe65a5ff01713> /components <https://github.com/wso2/carbon-apimgt/tree/f517aed904f44b093ce87a392f2fe65a5ff01713/components> /apimgt <https://github.com/wso2/carbon-apimgt/tree/f517aed904f44b093ce87a392f2fe65a5ff01713/components/apimgt> /org.wso2.carbon.apimgt.impl <https://github.com/wso2/carbon-apimgt/tree/f517aed904f44b093ce87a392f2fe65a5ff01713/components/apimgt/org.wso2.carbon.apimgt.impl> /src <https://github.com/wso2/carbon-apimgt/tree/f517aed904f44b093ce87a392f2fe65a5ff01713/components/apimgt/org.wso2.carbon.apimgt.impl/src> /main <https://github.com/wso2/carbon-apimgt/tree/f517aed904f44b093ce87a392f2fe65a5ff01713/components/apimgt/org.wso2.carbon.apimgt.impl/src/main> /java <https://github.com/wso2/carbon-apimgt/tree/f517aed904f44b093ce87a392f2fe65a5ff01713/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java> /org <https://github.com/wso2/carbon-apimgt/tree/f517aed904f44b093ce87a392f2fe65a5ff01713/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org> /wso2 <https://github.com/wso2/carbon-apimgt/tree/f517aed904f44b093ce87a392f2fe65a5ff01713/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2> /carbon <https://github.com/wso2/carbon-apimgt/tree/f517aed904f44b093ce87a392f2fe65a5ff01713/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon> /apimgt <https://github.com/wso2/carbon-apimgt/tree/f517aed904f44b093ce87a392f2fe65a5ff01713/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt> /impl <https://github.com/wso2/carbon-apimgt/tree/f517aed904f44b093ce87a392f2fe65a5ff01713/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl> you can find the implementations for *user signup workflow* where you can get the *status of the workflow. *
As an example in *UserSignUpSimpleWorkflowExecutor.java *you can see the same* complete() method *for user sign up which I mentioned earlier. So go through them and do your implementations using them. On Fri, Jul 17, 2015 at 3:37 PM, rohit <[email protected]> wrote: > Well Thank you sir, the *AbstractApplicationRegistrationWorkflowExecutor* > class contains the workFlowDTO status for Application Registration events, > but what I'm keen on capturing is *UserSignUp *events. Is there a way to do > that? If that is the case, then may be according to you suggestion I can > get the status. Do i need to implement such class definition for my kind of > scenario? > > > > -- > View this message in context: > http://wso2-oxygen-tank.10903.n7.nabble.com/Customizing-Workflows-in-wso2-API-Manager-tp121859p121870.html > Sent from the WSO2 Development mailing list archive at Nabble.com. > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > -- Thanks & Regards, *Chamalee De Silva* Software Engineer *WS**O2* Inc. .:http://wso2.com Office :- *+94 11 2145345 <%2B94%2011%202145345>* mobile :- *+94 7 <%2B94%2077%202782039>1 4315942*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
