Is there anyway to show more information about a running/active task? For example, I have a snapshot workflow that waits for user interaction to delete it. Assuming there might be several of these alive at any given point I'd like to help my users identify which running task they should interact with.
I tried adding the name of the VM to the Business State in the workflow, but Business State is read-only. I then tired to add the VM name as an attribute to the presentation side of the user interaction, but apparently you can only show external inputs on the presentation and those cannot be set to read-only, which is not ideal since I don't want the user mucking with that.
Any suggestions? This is in lieu of being able to send a direct link to the running task within the perspective, which is what I was doing when using webviews (e.g. workflow.getAnswerUrl).
Thanks!