External task form

Hello everyone,

I have just a simple question : Is there a way to use Angular 8 to make external user task forms ?

Thank you and happy coding !

Hi @Touna

Please see section for Angular in article https://blog.camunda.com/post/2018/02/custom-tasklist-examples/ if not already seen.
It was written when Angular 5 was the latest version but the principle should remain the same for Angular 8. The secret sauce here is REST API. So technically it does not matter what framework you use for developing tasklists.

Regards
Chaitanya

Thank you @chaitanyajoshi :relaxed:
I’ve already seen that post, I just couldn’t figure out how to use the code. I’ll try a little more and see how it works. Thank you so much ^^