Expressions in Link Criteria provide a similar list of pre-defined objects. Again, note that you also have access to any other objects or variables currently defined in the AssemblyLine’s script engine.
Object | Significance |
---|---|
config | The component’s Interface configuration object |
mc | The MetamergeConfig object of the Config instance (config.getMetamergeConfig()) |
work | The Work entry of the AssemblyLine |
task | The component itself, or a named component |
alcomponent | The Connector or Function Component |
{work.matchAtt} EQUALS {work.uid}
is equivalent to this:
uid EQUALS $uid
Parent topic: Expressions