BG

So I need to find the log model for a specific workflow and I want to search for it using the attribute "workflow ID" but want to find only the log model. I'd do that by using the Find() method, and limiting it to APG log models, but I need the model type number for this. Any idea where I can find that?

Thank you in advance

 

Edit: it seems that when searching for all models with that workflow ID it does find the log model and I even manage to unlock the log model, but I can't delete.

so my code is: 

       logModel= ArisData.getActiveDatabase().Find(Constants.SEARCH_MODEL, -1, 658661, g_nLoc[0], workflowID, Constants.SEARCH_CMP_EQUAL);

       if (logModel == null){

           logModelDeletionStatus.push("failed at finding");

       }

       else {

           logModelUnlocked = g_locking.unlock(logModel, true);

           if (logModelUnlocked.Success()){

               logModelDeleted = logModel.Delete;

               if (logModelDeleted){

                   logModelDeletionStatus.push("ok");

               }

               else if (!logModelDeleted){

                   logModelDeletionStatus.push("failed at deletion");

               }

           } 

           else {

                logModelDeletionStatus.push("failed at unlocking");    

           } 

       }

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock