How to list Global Process
search cancel

How to list Global Process

book

Article ID: 237236

calendar_today

Updated On:

Products

SOLVE:Operations Automation

Issue/Introduction

Are there any NCL or functions to list global process ?

Environment

Release : All

Resolution

Found a sample NCL to list PROCESS (GLOBAL and LOCAL) and it is attached in the KD.
Sample listing is as follows;
-----------------------------------------------------------------
*PROCESS  NAME : GENA   (SYSTEM NAME:DEMO VERSION:0001)
        DESC : SAMPLE: GENERATE AN ALERT. SUPPY DESC= SEV=
        STEP : S1;;GENALERT;GENERATE AN EVENTVIEW ALERT
                TEXT="TEST ALERT" SEV=4 REF="TEST" ORG=ALERTMACRO
                DESC1="TES ALERT"
-----------------------------------------------------------------
*PROCESS  NAME : GENALERT  (GLOBAL)
        DESC : SAMPLE: GENERATE AN ALERT. SUPPLY DESC= SEV=
        STEP : S1;;GENALERT;GENERATE AN EVENTVIEW ALERT
                TEXT="" SEV= REF="" ORG=ALERTMACRO
-----------------------------------------------------------------

Attachments