How do I create a conditional decide based on whether a resource can be allocated? So I know you can use this: getstat(getactivity(processFlow, "Resource"), "ResourceAvailable", STAT_CURRENT, current) to get current number of resources available but I want to take it one step further and say "check if resource available WHERE Type ==1" for example.
How can I do this?
Thanks in advance