/
Process Information Snippet
Process Information Snippet
This snippet might be used to add useful information about the process execution - for instance information about parameter values being used or information about process start.
Prolog, Metadata, Data, Epilog:
sMessage = 'Data processing start.';
sSequenceID = NumberToString( nMultiMsgJSON );
sMessageJSON = INSRT(' "message":"', sMessage | '"', 1);
sMultiMsg = Expand( '%sMultiMsg%' | If(LONG(sMultiMsg)=0, '', ', ') | '"' | NumberToString( nMultiMsgJSON ) | '":{%sMessageJSON%}' ); nMultiMsgJSON = nMultiMsgJSON + 1;
LogOutput( 'Info', sMessage );
, multiple selections available,
Related content
Subprocess (without messaging) Error Detection
Subprocess (without messaging) Error Detection
More like this
Final Message with Record Count and Time Stats
Final Message with Record Count and Time Stats
More like this
Declaration Snippet*
Declaration Snippet*
More like this
Subprocess (with messaging) Error Detection and Message Passing
Subprocess (with messaging) Error Detection and Message Passing
More like this