How do a create multiple workflows for the same item?


Badge +9

I have a parameterized workflow and would like to run the same workflow with different parameters for the same item.

When I try to run the second one, the workflow errors off.  I don't think I can call a site workflow from a list.

Any suggestions?


4 replies

Badge +7

You simply cannot run multiple instances of a workflow on the same item - at least not if it's a list-item workflow. You would need to create a site-workflow to have multiple concurrent instances.

Userlevel 4
Badge +11

Hi,

as previously said, you cannot run several instances of the same list workflow version on the same item, but of course you can start a Site Workflow using web services..have a look to StartWorkflow method in weburl/_vti_bin/nintexworkflow/workflow.asmx

Giacomo

Badge +9

Thanks you're so right. The direction I need to go is to execute a Site Workflow from Web Services within the List Workflow.

Badge +9

Yes I need to execute a site workflow from web services.

Reply