{"id":13590088,"url":"https://github.com/tasso94/camunda-external-task-client-dotnet","last_synced_at":"2025-04-11T17:50:46.904Z","repository":{"id":90229179,"uuid":"161795294","full_name":"tasso94/camunda-external-task-client-dotnet","owner":"tasso94","description":"Just Another External Task Client: Execute ServiceTasks with C#","archived":false,"fork":false,"pushed_at":"2018-12-14T16:11:53.000Z","size":12,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T08:01:48.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tasso94.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-12-14T14:29:14.000Z","updated_at":"2022-12-21T14:15:55.000Z","dependencies_parsed_at":"2024-01-14T04:34:45.105Z","dependency_job_id":null,"html_url":"https://github.com/tasso94/camunda-external-task-client-dotnet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasso94%2Fcamunda-external-task-client-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasso94%2Fcamunda-external-task-client-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasso94%2Fcamunda-external-task-client-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasso94%2Fcamunda-external-task-client-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tasso94","download_url":"https://codeload.github.com/tasso94/camunda-external-task-client-dotnet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248455288,"owners_count":21106590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T16:00:38.942Z","updated_at":"2025-04-11T17:50:46.881Z","avatar_url":"https://github.com/tasso94.png","language":"C#","funding_links":[],"categories":["Community Supported"],"sub_categories":[],"readme":"# Camunda External Task Client Dotnet\nJust Another External Task Client: Execute ServiceTasks with C#\n\n```C#\nusing System;\nusing Camunda;\n\nclass App\n{\n    static void Main()\n    {\n        // bootstrap the external task client\n        ExternalTaskClient client = ExternalTaskClient.create()\n            .endpoint(\"http://localhost:8080/engine-rest\")\n            .build();\n\n        // subscribe to a topic name\n        TopicSubscription topic = client.subscribe(\"invoiceCreator\")\n            .handler(new MyHandler())\n            .open();\n    }\n}\n\nclass MyHandler : IHandler {\n\n    // customized handler\n    public void execute(ExternalTask task, ExternalTaskService externalTaskService) {\n\n        // complete external task\n        externalTaskService.complete(task);\n\n        Console.WriteLine(\"External Task \" + task + \" successfully completed!\\n\");\n    }\n\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftasso94%2Fcamunda-external-task-client-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftasso94%2Fcamunda-external-task-client-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftasso94%2Fcamunda-external-task-client-dotnet/lists"}