Skip to content

docs: update Python SDK API reference (next)#8144

Open
camunda-docs-pr-automation[bot] wants to merge 1 commit intomainfrom
update-python-sdk-docs
Open

docs: update Python SDK API reference (next)#8144
camunda-docs-pr-automation[bot] wants to merge 1 commit intomainfrom
update-python-sdk-docs

Conversation

@camunda-docs-pr-automation
Copy link
Contributor

Description

Auto-generated PR from the sync Python SDK docs workflow.

Updates the Python SDK API reference documentation from orchestration-cluster-api-python@main.

Target: docs/apis-tools/python-sdk/

When should this change go live?

  • There is no urgency with this change and can be released at any time.

PR Checklist

  • My changes are in /docs.

@camunda-docs-pr-automation camunda-docs-pr-automation bot added the deploy Stand up a temporary docs site with this PR label Mar 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

👋 🤖 🤔 Hello, @camunda-docs-pr-automation[bot]! Did you make your changes in all the right places?

These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.8/.

  • docs/apis-tools/python-sdk/api-reference/async-client.md
  • docs/apis-tools/python-sdk/api-reference/client.md
  • docs/apis-tools/python-sdk/api-reference/index.md
  • docs/apis-tools/python-sdk/api-reference/runtime.md
  • docs/apis-tools/python-sdk/api-reference/types.md
  • docs/apis-tools/python-sdk/job-workers.md

You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines.

@github-actions github-actions bot temporarily deployed to camunda-docs March 5, 2026 04:12 Destroyed
Comment on lines 1151 to 1158
* **Parameters:**
* **config** ([*WorkerConfig*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.WorkerConfig))
* **callback** (*Callable* *[* *[*[*JobContext*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobContext) *]* *,* *Coroutine* *[**Any* *,* *Any* *,* *dict* *[**str* *,* *Any* *]* *|* *JobCompletionRequest* *|* *None* *]* *]* *|* *Callable* *[* *[*[*JobContext*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobContext) *]* *,* *dict* *[**str* *,* *Any* *]* *|* *None* *]* *|* [*HintedCallable*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.HintedCallable))
* **callback** (*Callable* *[* *[*[*ConnectedJobContext*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.ConnectedJobContext) *]* *,* *Coroutine* *[**Any* *,* *Any* *,* *dict* *[**str* *,* *Any* *]* *|* *JobCompletionRequest* *|* *None* *]* *]* *|* *Callable* *[* *[*[*ConnectedJobContext*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.ConnectedJobContext) *]* *,* *dict* *[**str* *,* *Any* *]* *|* *None* *]* *|* *Callable* *[* *[*[*JobContext*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobContext) *]* *,* *Coroutine* *[**Any* *,* *Any* *,* *dict* *[**str* *,* *Any* *]* *|* *JobCompletionRequest* *|* *None* *]* *]* *|* *Callable* *[* *[*[*JobContext*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobContext) *]* *,* *dict* *[**str* *,* *Any* *]* *|* *None* *]*)
* **auto_start** (*bool*)
* **execution_strategy** (*Literal* *[* *'auto'* *,* *'async'* *,* *'thread'* *,* *'process'* *]*)
* **startup_jitter_max_seconds** (*float*)
* **Return type:**
[*JobWorker*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobWorker)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

