Exemplo n.º 1
0
 public OpenLicPageFlowElement(UserConnection userConnection, OpenLicUsersGridPageProcess process)
     : base(userConnection)
 {
     UId                = Guid.NewGuid();
     Owner              = process;
     Type               = "ProcessSchemaUserTask";
     Name               = "OpenLicPage";
     IsLogging          = true;
     SchemaElementUId   = new Guid("29165a53-d86a-4982-8f19-7575c83caf88");
     CreatedInSchemaUId = process.InternalSchemaUId;
 }
Exemplo n.º 2
0
 public ProcessLane98(UserConnection userConnection, OpenLicUsersGridPageProcess process)
     : base(userConnection)
 {
     Owner = process;
     IsUsedParentUserContexts = false;
 }