WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Adam > Forum messages

Adam

User

Hi, Why is only one task created, and everything executes in it, when I execute the following code in a loop: args.TransitionInfo.TasksToAdd.Add(new WebCon.WorkFlow.SDK.Common.Model.NewTaskData(new WebCon.WorkFlow.SDK.Common.Model.UserInfo("webcon", "webcon"))); Best regards.

Hi, Why is only one task created, and everything executes in it, when I execute the following code in a loop: args.TransitionInfo.TasksToAdd.Add(new WebCon.WorkFlow.SDK.Common.Model.NewTaskData(new WebCon.WorkFlow.SDK.Common.Model.UserInfo("webcon", "webcon"))); Best regards.

Hi Daniel, Thanks a lot. do you have any example of how to use it and how it works? Best regards, Adam

Hi, I am creating a plugin for webcon in C#. I need to start a new task from the code level. Is there any dedicated function for this? Best regards