I have created workflow and i call the workflow from javascript(in ribbon button)
I follow the https://ssharmacrm.wordpress.com/2015/06/22/how-to-debug-a-custom-workflow-activity-in-dynamics-crm/
In profiler settings , i will select the workflow name, but the step is not available. if the the step available means , the "Ok" button will enable and i can move further.
But i try to trigger workflow from the ribbon button's on click event.So the steps not available .so the ok button in the bottom is disabled.
How can i debug the workflow which is triggered from ribbon button ?