I have very big workflow and error apears in middle of it. I’m trying to fix it in few ways but for now noone of them seems to work. I need to run the whole workflow from beginning and see if this issue is fixed and i find it very time consuming. Is there a way of checking only part of worklow I am interested in (everything before this is working right). What would be the easiest way of checking only part of workflow? Thanks in advance.
You could “Set as start node” from the activity where you want to debug(but only if it can run independently from the first part of you workflow - this could be tricky and not reliable).
Or you could Start Debugging(F7) and Step Over the execution of a block of activities (Shift + F11).