Hi . i have two process running completely in async mode. i am trying to complete external task using just the externalTaskid. but looks like there is no setId method before i complete
externalTaskService(externalTask,variables)
idea is i will someway get the externaltaskID and i want to use .complete but not sure how can i set the externalTask id before completing
vish