Hi, I design an actor (let's say actorA) that creates its parameters automatically after reading a XML file which is created by another actor (for example, actorB). So, the creation of parameter fields of actorA is depend on actorB. In this case i just want to send location of XML file from actorB to actorA without running workflow. Is there any method to define global variable which can be read by actors in same container? and also How can i check the workflow container that has a specific actor or not?
ps: I plan to create XML file after dropping actorB into workflow. So, the XML file will be available when drooping actorA. Thanks, --ufuk