Configure Workflow Container with image
Is there a way to add an image to a Configure Workflow Container activity, or to make a Display Form stay open but continue on to another task in a workflow?
As part of a mailing label workflow, I want to show a gif of me drawing a freehand shape on the map as a visual cue for what the user needs to do. I'm using AddStatus to tell the user to draw a shape, but in my experience that's not a strong enough signifier to get the user to do something. I'm also using Configure Workflow Container, but again that's just text and not as instructive as an animation.
I could put the gif in a Display Form, but then I'd have to require the user to click a button to close it and then draw the shape, which would also hide the animation.
Any ideas for another way or a workaround?
0
-
I don't know about the image idea, but have you tried using the parallel activity with a DisplayForm activity to complete your other tasks while the DisplayForm is open? I like to process what I can in the background while waiting for user input myself, so have been using this control flow activity where I can though admittedly its application is typically limited by the fact that I need whatever I'm asking from the user in said DisplayForm before hitting the real processing in a workflow. 0 -
I tried using a parallel activity, but it seems like the workflow is waiting to execute anything client-side until after clicking a button on the display form. If I remember correctly, that's how parallels work with client side activities (i.e. they do them in sequence instead of simultaneously). Thanks for the idea, though. 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare