How to get the Next Activity Details from the FinishActivityEvent Hanlder?
问题 I have subscribed WorkflowFinishActivityEvent with TransactionCommitted phase. I am getting the details of the current finished activity like below Performer of the current finished activity foreach(var performer in currentactivity.Performers) { string Performeroftheactivity= performer .title.tostring(); } Finish Message of the current finished activity string finishmessage = currentactivity.FinishMessage.Tostring() My Question: I would like to take the Next assigned activity title and