示例#1
0
 public SayHiToAllConnectedUsersUserTaskFlowElement(UserConnection userConnection, NotificationTestProcess process)
     : base(userConnection)
 {
     UId                = Guid.NewGuid();
     Owner              = process;
     Type               = "ProcessSchemaUserTask";
     Name               = "SayHiToAllConnectedUsersUserTask";
     IsLogging          = false;
     SchemaElementUId   = new Guid("8373d1ca-61b4-4119-929b-e52ef624f718");
     CreatedInSchemaUId = process.InternalSchemaUId;
 }
示例#2
0
 public ProcessLane1(UserConnection userConnection, NotificationTestProcess process)
     : base(userConnection)
 {
     Owner = process;
     IsUsedParentUserContexts = false;
 }