You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a process that has a call activity. The call activity is linked to a process that itself has a user task with a linked form.
When I start a process instance using the Play function, it fails to call the call activity, claiming it cannot find the process by its BPMN Id.
Play is able to display the form from a user task in the top level process. It is also able to invoke a call activity if that call activity does not have a user task with a linked form.
I suspect that Play is trying to deploy all the resources to its temporary cluster, but is unable to do so for forms that are linked to a process that is then linked from a call activity.
Steps to reproduce
I have attached the process application that can re-produce the error. If you run the process you should see the following:
First you will see that it has called the call activity that does not have the user task successfully:
Then you should be able to select to show the form:
When you complete the form, you should then see the following error:
Expected behavior
I would expect to be able to display the linked form regardless of where in the call hierarchy the user task is placed.
Environment
Camunda SaaS:
Here is the process application to re-produce the error: Play Form Test.zip
Additional context
No response
The text was updated successfully, but these errors were encountered:
jphillips-bp3
changed the title
Camunda Play cannot find call activity that has user task and linked form
Camunda Play in Web Modeler cannot find call activity that has user task and linked form
Jul 17, 2024
Describe the bug
I have a process that has a call activity. The call activity is linked to a process that itself has a user task with a linked form.
When I start a process instance using the Play function, it fails to call the call activity, claiming it cannot find the process by its BPMN Id.
Play is able to display the form from a user task in the top level process. It is also able to invoke a call activity if that call activity does not have a user task with a linked form.
I suspect that Play is trying to deploy all the resources to its temporary cluster, but is unable to do so for forms that are linked to a process that is then linked from a call activity.
Steps to reproduce
I have attached the process application that can re-produce the error. If you run the process you should see the following:
First you will see that it has called the call activity that does not have the user task successfully:
Then you should be able to select to show the form:
When you complete the form, you should then see the following error:
Expected behavior
I would expect to be able to display the linked form regardless of where in the call hierarchy the user task is placed.
Environment
Camunda SaaS:
Here is the process application to re-produce the error: Play Form Test.zip
Additional context
No response
The text was updated successfully, but these errors were encountered: