Does anybody know how I can set up a manually activated tasks in a way, that it changes the status directly to the edit mode with one click? So that the user does not need to first click to activate it, and then click a second time to open it?
Note that this is the open-source forum. As Design is an enterprise product, the question is better suited on the enterprise forum: https://forum.flowable.com/
Assuming you’re talking about Flowable Work (as you mention Design), isn’t that what happens? The task is already open to click on the activate button.
That’s a more tricky problem: there could be 0-x tasks active when the process instance is started. A new query would need to be fired from the UI and a random one would show up (hence why now nothing is shown)
Ah I see, alright thank you for the hint regarding the forum.
Well let’s say, the usability “problem” occurs in Flowable Work and I hope to find the solution to it within Flowable Design (tweaking an attribute on the task in the CMMN editor).
For us the user journey in Flowable Work is like this:
User klicks on the manually activatable task
After the click the tasks gets listed in the tasklist
User klicks on the task in the tasklist to open and edit it.
And naturally the second click should be saved, as the user clearly wants to open and edit the task, when he first clicks on the manually activatable task.
Maybe something is set up differently, that is why it happens differently for you, I don’t know…