Camunda 7 REST API for getting Jobs that are running currently
We use camunda community edition packaged in Wildfly. We use rest api for starting workflows. All our workflows are async – so they executed through job executor of camunda.
We are not trying to get the current running workflows – meaning the jobs locked by the executor, i know we can get it through camunda DB using query.
TypeError: get_invoice_approver() missing 2 required positional arguments: ‘amount’ and ‘approver’
I have tried to execute above code , it executing first def get_invoice_amount when comes second get_invoice_approver it’s showing below error