Suggested change
* **Parameters:**
* **config** ([*WorkerConfig*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.WorkerConfig))
* **callback** (*Callable* *[* *[*[*JobContext*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobContext) *]* *,* *Coroutine* *[**Any* *,* *Any* *,* *dict* *[**str* *,* *Any* *]* *|* *JobCompletionRequest* *|* *None* *]* *]* *|* *Callable* *[* *[*[*JobContext*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobContext) *]* *,* *dict* *[**str* *,* *Any* *]* *|* *None* *]* *|* [*HintedCallable*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.HintedCallable))
* **callback** (*Callable* *[* *[*[*ConnectedJobContext*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.ConnectedJobContext) *]* *,* *Coroutine* *[**Any* *,* *Any* *,* *dict* *[**str* *,* *Any* *]* *|* *JobCompletionRequest* *|* *None* *]* *]* *|* *Callable* *[* *[*[*ConnectedJobContext*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.ConnectedJobContext) *]* *,* *dict* *[**str* *,* *Any* *]* *|* *None* *]* *|* *Callable* *[* *[*[*JobContext*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobContext) *]* *,* *Coroutine* *[**Any* *,* *Any* *,* *dict* *[**str* *,* *Any* *]* *|* *JobCompletionRequest* *|* *None* *]* *]* *|* *Callable* *[* *[*[*JobContext*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobContext) *]* *,* *dict* *[**str* *,* *Any* *]* *|* *None* *]*)
* **auto_start** (*bool*)
* **execution_strategy** (*Literal* *[* *'auto'* *,* *'async'* *,* *'thread'* *,* *'process'* *]*)
* **startup_jitter_max_seconds** (*float*)
* **Return type:**
[*JobWorker*](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobWorker)
- **Parameters:**
- **config** ([_WorkerConfig_](runtime.md#camunda_orchestration_sdk.runtime.job_worker.WorkerConfig))
- **callback** (_Callable_ _[_ _[_[_ConnectedJobContext_](runtime.md#camunda_orchestration_sdk.runtime.job_worker.ConnectedJobContext) _]_ _,_ _Coroutine_ _[\*\*Any_ _,_ _Any_ _,_ _dict_ _[\*\*str_ _,_ _Any_ _]_ _|_ _JobCompletionRequest_ _|_ _None_ _]_ _]_ _|_ _Callable_ _[_ _[_[_ConnectedJobContext_](runtime.md#camunda_orchestration_sdk.runtime.job_worker.ConnectedJobContext) _]_ _,_ _dict_ _[\*\*str_ _,_ _Any_ _]_ _|_ _None_ _]_ _|_ _Callable_ _[_ _[_[_JobContext_](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobContext) _]_ _,_ _Coroutine_ _[\*\*Any_ _,_ _Any_ _,_ _dict_ _[\*\*str_ _,_ _Any_ _]_ _|_ _JobCompletionRequest_ _|_ _None_ _]_ _]_ _|_ _Callable_ _[_ _[_[_JobContext_](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobContext) _]_ _,_ _dict_ _[\*\*str_ _,_ _Any_ _]_ _|_ _None_ _]_)
- **auto_start** (_bool_)
- **execution_strategy** (_Literal_ _[_ _'auto'_ _,_ _'async'_ _,_ _'thread'_ _,_ _'process'_ _]_)
- **startup_jitter_max_seconds** (_float_)
- **Return type:**
[_JobWorker_](runtime.md#camunda_orchestration_sdk.runtime.job_worker.JobWorker)

Comment on lines +2358 to +2368
* **Parameters:**
* **id** (*str*) – The user-defined id for the global listener Example: GlobalListener_1.
* **kwargs** (*Any*)
* **Raises:**
* **errors.GetGlobalTaskListenerUnauthorized** – If the response status code is 401. The request lacks valid authentication credentials.
* **errors.GetGlobalTaskListenerForbidden** – If the response status code is 403. Forbidden. The request is not allowed.
* **errors.GetGlobalTaskListenerNotFound** – If the response status code is 404. The global user task listener with the given id was not found.
* **errors.GetGlobalTaskListenerInternalServerError** – If the response status code is 500. An internal error occurred while processing the request.
* **errors.UnexpectedStatus** – If the response status code is not documented.
* **httpx.TimeoutException** – If the request takes longer than Client.timeout.
* **Returns:**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

Suggested change
* **Parameters:**
* **id** (*str*) – The user-defined id for the global listener Example: GlobalListener_1.
* **kwargs** (*Any*)
* **Raises:**
* **errors.GetGlobalTaskListenerUnauthorized** – If the response status code is 401. The request lacks valid authentication credentials.
* **errors.GetGlobalTaskListenerForbidden** – If the response status code is 403. Forbidden. The request is not allowed.
* **errors.GetGlobalTaskListenerNotFound** – If the response status code is 404. The global user task listener with the given id was not found.
* **errors.GetGlobalTaskListenerInternalServerError** – If the response status code is 500. An internal error occurred while processing the request.
* **errors.UnexpectedStatus** – If the response status code is not documented.
* **httpx.TimeoutException** – If the request takes longer than Client.timeout.
* **Returns:**
- **Parameters:**
- **id** (_str_) – The user-defined id for the global listener Example: GlobalListener_1.
- **kwargs** (_Any_)
- **Raises:**
- **errors.GetGlobalTaskListenerUnauthorized** – If the response status code is 401. The request lacks valid authentication credentials.
- **errors.GetGlobalTaskListenerForbidden** – If the response status code is 403. Forbidden. The request is not allowed.
- **errors.GetGlobalTaskListenerNotFound** – If the response status code is 404. The global user task listener with the given id was not found.
- **errors.GetGlobalTaskListenerInternalServerError** – If the response status code is 500. An internal error occurred while processing the request.
- **errors.UnexpectedStatus** – If the response status code is not documented.
- **httpx.TimeoutException** – If the request takes longer than Client.timeout.
- **Returns:**

* **httpx.TimeoutException** – If the request takes longer than Client.timeout.
* **Returns:**
GlobalTaskListenerResult
* **Return type:**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

Suggested change
* **Return type:**
- **Return type:**

Comment on lines +2444 to +2455
* **Parameters:**
* **body** (*JobTypeStatisticsQuery*) – Job type statistics query.
* **data** (*JobTypeStatisticsQuery*)
* **kwargs** (*Any*)
* **Raises:**
* **errors.GetJobTypeStatisticsBadRequest** – If the response status code is 400. The provided data is not valid.
* **errors.GetJobTypeStatisticsUnauthorized** – If the response status code is 401. The request lacks valid authentication credentials.
* **errors.GetJobTypeStatisticsForbidden** – If the response status code is 403. Forbidden. The request is not allowed.
* **errors.GetJobTypeStatisticsInternalServerError** – If the response status code is 500. An internal error occurred while processing the request.
* **errors.UnexpectedStatus** – If the response status code is not documented.
* **httpx.TimeoutException** – If the request takes longer than Client.timeout.
* **Returns:**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

Suggested change
* **Parameters:**
* **body** (*JobTypeStatisticsQuery*) – Job type statistics query.
* **data** (*JobTypeStatisticsQuery*)
* **kwargs** (*Any*)
* **Raises:**
* **errors.GetJobTypeStatisticsBadRequest** – If the response status code is 400. The provided data is not valid.
* **errors.GetJobTypeStatisticsUnauthorized** – If the response status code is 401. The request lacks valid authentication credentials.
* **errors.GetJobTypeStatisticsForbidden** – If the response status code is 403. Forbidden. The request is not allowed.
* **errors.GetJobTypeStatisticsInternalServerError** – If the response status code is 500. An internal error occurred while processing the request.
* **errors.UnexpectedStatus** – If the response status code is not documented.
* **httpx.TimeoutException** – If the request takes longer than Client.timeout.
* **Returns:**
- **Parameters:**
- **body** (_JobTypeStatisticsQuery_) – Job type statistics query.
- **data** (_JobTypeStatisticsQuery_)
- **kwargs** (_Any_)
- **Raises:**
- **errors.GetJobTypeStatisticsBadRequest** – If the response status code is 400. The provided data is not valid.
- **errors.GetJobTypeStatisticsUnauthorized** – If the response status code is 401. The request lacks valid authentication credentials.
- **errors.GetJobTypeStatisticsForbidden** – If the response status code is 403. Forbidden. The request is not allowed.
- **errors.GetJobTypeStatisticsInternalServerError** – If the response status code is 500. An internal error occurred while processing the request.
- **errors.UnexpectedStatus** – If the response status code is not documented.
- **httpx.TimeoutException** – If the request takes longer than Client.timeout.
- **Returns:**

* **httpx.TimeoutException** – If the request takes longer than Client.timeout.
* **Returns:**
JobTypeStatisticsQueryResult
* **Return type:**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

Suggested change
* **Return type:**
- **Return type:**

```

Bases: `Protocol`
### *classmethod* create(job, client, logger=None)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

Suggested change
### *classmethod* create(job, client, logger=None)
### _classmethod_ create(job, client, logger=None)

Comment on lines +527 to +531
* **Parameters:**
* **job** (*ActivatedJobResult*)
* **client** ([*CamundaAsyncClient*](async-client.md#camunda_orchestration_sdk.CamundaAsyncClient))
* **logger** ([*SdkLogger*](#sdklogger) *|* *None*)
* **Return type:**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

Suggested change
* **Parameters:**
* **job** (*ActivatedJobResult*)
* **client** ([*CamundaAsyncClient*](async-client.md#camunda_orchestration_sdk.CamundaAsyncClient))
* **logger** ([*SdkLogger*](#sdklogger) *|* *None*)
* **Return type:**
- **Parameters:**
- **job** (_ActivatedJobResult_)
- **client** ([_CamundaAsyncClient_](async-client.md#camunda_orchestration_sdk.CamundaAsyncClient))
- **logger** ([_SdkLogger_](#sdklogger) _|_ _None_)
- **Return type:**

Comment on lines +61 to +64
* **Parameters:**
**value** (*Any*)
* **Return type:**
*BusinessId*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

Suggested change
* **Parameters:**
**value** (*Any*)
* **Return type:**
*BusinessId*
- **Parameters:**
**value** (_Any_)
- **Return type:**
_BusinessId_

Comment on lines +446 to +449
* **Parameters:**
**value** (*Any*)
* **Return type:**
*Tuple*[bool, *BusinessId* | Exception]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

Suggested change
* **Parameters:**
**value** (*Any*)
* **Return type:**
*Tuple*[bool, *BusinessId* | Exception]
- **Parameters:**
**value** (_Any_)
- **Return type:**
_Tuple_[bool, *BusinessId* | Exception]

Comment on lines +117 to +120
| Parameter | Default | Description |
|-----------|---------|-------------|
| `execution_strategy` | `"auto"` | `"auto"`, `"async"`, `"thread"`, or `"process"`. Controls how the handler is invoked and which context type it receives. |
| `startup_jitter_max_seconds` | `0` | Maximum random delay (in seconds) before the worker starts polling. When multiple application instances restart simultaneously, this spreads out initial activation requests to avoid saturating the server. A value of `0` (the default) means no delay. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

Suggested change
| Parameter | Default | Description |
|-----------|---------|-------------|
| `execution_strategy` | `"auto"` | `"auto"`, `"async"`, `"thread"`, or `"process"`. Controls how the handler is invoked and which context type it receives. |
| `startup_jitter_max_seconds` | `0` | Maximum random delay (in seconds) before the worker starts polling. When multiple application instances restart simultaneously, this spreads out initial activation requests to avoid saturating the server. A value of `0` (the default) means no delay. |
| Parameter | Default | Description |
| ---------------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `execution_strategy` | `"auto"` | `"auto"`, `"async"`, `"thread"`, or `"process"`. Controls how the handler is invoked and which context type it receives. |
| `startup_jitter_max_seconds` | `0` | Maximum random delay (in seconds) before the worker starts polling. When multiple application instances restart simultaneously, this spreads out initial activation requests to avoid saturating the server. A value of `0` (the default) means no delay. |

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

* [CamundaClient](client.md)
* [`CamundaClient`](client.md#camunda_orchestration_sdk.CamundaClient)
* [CamundaAsyncClient](async-client.md)
* [`CamundaAsyncClient`](async-client.md#camunda_orchestration_sdk.CamundaAsyncClient)
* [Configuration](configuration.md)
* [`Client`](configuration.md#camunda_orchestration_sdk.Client)
* [`AuthenticatedClient`](configuration.md#camunda_orchestration_sdk.AuthenticatedClient)
* [Runtime](runtime.md)
* [Authentication](runtime.md#module-camunda_orchestration_sdk.runtime.auth)
* [Logging](runtime.md#module-camunda_orchestration_sdk.runtime.logging)
* [Job Worker](runtime.md#module-camunda_orchestration_sdk.runtime.job_worker)
* [Configuration Resolver](runtime.md#module-camunda_orchestration_sdk.runtime.configuration_resolver)
* [Semantic Types](types.md)
* [`lift_audit_log_entity_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_audit_log_entity_key)
* [`lift_audit_log_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_audit_log_key)
* [`lift_authorization_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_authorization_key)
* [`lift_batch_operation_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_batch_operation_key)
* [`lift_business_id()`](types.md#camunda_orchestration_sdk.semantic_types.lift_business_id)
* [`lift_conditional_evaluation_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_conditional_evaluation_key)
* [`lift_decision_definition_id()`](types.md#camunda_orchestration_sdk.semantic_types.lift_decision_definition_id)
* [`lift_decision_definition_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_decision_definition_key)
* [`lift_decision_evaluation_instance_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_decision_evaluation_instance_key)
* [`lift_decision_evaluation_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_decision_evaluation_key)
* [`lift_decision_instance_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_decision_instance_key)
* [`lift_decision_requirements_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_decision_requirements_key)
* [`lift_deployment_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_deployment_key)
* [`lift_document_id()`](types.md#camunda_orchestration_sdk.semantic_types.lift_document_id)
* [`lift_element_id()`](types.md#camunda_orchestration_sdk.semantic_types.lift_element_id)
* [`lift_element_instance_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_element_instance_key)
* [`lift_end_cursor()`](types.md#camunda_orchestration_sdk.semantic_types.lift_end_cursor)
* [`lift_form_id()`](types.md#camunda_orchestration_sdk.semantic_types.lift_form_id)
* [`lift_form_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_form_key)
* [`lift_global_listener_id()`](types.md#camunda_orchestration_sdk.semantic_types.lift_global_listener_id)
* [`lift_incident_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_incident_key)
* [`lift_job_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_job_key)
* [`lift_message_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_message_key)
* [`lift_message_subscription_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_message_subscription_key)
* [`lift_process_definition_id()`](types.md#camunda_orchestration_sdk.semantic_types.lift_process_definition_id)
* [`lift_process_definition_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_process_definition_key)
* [`lift_process_instance_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_process_instance_key)
* [`lift_scope_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_scope_key)
* [`lift_signal_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_signal_key)
* [`lift_start_cursor()`](types.md#camunda_orchestration_sdk.semantic_types.lift_start_cursor)
* [`lift_tag()`](types.md#camunda_orchestration_sdk.semantic_types.lift_tag)
* [`lift_tenant_id()`](types.md#camunda_orchestration_sdk.semantic_types.lift_tenant_id)
* [`lift_user_task_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_user_task_key)
* [`lift_username()`](types.md#camunda_orchestration_sdk.semantic_types.lift_username)
* [`lift_variable_key()`](types.md#camunda_orchestration_sdk.semantic_types.lift_variable_key)
* [`try_lift_audit_log_entity_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_audit_log_entity_key)
* [`try_lift_audit_log_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_audit_log_key)
* [`try_lift_authorization_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_authorization_key)
* [`try_lift_batch_operation_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_batch_operation_key)
* [`try_lift_business_id()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_business_id)
* [`try_lift_conditional_evaluation_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_conditional_evaluation_key)
* [`try_lift_decision_definition_id()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_decision_definition_id)
* [`try_lift_decision_definition_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_decision_definition_key)
* [`try_lift_decision_evaluation_instance_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_decision_evaluation_instance_key)
* [`try_lift_decision_evaluation_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_decision_evaluation_key)
* [`try_lift_decision_instance_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_decision_instance_key)
* [`try_lift_decision_requirements_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_decision_requirements_key)
* [`try_lift_deployment_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_deployment_key)
* [`try_lift_document_id()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_document_id)
* [`try_lift_element_id()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_element_id)
* [`try_lift_element_instance_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_element_instance_key)
* [`try_lift_end_cursor()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_end_cursor)
* [`try_lift_form_id()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_form_id)
* [`try_lift_form_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_form_key)
* [`try_lift_global_listener_id()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_global_listener_id)
* [`try_lift_incident_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_incident_key)
* [`try_lift_job_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_job_key)
* [`try_lift_message_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_message_key)
* [`try_lift_message_subscription_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_message_subscription_key)
* [`try_lift_process_definition_id()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_process_definition_id)
* [`try_lift_process_definition_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_process_definition_key)
* [`try_lift_process_instance_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_process_instance_key)
* [`try_lift_scope_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_scope_key)
* [`try_lift_signal_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_signal_key)
* [`try_lift_start_cursor()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_start_cursor)
* [`try_lift_tag()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_tag)
* [`try_lift_tenant_id()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_tenant_id)
* [`try_lift_user_task_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_user_task_key)
* [`try_lift_username()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_username)
* [`try_lift_variable_key()`](types.md#camunda_orchestration_sdk.semantic_types.try_lift_variable_key)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

* **Parameters:**
* **type_** (*str*)
* **process_definition_id** (*ProcessDefinitionId*)
* **process_definition_version** (*int*)
* **element_id** (*ElementId*)
* **custom_headers** (*ActivatedJobResultCustomHeaders*)
* **worker** (*str*)
* **retries** (*int*)
* **deadline** (*int*)
* **variables** (*ActivatedJobResultVariables*)
* **tenant_id** (*TenantId*)
* **job_key** (*JobKey*)
* **process_instance_key** (*ProcessInstanceKey*)
* **process_definition_key** (*ProcessDefinitionKey*)
* **element_instance_key** (*ElementInstanceKey*)
* **kind** (*JobKindEnum*)
* **listener_event_type** (*JobListenerEventTypeEnum*)
* **tags** (*list* *[**str* *]*)
* **root_process_instance_key** (*None* *|* *ProcessInstanceKey*)
* **user_task** (*ActivatedJobResultUserTask* *|* *None* *|* *Unset*)
* **log** ([*SdkLogger*](#sdklogger))

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

* **Parameters:**
* **client** ([*CamundaAsyncClient*](async-client.md#camunda_orchestration_sdk.CamundaAsyncClient))
* **callback** (*JobHandler*)
* **config** ([*WorkerConfig*](#workerconfig))
* **logger** ([*SdkLogger*](#sdklogger) *|* *None*)
* **execution_strategy** (*EXECUTION_STRATEGY*)
* **startup_jitter_max_seconds** (*float*)

@github-actions github-actions bot temporarily deployed to camunda-docs March 5, 2026 16:27 Destroyed
@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

The preview environment relating to the commit ca14a18 has successfully been deployed. You can access it at https://preview.docs.camunda.cloud/pr-8144/

@jwulf jwulf requested a review from alexronquillo March 5, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deploy Stand up a temporary docs site with this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant