Lesson 2 - Practice 4 help

Hello,

I am struggling with Leason 2 Practice 4 and wondering if anyone can help. I am not sure how to create or what a logging workflow is. Does anyone know?

I also don’t understand how or why the worflow file name in the ‘Invokeworkflow’ activity must be xmal.

Thank you

Hi,

  • Like in any other development process u can use logging function. There is a activity named Log message u can use this activity to place a log which will be displayed in the output panel.

  • If u are trying to catch and log a error message try using try catch and in catch block select the type of error u want to catch and place the log message activity into which u can include the catched error message which will be displayed in the output panel

Capture

1

2

1 Like

Thank you for your response.