/ Published in: C#
Properties available when adding a task to Taskflow
Expand |
Embed | Plain Text
Task AddTask([string team,] string description, byte stage, string group, string filter[, DateTime due]); CurrentFile.Update(); //Example 1 AddTask("Send reconsideration letter to client", 4, "","tsk_4_60_ReconLtr_Refused"); CurrentFile.Update(); //Example 2 AddTask("Beta Team","Send reconsideration letter to client", 4, "Refused","tsk_4_60_ReconLtr_Refused", DateTime.Now.AddDays(1.0)); CurrentFile.Update();
You need to login to post a comment.
