Esempio n. 1
0
 public IntermediateCatchTimer1FlowElement(UserConnection userConnection, TelegramBot process)
     : base(userConnection)
 {
     UId                = Guid.NewGuid();
     Owner              = process;
     Type               = "ProcessSchemaIntermediateCatchTimerEvent";
     Name               = "IntermediateCatchTimer1";
     IsLogging          = true;
     SchemaElementUId   = new Guid("0983e9b1-f489-4de1-a87b-ce17ea801893");
     CreatedInSchemaUId = process.InternalSchemaUId;
 }
Esempio n. 2
0
 public ProcessLane1(UserConnection userConnection, TelegramBot process)
     : base(userConnection)
 {
     Owner = process;
     IsUsedParentUserContexts = false;
 }