Hello to all! I have a question, is there a way to bind some constant variables to a user task in the camunda modeler? In my process, there are some user tasks that require the user to watch a youtube video and it would be ideal for me to store the URL directly in the task, so I can retrieve it through RestAPI call and pass it to my frontend. I have searched through camunda docs and in this forum but I wasn’t able to find an answer. Should I just declare some form variables and retrieve them as such? Are there other ways to implement such idea?
Thank you for your support!