Esempio n. 1
0
 protected override bool InternalExecute(ProcessExecutingContext context)
 {
     if (EntryPointId.IsEmpty())
     {
         EntryPointId = ProcessUserTaskUtilities.AddProcessEntryPoint(UserConnection, EntitySchemaUId, EntityId,
                                                                      UId);
     }
     InteractWithUser(context, IsRunning, ShowExecutionPage);
     IsRunning = true;
     return(false);
 }