camunda / camunda/orchestration-cluster-api-python
Variable dictionary
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- Avg merge
- 6h 15m
- Merged PRs (30d)
- 20
Description
search_variables[_async]:
Returns a cumbersome array of name:values. We want to enrich the signature of the return object to add a constructed dictionary.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the search_variables and search_variables_async entry points and inspect their current return types and related tests. Implement the requested constructed dictionary in the return object for both variants, then verify that the existing name-value array remains available and the signatures and tests reflect the new shape.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100