cancel
Showing results for 
Search instead for 
Did you mean: 

REST login check

robert1
Champ in-the-making
Champ in-the-making
Hi.

Im investigating if we can use activity as a process handler for our internal processes.
I just have some questions i could not get answer to after searching the forums..

What we need is in the processes add servicestasks that does this step.
1. Creates a request towards a webservice.
2. Relocates the user to a specific page for a user action (login for example)
3. After a specific user action on that page redirect the user back to activiti.
4. Creates a request towards the webservers and fetches result for the user action.
5. activiti parses the result and depending on result the process goes in different tasks.

Is this feasible in activiti?

/R
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Sure it is, but you will need custom logic for the webapp and the webservice invocation