Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the correct way to bind taskid property inside a replicator activity?

I want to bind taskid to createTask and onTaskChanged activity that are inside my replicator activity configured to run in parallel mode.

I have bound it to a workflow field created by me but it seems to have some concurrency problem because I have bound a different parallel block of code to the same field.

What is the correct way to bind taskid property inside a replicator activity?

like image 885
Ricibald Avatar asked Nov 25 '22 19:11

Ricibald


1 Answers

In CreateTask go to Properties. Click TaskItemId and click bind. Bind it to a new property. In this property setter, value will give you task Id. This property setter is called every time a new task is created. Generate Edit Task Link here and send email if you want

like image 112
SPWFman Avatar answered Dec 05 '22 15:12

SPWFman