Skip to main content

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.

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


Hello, did ‌ response resolve your issue?


Reply