Can't get hold of the user.waveset.roles in my workflow

Hey,
I am developing a workflow process that adds a role to each user during reconsiliation if they don't already have it.
1. It gets the user view.
2.. It checks to see if the user has a particular role. (This is where my problem lies, as the user.wavset.roles value returns null).
3. If the user already has the role the process ends.
4. If the user doesnt have the role it appends it to user.waveset.roles and then checks in the user view.
So at the moment the process always thinks the user hasnt got the role because I can't get user.wavset.roles to return a value. Although I can access it when I append!?
Any ideas anyone why I cant access the user.waveset.roles value in the second step? It prints out that the value is null on the stack trace.
The Activity code looks like this:
<Activity id='5' name='Check Roles'>
<Transition to='end'>
<match>
<upcase>
<block trace='true'>
<ref>user.waveset.roles</ref>
</block>
</upcase>
<upcase>
<rule name='Entrust GetAccess Role Name'/>
</upcase>
</match>
</Transition>
<Transition to='ProcessUser'/>
<WorkflowEditor x='163' y='9'/>
</Activity>

Check once if the variable "user" is holding the user view or not.
I'm not sure if you have already tried this....
If we are getting the user view using a workflow service then by default the fetched user view is placed in a variable called "view". So we may have to use 'view.waveset.roles'.
If we want to store the fetched user view in the variable "user", then in the Action that gets the user view, we may have to return the value from "view" to "user", wherein "user" is a global variable defined at the workflow level.Then we can refer "user" in all the activities throughout the workflow.

