The replicator tag has no wiki summary.
0
votes
0answers
61 views
How to add additional workflow task in SharePoint workflow?
I am developing a sequence workflow. It contains a Replicator and its InitialChildData property is bound to the list of strings representing users. The activity that gets replicated is the workflow ...
0
votes
0answers
166 views
Replicator in Workflow gives Error Occurred
I have a very simple workflow:
I am trying to create 2 tasks in a replicator.
public sealed partial class Approval_Workflow : SequentialWorkflowActivity
{
public ArrayList Approvers = ...