<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: workflow user decision problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-user-decision-problem/m-p/3085884#M731843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an user exit for customizing our work items but I am afraid that will it be applicable to your requirement. I tried your scenario to pass variables to the user decision, but i failed. Experts please share your views. Is it possible to pass variables to user decisions using user exits?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2007 07:37:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-20T07:37:22Z</dc:date>
    <item>
      <title>workflow user decision problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-user-decision-problem/m-p/3085881#M731840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a problem on using the user decision in workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a workflow with a user decision that has 3 user decision options (basketball, volleyball, and badminton)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After i selected one of them and flagged them as finished.&lt;/P&gt;&lt;P&gt;I'd like to loop again with that user decision but the decision options now will be the remaining two and the other one will not be displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: &lt;/P&gt;&lt;P&gt;BEGINNING&lt;/P&gt;&lt;P&gt;  options:&lt;/P&gt;&lt;P&gt;     basketball (selected)&lt;/P&gt;&lt;P&gt;     volleyball&lt;/P&gt;&lt;P&gt;     badminton&lt;/P&gt;&lt;P&gt;AFTER LOOP&lt;/P&gt;&lt;P&gt;  options:&lt;/P&gt;&lt;P&gt;     volleyball&lt;/P&gt;&lt;P&gt;     badminton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the question:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; how will i do that? &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to make a workflow with using only one user decision. Based on my thinking i would come up with so many user decisions if i randomly select the decision options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Points will be given for any answers that would come up with an idea..&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 16:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-user-decision-problem/m-p/3085881#M731840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T16:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: workflow user decision problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-user-decision-problem/m-p/3085882#M731841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use three different decisions, and check for the condition, when the particular PB is selected then pass the other two as variables to the next decision.&lt;/P&gt;&lt;P&gt;Try out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 06:47:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-user-decision-problem/m-p/3085882#M731841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T06:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: workflow user decision problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-user-decision-problem/m-p/3085883#M731842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Feddie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I pass a variable in the decision options?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 03:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-user-decision-problem/m-p/3085883#M731842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T03:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: workflow user decision problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-user-decision-problem/m-p/3085884#M731843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an user exit for customizing our work items but I am afraid that will it be applicable to your requirement. I tried your scenario to pass variables to the user decision, but i failed. Experts please share your views. Is it possible to pass variables to user decisions using user exits?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 07:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-user-decision-problem/m-p/3085884#M731843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T07:37:22Z</dc:date>
    </item>
  </channel>
</rss>

