Demantra Workflow step name
I have created one workflow with 3 steps.Steps are TestStep1,TestStep2,TestStep3.The workflow details are saved into table WF_SCHEMAS.Schema_data column showing the steps name as step1,step2 and step3.So that when the workflow is running step_id column of table wf_process_log is show as step1,step2,step3,but the standard workflow steps vaules are same in step_id column and front end user step.Can you please suggest how can I get the step_id values (TestStep1,TestStep2,TestStep3)in wf_process_log table?