1. Description
The UALClose actor receives ids records - {ids(string),shot(int),run (int),occurence(int),idx(int),machine (string),user(string),version(string)
} - and closes the related UAL entry. To be used to close run_work
at the end of a workflow.
You can specify multiple IDSes as input - each one will be stored inside run_work
database.
In case you select - enableFlushAllIDS
- they will be stored inside permanent storage (if they are using memory backend). If you don't select it, all memory backend based data will be lost.
2. Ports
2.1. Inputs
port name | purpose | Icon |
---|---|---|
ids | input the ids record: |
2.2. Outputs
3. Configuration
option name | description |
---|---|
enableFlushAllIDS | flush all IDS on disk before closing the shot |
4.
Version history
version | description |
---|---|
3.0.4 |