The Assigner Job Plugin runs Identifier Assignment. Entities that have Identifiers assigned will also be reprovisioned.
Usage
Command Line
$ ./bin/cake job -c co -j CoreJob.AssignerJob [-s] context=context [entities=id[,...]]
co
: Numeric CO ID to run Identifier Assignment for.context
: Context to run Identifier Assignment for (Groups
orPeople
).id
: Numeric IDs of the entities to run Identifier Assignment for, as a comma separate list. If omitted, Identifier Assignment will be run for all entities in the specified context.
Web Interface
An Assigner Job can be queued via ALL > Configuration > Identifier Assignments > Assign Identifiers for All. This will register two background Jobs that will try to assign Identifiers for all People and all Groups within the CO. All Active Identifier Assignments for each Context will be run.
See Also
Changes From Earlier Versions
As of Registry v5.0.0
- Assigner Job is no longer known as IdAssign.