Process Model Utilities

Overview

Provides a collection of Smart Services and Functions to manage and analyze several process model settings

Key Features & Functionality

Functions:

  • filterCustomCleanupWithinGivenDays
  • getPMAlertsRecipients
  • getPMCleanupSettings
  • getModelsWithGivenTimerTrigger

Smart Services

  • Delete Process Model Version
  • Generate Models Security Report
  • PMAlertsRecipientsSetter
  • PM Cleanup Settings Setter
  • PM Custom Dashboard Remover
  • Process Dashboard Remover
  • Update Custom Sender
  • Set Model Security
  • Set Email Attachments Folder
  • Hide/Show Sections in Task For Models
  • PM Find Models Modified After

!!!! WARNING: !!!! The Delete Process Model Version smart service should be executed over versions you don't have running instances on. You can use a process model report to determine whether you can safely delete versions or not. The reason being this will delete the XMLs from the file system as well , which are used by running instances. Make sure you delete only those versions from which you no longer have process instances running.

Anonymous
Parents
  • Hi all,
    I've just upgraded to 3.1.3 and having an issue with the cancel process smart service v2 node.
    As input I'm providing 
    cancel Async Subs : True
    dry run : True
    processId's :tointeger(pv!processIDs)

    where processIDs are an array (orignally text) of 268572139; 268572141

    Ouputs are the defaults mapped to pv! as usual.


    However at run time the node is failing with the following message : 

    [Lcom.appiancorp.suiteapi.process.ProcessSummary; cannot be cast to [Ljava.lang.Long;


Comment
  • Hi all,
    I've just upgraded to 3.1.3 and having an issue with the cancel process smart service v2 node.
    As input I'm providing 
    cancel Async Subs : True
    dry run : True
    processId's :tointeger(pv!processIDs)

    where processIDs are an array (orignally text) of 268572139; 268572141

    Ouputs are the defaults mapped to pv! as usual.


    However at run time the node is failing with the following message : 

    [Lcom.appiancorp.suiteapi.process.ProcessSummary; cannot be cast to [Ljava.lang.Long;


Children
No Data