Falko Menge

Results 96 issues of Falko Menge

### Types -bin (Binary release of the package) ### URL https://github.com/kubernetes/kompose/releases ### Building guide _No response_ ### Additional context https://github.com/kubernetes/kompose#installation https://github.com/kubernetes/kompose/blob/main/docs/installation.md#github-release

package request

as documented here https://docs.camunda.io/docs/next/apis-tools/grpc/#input-createprocessinstancerequest

feature

```kotlin package com.example.camunda.poc import io.quarkiverse.zeebe.JobWorker import io.quarkiverse.zeebe.Variable import jakarta.enterprise.context.ApplicationScoped @ApplicationScoped class MyJobWorker { @JobWorker fun myMethod(@Variable a: String, @Variable b: String): Map { print("a: $a") return mapOf("foo" to "bar") }...

Solves https://haroopad.userecho.com/communities/1/topics/195-full-path-in-open-recent-files

see: https://github.com/camunda/zeebe/issues/11231

Bonus items: - [ ] individual duration for each job - [ ] sending a certain message after certain job has been received

feature

workaround is to upload the file using the Admin interface