gaensebluemchenritter
gaensebluemchenritter
Something along those lines: CamundaClient camundaClient; ExternalTaskExtendLock externalTaskExtendLock; string externalTaskId; // setup camundaClient // fetch and lock external task // store its id in externalTaskId // set up externalTaskExtendLock (WorkerId,...
Additional remark: Yes, these are breaking changes, so rather than not user code would have to be changed as well!
Did some further updates: - introduced interfaces for client and main services - user code can do unit tests without having to define wrapper classes and other workarounds - added...
further updates: - Upgraded to Refit 5.0.23 (see https://github.com/jlucansky/Camunda.Api.Client/issues/44) - added Batch service endpoint - added DecisionRequirementsDefinition service endpoint
further updates: * Upgraded to Refit 5.1.67 (se #44) * added further missing services (in Case Execution)
Both reside in the ExternalTaskResource you get with ´camundaClient.ExternalTasks[id]´