Can activiti bpmn work with PHP?

cancel
Showing results for 
Search instead for 
Did you mean: 
amolngt
Member II

Can activiti bpmn work with PHP?

I am trying to implement Activiti BPMN with php. I am not able to find ant link or Video

1 Reply
hari
Established Member

Re: Can activiti bpmn work with PHP?

For a non java developer, the way I see for you is - Design the process flows and then use activiti-rest to start and control the process flows. 

Where there are service tasks, understand and write code in java to consume your application specific REST services.