citilinkru / camunda-client-go

Camunda REST API client for golang
MIT License
143 stars 58 forks source link

support external service task retriecal #54

Open plum330 opened 1 year ago

plum330 commented 1 year ago

Does this library implement external service task support external service task retrieval? How to implement it ? THX

liderman commented 1 year ago

Yes, it is supported. See example: https://github.com/citilinkru/camunda-client-go/blob/master/examples/processor/processor.go

plum330 commented 1 year ago

Yes, it is supported. See example: https://github.com/citilinkru/camunda-client-go/blob/master/examples/processor/processor.go

This example is handling for completing external service task, not for recalling it. Sorry, I can not find relative examples.