Logging in Code Source Files

Hello,

Code Source Files allow you to enhance coded workflows by building and registering shared services. However, they do not have direct access to the Log() method included in the CodedWorkflow partial class.

Has anyone found a solution to enable some sort of logging in these files that is visible via Orchestrator?

Thanks.

Hello all,

Here is what you can do. You can pass services.OutputLoggerService in through the constructor of your code source file classes. This way, you can build service classes that are able to log by being passed the service at run time

Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.