camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.03k stars 1.53k forks source link

Obtaining parent taskId #4366

Closed JETCHEN1990 closed 1 month ago

JETCHEN1990 commented 1 month ago

Hello, how can we better pass the current taskId to the next step when transferring the current step? If we use variable methods, it may be overwritten or the taskId of the branch structure cannot be passed when encountering a gateway. Is there a good way to solve this problem

### Tasks
JETCHEN1990 commented 1 month ago

The parent_task_id in the act_hi_taskinst table is always null, causing the current node to not be able to retrieve which user node passed over

yanavasileva commented 1 month ago

Hi @JETCHEN1990,

Thank you for your interest in our product.

This looks more like a usage question instead of a bug. Please bring this topic in the forum. If you're certain it's a bug in the product, please fill out the bug template in the ticket's description with an project example and steps to reproduce.

I am closing the ticket now, it can be reopened in case of any need.

Best, Yana