Workflow Soluiton

 View Only
  • 1.  Multiple Response in DialogWorkflowComponent

    Posted Jun 05, 2013 01:07 AM

    Hello,

    As per my undestanding, DialogWorkflowComponent generates a ResponsePageURL. Then we use this ResponsePageURL in an email which is sent to a user and if it is clicked, it moves further to the workflow in Interaction Setup tab and proceeds accordingly.

    Also, in Interaction Setup tab we can set it up to accept multiple responses.

    However, how do I setup the Start Process workflow to send multiple responses?
    For eg. 2 links should be sent to the user in an email using Send Email component in Start Process. Each link will have a specific response name (Yes / No). Now once user clicks on either links, it should go to their respective pages.

    Request to please guide / advise.

    Thanks
    snm1502



  • 2.  RE: Multiple Response in DialogWorkflowComponent

    Posted Jun 07, 2013 03:44 AM
      |   view attached

    Hello,

     

    I have made a workflow with 2 possible responses: Approve and reject.

    In the dialog workflow under interaction setup I added the following config:

    • change the default respond to Approve
    • in the dialog model connected the start to end component
    • checked Allow Multiple Responses
    • Add a dialog model named Reject and edited that dialog model
    • In the following window, under Dialog model connected Start to end component

    I have made a couple of printscreens in the attached file so you can see the dialogmodel configs

    I hope this answers your question

    Greetings,

    Bart

     

    Attachment(s)

    docx
    multresponse.docx   66 KB 1 version


  • 3.  RE: Multiple Response in DialogWorkflowComponent
    Best Answer

    Posted Jun 07, 2013 04:48 PM

    Take note of how the Multiple Response Dialog Models are named in the example below:

    MultResponse1.png

     

    Then in your Send Email component, look for the variables on the left side in the format of "Response<Mutliple Response Dialog Model Name>PageLink" and "Response<Multiple Response Dialog Model Name>PageURL". The two other variables ResponsePageLink and ResponsePage URL are to be used to link back to the main Dialog Model ("Reschedule Change Control" in the example image above).

    You'll see examples of what I'm talking about in the image below. In that image, I'm formatting a Comment in an Altiris Helpdesk ticket to have create links using the URL variables. In a SendEmail component, you would drag and drop the "Response<Mutliple Response Dialog Model Name>PageLink" into the email body to create links back to the appropriate Multiple Response Dialog Model.

    MultResponse2.png

    Hope that helps!



  • 4.  RE: Multiple Response in DialogWorkflowComponent

    Posted Jun 09, 2013 11:01 PM

    Thanks for the responses Guys.. Both of the messages helped me one in setting up other in using it in Email :).

    I also referred a Symconnect post that guided me as well... Pasting it below for any future reference.

    https://www-secure.symantec.com/connect/forums/how-work-quick-link-dialog-component

    Thanks again.
    snm1502