Skip to main content
Nintex Community Menu Bar

How to query an item related task in a website workflow

  • November 25, 2015
  • 2 replies
  • 12 views

Forum|alt.badge.img+1

Hallo,

 

i got a website workflow that cycles trough a list. There is a list workflow startet on most of the items in that list, which assign tasks.

The website Workflow that cycles trough the list, needs to send out E-Mail notifications containing the URL to the task related to the specific list item.

 

Here is my question: How do i query the URL of an item releated task in a website workflow. This is easy in a list workflow, but i can't figure it out in a website workflow.

To be more specific: I got a list item and i need to know the URL of the task that is related to the list item.

 

Any of you got an idea?

 

Thank you.

 

Greetings.

2 replies

Forum|alt.badge.img+7
  • November 25, 2015

Hi,

You can use the workflow.asmx web service, you'll find it in '/_vti_bin/NintexWorkflow/Workflow.asmx'

It's GetRunningWorkflowTasksForListItem operation should give you the information you're after, the help documentation for it is here, http://help.nintex.com/en-US/sdks/SDK2013/#Reference/SOAP/NW_REF_SOAP_GetRunningWorkflowTasksForListItem.htm%3FTocPath%3…

Jan


Forum|alt.badge.img+12
  • February 4, 2017

Hello, did ‌ response resolve your issue?