10-06-2023 08:36 AM
I created some custom step types which have a Sequence Call adapter.
I am wondering whether it is possible to disable tracing in the sequence call, as default property of the step type. Is it possible?
I use TS 2014 32-bit
10-06-2023 10:01 AM
In an instance of the step type you can go to properties>>run options and change the sequence call trace setting.
If you want to do it at the type definition you can do it by changing a subproperty in TS>>SData>>Trace to "Off"
Hope this helps,