How to notify the external system after the process is completed by rest api ?

I integrate flowable in .net core and use the rest api.
How do I trigger messages to modify the external system state at the end of the process?

Hey @zhenhua,

You can add an HTTP task just before the end of the process and send a REST call, or you can implement a custom listener that will do something when the process ends.

Cheers,
Filip