This page lists the Business Process Tasks in CIC Studio under the Logging category. Here's a simple rundown of each action:
Create Log of Connection – Writes a log entry tied to a specific connection, using a storage node and a log object as inputs.
Create Sortable Message Logs – Generates log entries that can be sorted, based on an application batch ID and a work file ID.
Get Process Number – Retrieves the current process number from the Auditor. Useful for tagging things like failure emails with the process number of the collaboration that last touched a record.
RetrieveEdiInterchangeData – Pulls EDI interchange data tied to a specific interchange log ID, optionally storing the retrieved data.
UpdateConnectionLogStatus – Updates the status of a connection's log (e.g., success/failure), with optional description and session info.
UpdateLogStatus – Updates the status of a given log entry.
In short, these are all small building-block tasks used in CIC Studio Business Processes to create, update, and retrieve logging information as data moves through an integration.
A log reference tied to the batch a message belongs to — presumably
used to group multiple messages processed together as part of
one batch run.
Yes
Log of Work File Id
Log
A log reference tied to the specific work file (the physical file/data instance) being processed — likely used to associate the log entry with the exact file instance for traceability.
Yes
Get Process Number (GetProcessNumber)
This task retrieves the current process number within the Auditor.
For example, to update a Data Source with the Process Number of the Collaboration that processed the record last, use the Get Process Number task to populate a variable in a Business Process and then set a value in a Source Context Point for a transformation. Include the Process Number in a "failure" e-mail. You could first get the number of the process with this task, then concatenate or replace a keyword using the string tasks to the e-mail’s Subject or Message parameter values.
Parameter
Type
Description
Required
Process Number
String
Retrieves the current process number within the Auditor.
Comments
0 comments
Please sign in to leave a comment.