Tagged Questions
0
votes
0answers
170 views
How to modify replicator activity
I'm using a Replicator Activity in my Workflow.
I would like at some point, to modify the list I've given to InitialChildData.
I've tried to do something like :
...
1
vote
1answer
763 views
Output parameters in sharepoint designer are not working
Here is what I have
A custom activity with 2 in parameters and 2 out parameters.
The custom activity code works fine and in debugging mode the parameter is set.
I created some log activities, after ...