Question

How to debug script task in business process

I want to debug the script task in business process, how to debug it? using visual studio or any other method

Like 1

Like

4 comments
Best reply

Hello,
The script task can be debuged as any other source code in the system. Your BP should have a dedicated .cs file that can be debuged as others, more on it in this article.
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor…

Hello,
The script task can be debuged as any other source code in the system. Your BP should have a dedicated .cs file that can be debuged as others, more on it in this article.
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor…

Dmytro Vovchenko,

Is this some internal article? I cannot open the link. Thanks!

Jacek Harlejczyk,

Hello, sorry, posted a wrong article, edited to a correct one. 

Dmytro Vovchenko writes:

Hello,
The script task can be debuged as any other source code in the system. Your BP should have a dedicated .cs file that can be debuged as others, more on it in this article.
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor…

Thanks Dmytro

Show all comments