Similar Messages

  • How can I get hold of the hWnd for a CWgraph control?

    I wish to plot the area between two cursors on a CWGraph in inverse colour. I believe I can do this if I can get the hWnd of the control. Can I get hold of the hWnd in VB or do I have to go to VC and CW++. (I hope not 'cos I REALLY don't like MFC)
    Paul Rocca

    I have attached here a screenshot of the effect we need to be able to demonstrate. Any ideas for a way of doing something like this in Measurement Studio would be much appreciated.
    Attachments:
    Doc2.doc ‏41 KB

  • Can I get hold of the setup file for an earlier version of Desktop Manager

    Hello,
    I've been using my Blackberry Bold 9700 trouble free for well over 18 months now.  The other day I was prompted to upgrade the OS to level 6, which I did with no problem.  I then noticed that there was also an upgrade for the Desktop Manager software.  I also upgraded this (to version 6).  I'm now really wishing I hadn't....
    Ever since the upgrade I get the BSOD upon initially connecting my BB.  I uninstalled the desktop manager and did a complete reinstall.  This, if anything made matters worse as I then found that any USB device would cause the BSOD once I plugged it in.
    The only way I've been  able to solve this is by totally uninstalling the Desktop Manager and then also going and uninstalling and then reinstalling all the USB controllers from the Windows device manager.
    All I really need the desktop manager for is to tether my BB to get internet acces when I'm off site, and I'd really like to go back to the earlier version but cannot find anywhere to download the setup file.
    I'm running XP Pro by the way.  It's obviously an incompatibility with something on specifically on my laptop which is causing the problem.  I tried installing Desktop Manager 6 onto another laptop running XP Pro and it seems to be fine on there.  I've not really got the time to mess around with this much more though so would prefer just to downgrade back to the previous version on this laptop if someone could point me in the right direction to get hold of the setup file.
    Many thanks.

    Skeets181 wrote:
    I also want to revert back to previous OS. Can you give me the site addy where you downloaded. Thanks
    Skeets
    Device OS, or the Desktop Software.
    Please be specific about what you need.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How can I get hold of the receipt for my Mac bought in NY, Soho

    Hi, does anyone know how or where to get hold of the receipt emailed me when purchased my Mac - trouble with email.

    I have attached here a screenshot of the effect we need to be able to demonstrate. Any ideas for a way of doing something like this in Measurement Studio would be much appreciated.
    Attachments:
    Doc2.doc ‏41 KB

  • HT1222 Can not get mail . The user name or passwords is incorrect

    Can not get e-mail . It states that the user name is incorrect and pass-word is incorrect

    Did you check your settings and make sure that the information is correct?

  • Getting hold of the servlet context within a filter

    How can I get hold of the servlet context from within a filter?

    The Filter has a FilterConfig that contains the ServletContext.
    class myFilter implements Filter {
       private FilterConfig config;
      public void init(FilterConfig filterConfig)
              throws ServletException {
            this.config = FilterConfig;
        public void doFilter(ServletRequest request,
                         ServletResponse response,
                         FilterChain chain)
                  throws java.io.IOException,
                         ServletException {
              ServletContext context = this.config.getServletContext();
    }

  • How to get hold of the JavaFX applet in some java code called from it

    I have a scenario where I am trying to reuse some java libraries that existed before and used the Applet API. In order to give a new UI to these APIs I am redesigning the front end using JavaFX. I can create instances of java classes from these old libraries. Methods on these old classes take java.applet.Applet as an argument.
    When the JavaFX applet is deployed as an applet, how can one get hold of the corresponding Applet object?
    Thanks in advance.

    When run as an applet, FX.getArgument("javafx.applet") will return the JApplet instance.

  • Apple Users Can't Get Rid Of The New 'Super Cookies' That Track Private Web Browsing

    Further to the article "Apple Users Can't Get Rid Of The New ‘Super Cookies’ That Track Private Web Browsing" https://ca.finance.yahoo.com/news/apple-users-cant-rid-super-180500863.html, is there a solution to resolve this security issue?
    Here's an excerpt from the above mentioned article;
    "Apple users are particularly vulnerable, as their devices do not have a function that lets users delete super cookies from their browsers.
    Most websites place what’s called a “cookie” on visitors’ computers, which is used to track them and record their preferences. It’s how websites can remember your password, for example. Like your web browsing history, they’re easy to delete. If you use your browser’s “private browsing” mode they’re never saved in the first place — and advertisers can't track you, and other computer users can't go back and see what you looked at.
    However, a flaw in a modern web security feature called “HTTP Strict Transport Security” (HSTS) allows websites to plant “super cookies” that can be used to track web users’ browsing habits even when private browsing is enabled.
    Here’s how it works.
    Security researcher Sam Greenhalgh writes that HSTS “allows a website to indicate that it should aways be accessed using a secure connection that encrypts your communication with the site.” This “flag” is then saved by your web browser, ensuring that any future visits to the website are secure. But this can also be abused, using this feature to store a unique number that can be used to track your web browser.
    And because HSTS carries over into private browsing, it means the “super cookie” can be used to track you whether you’re attempting to cover your steps or not.
    Greenhalgh says that Apple’s Safari web browser is especially vulnerable to the exploit. While clearing cookies on Mozilla’s Firefox, Google Chrome or Opera also erases HSTS flags, deleting the super cookies, there’s no way to do so on Safari on iOS devices.
    This means that if you’ve had super cookies placed on your iPad or iPhone, there’s effectively no way to get rid of them short of reformatting the entire machine."

    Hi all,
    I tried this with IOS 7.1.2 Safari on an iPad retina and the super cookie did not persist after web data and history was deleted.
    I also tried this with IOS 8.1.2 Safari on an iPhone 6, and the super cookie persisted even after deleting web history and website data.
    Evidently it was ok on 7.1.2 and broken on 8.1.2.

  • HT201272 My laptop pc got stolen, how can I get hold of all the itune music I purchased, or at least get a list for insurance?

    My laptop pc got stolen, how can I get hold of all the itune music I purchased, or at least get a list for insurance?

    Yu can try this program.  If unsuccessful, the contents of the iPod will be deleted if yu update/restore with the iPod in recovery mode.
    RecBoot: Easy Way to Put iPhone into Recovery Mode | Jaxov

  • Got a new Samsung galaxy s3 and can't get messages from iphone users now. Don't have the old iphone to change the settings ! please help . need to know how I can get messages on my galaxy

    Can't get messages from iphone users on my new Samsung g allaxy and don't have my old iphone anymore ! Please help !

    Read here under no longer have device:
    http://support.apple.com/kb/ht5661
    Be aware, changing your Apple ID password doesn't always work, & can take up to 45 days to work.
    It's either that, or you call AppleCare & have them fix.

  • I am trying to setup my ipad 2 but I can't get back to the wi-fi connections section.  How do I get there, nothing is working.

    I am trying to setup my ipad 2 but I can't get back to the wi-fi connections section.  How do I get there, nothing is working.

    The Wi-Fi connections section is in Settings > Wi-Fi
    If the home screen is not visible tap the Home button, the button on the front of your iPad that has the rounded square in it. Once you reach the Home screen swipe through the screen of apps until you find the Settings app. Tap Settings and go to Wi-Fi.
    If your iPad is completely non responsive, try a restart.
    Press and hold the Home button and the Sleep button simultaneously ignoring the red slider. Keep holding until the Aple logo appears and your iPad will restart.
    The sleep button is on the side of your iPad on the side opposite from the Home button.

  • I tried to download a Cisco webex application.  The app did not download and I also can't open the app.  The problem is that I can't get the webex screen to close, it is stuck open and I can't get back to the app home page!

    I tried to download a Cisco website application.   The app did not download and it is stuck on the window where it has the option of open.....it will not open.  The problem is that I cannot get the window off the screen and I can't get back to the App Store home page!   Help! Thanks

    Try this.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Desktop Manager "disconnected" and I can't get rid of the error message

    I just purchased a Blackberry Curve 8530, running v5 software, my computer is Windows 7. I installed the 501_b073_multilanguage software that I downloaded from Blackberry's website. When I launch the Desktop manager I get this message: "Before you begin, verify that your current BlackBerry device is connected to your computer." The troubleshooting posts I've seen on this forum include many tips (the ones I've tried are below). One in particular I can't do is "The desktop manager is showing "disabled."
    -Make sure that the user has gone into the desktop manager and selected options > connection settings > detect."
    ... because I can't get rid of the error message dialoge box, and I can't click on the options menu in the BB Desktop Manager.
    I have tried the following:
    uninstalled it and reinstalled it twice - 2nd uninstall was a "hard" uninstall where I deleted the registry files by hand
    moved the cable to the USB port in the back (after trying both the ports in the front) of the computer
    restarted the computer many times
    hard booted the phone by removing the battery
    plugged in, removed, and replugged in the phone.
    Also:
    The phone is installing correctly when I plug it in, but the software still doesn't seem to see it.
    In the Device Manager, the BlackBerry is showing up under Portable Devices. Double-clicking on it gives me the reassurring "This device is working properly." message.
    The Com1 port is working properly also, according to the Device Manager.
    Double-clicking on the device manager icon to get the properties shows that the Com1 port is "disconnected" -- when I try to configure it it just pops back to the disconnected state.
    If someone has an idea or something I haven't tried I'd sure appreciate it!!
    Thanks!
    K
    Solved!
    Go to Solution.

    Okay, folks, after a 3 1/2 hour phone call with a (very patient) telephone support person at Blackberry, here's what I learned.
    You can check your USB drivers this way:
    Plug in your phone into your USB drive. Assuming your Blackberry is "seen" by your computer...
    Go into the Device Manager on your computer (control panel)
    Expand the Universal Serial Bus controllers item on the bottom of the list
    Right-click on BlackBerry Smartphone and choose Properties
    Click on the Driver tab
    Click on the Driver Details button
    You should see one driver. I saw two. The one the BlackBerry likes is the RimUsb one.
    So here's what NOT to do: We tossed the entire driver that was the "extra". This effectively made using my mouse and keyboard impossible, as they are USB, and sent my poor husband into the basement to find a million-year-old keyboard (and then a mouse) with the old fashioned kind of connectors (PS2). Bleh. Don't do that.
    Here's what I did that worked (not saything this will work for you -- this modifies the Registry so better do a system backup with that backup and restore if you're nervous about this sort of thing):
    From the start menu, choose run, and type regedit to get into the Registry editor.
    Follow this file path: Computer, HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Control, Class
    Click on: {36FCE60-C465-11CF-8056-4445535400000}
    If there's an item on the right called "UpperFilters", delete it. (see pictures)
    Hope this helps someone.
    Karin
    First pic: shows "before"
    Second pic: shows full file path and "after"

  • Hi, just updated hubby's iPhone 4 and all of his music has disappeared from the iPhone and from the iTunes library! He does have music still stored on his iPod, but can't get it from the library on his iPod back to phone or itunes. technophobe help pls!

    and all of his music has disappeared from the iPhone and from the iTunes library! Luckily he does have music still stored on his iPod, but I can't get it from the library on his iPod back to the phone or to itunes.Please help, but technophobe so put it in simple english please!

    Sounds like the music you had on your phone was not the same music on his computer. The iPhone/iPod touch is not designed to be a storage device. When you sync with a computer that doesn't have your music, it deletes your music from your phone.
    Was this music you purchased from iTunes? if so, and you are in the US, tap on itunes app, tap updates, tap purchased and tap on the cloud icon to get each song back. If you're not int he us, get iOS5 update later this week and do the same.
    But you need to move your itunes library to his computer. Create a user account on his macbook pro for you. From your external drive backup, load your itunes library on it. Then sync as usual! (Don't tell me you don't have a backup for your computer!)

  • How can i  get report no of user login in system

    Hello
    how can i  get report no of user login in system
    means user license login per day in system
    what is strategy of SAP against licenses audit
    how can i manage my license users ??????????
    Jayesh

    Hi Jayesh
    You can use the Audit Transactions. Set the Audit Profile with Tx SM19 and then report with Tx SM20.
    You can also use the programs CCUINIT and CCUEVAL. Report CCUINIT initialises the measurement of current users and report CCUEVAL will provide the report and the logs for you to download.
    Also regarding the licensing of users,
    Refer to http://www.sap-img.com/sap-overview/help-to-understand-sap-licenses.htm
    and https://websmp104.sap-ag.de/licenseauditing
    You will get everything you need
    Rohit

Maybe you are looking for