I am trying to take decision by calling javascript as external resources on condition type Attribute.
and its routing in one direction either its true or false. below is my javascript code
var getexistingClient = execution.getVariable(“existingClient”);
var setexistingClient = execution.setVariable(“existingClient”, existingClient);
validation();
function validation(){
if (getexistingClient.equals(“Y”)) {
${existingClient == ‘Y’}
this is working fine but I want to do the validation from external resources as because I have many other variables on which i need to do validation so and variables can be changed.
so I need to do validation from external resources.
Sorry, but I do not understand your question. How this reflect to initial topic?
Task’s candidate group (and more) can be obtained from get task operation