HI Team,Is it possible to get dynamic participant step dialog values to
customized process step, if possible could you please guide me how to
proceed.i am getting null in value1:my code is :DynamicParticipant
:public class MyDynamicParticipant implements ParticipantStepChooser{
public String getParticipant(WorkItem workItem, WorkflowSession
workflowSession, MetaDataMap args) throws WorkflowException {
WorkflowData workflowData = workItem.getWorkflowData(); String myID =
args.get("COMMENT").toStr...