Resolved! workflow scratchpad in if condition
I have a workflow in which i have 2 tasks(A,B) on sc_task table , if the task A is closed complete( state=3) then we need to store that value in workflow scratch pad In task A in advance section I added "workflow.scratchpad.state1 = task.state;" and...