Hoppa till huvudinnehållet

Configure Workflow Container with image

Kommentarer

2 kommentarer

  • Zack Robison
    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
  • John Nerge
    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

Du måste logga in om du vill lämna en kommentar.