Updating DB table after completing the user task
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2013 03:06 AM
Hi All,
I have a web form for creating users, which will be inserted in user_info_tbl ( MySql database) with default status to pending.
All these users will be approved through activiti.
Can anyone help me how to update user_info_tbl —> user_info_status to Approved/Rejected, after completing the user task.
Also is there a way for getting the pending user's list from user_info_tbl and displaying them in activiti-explorer(Using v5.13) as Pending Users list to approve or reject.
Thanks in advance.
Regards,
Nirvana.
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2013 09:45 AM
Add a service task after the user task that executes some jdbc code.
Regarding the second question: you will need a custom form type, see http://www.jorambarrez.be/blog/2013/03/13/creating-a-new-form-property-in-activiti/
Regarding the second question: you will need a custom form type, see http://www.jorambarrez.be/blog/2013/03/13/creating-a-new-form-property-in-activiti/

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2015 05:06 AM
i made java class and create web services -> task type -> java class and when i deploy it in explorer and there is error couldn't instantiate class
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2015 01:32 AM
@heba, can you show us some details about that error ? (there could be so many reasons…)
btw: I guess you added your message to this old discussion for a reason, I guess you are trying to do the same, am I right ?
btw: I guess you added your message to this old discussion for a reason, I guess you are trying to do the same, am I right ?
