Any example to use external task on c#?

Can we pass the default retry parameters of external tasks to the application.yaml file with platform run on camunda?

Hey @Rasim_Savas,

you can configure the default number of job retries in the configuration file (e.g., configuration/default.yml) like this:

camunda.bpm:
  default-number-of-retries: 5

Best,
Hendrik