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