Skip to main content
Nintex Community Menu Bar

Start a list workflow from a site workflow (subtopic: Flex tasks)

  • June 13, 2019
  • 3 replies
  • 18 views

naccarati
Forum|alt.badge.img+5

Hi,

I'd like to create a site workflow that loops through a list for specific conditions.  When it finds those conditions, I'd like the site workflow to start a list workflow on the item that meets the conditions.

Why?  Has to do with Flex Tasks.  From what I can tell, and I could be very wrong, assigning a flex task doesn't work well in a for each loop.  At least, I haven't been able to get it to work.

Any ideas anyone?

Thanks!

 

3 replies

Forum|alt.badge.img+14
  • Scholar
  • June 14, 2019

naccarati
Forum|alt.badge.img+5
  • Author
  • June 14, 2019

And this can be done inside the for each loop? And is has to be farm credientials to do the soap thing?


Forum|alt.badge.img+14
  • Scholar
  • June 17, 2019

sure, you can call webservice from within the loop.

 

you do not need farm credentials. you can run it with whatever user account. of course, restrictions applied to the user account will apply to webservice call as well.