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 namepurposeIcon
ids

input the ids record: {ids(string),shot(int),run (int),occurence(int),idx(int),machine (string),user(string),version(string)}

2.2. Outputs

3. Configuration


option namedescription
enableFlushAllIDS

flush all IDS on disk before closing the shot

4.
Version history

versiondescription
3.0.4 
  • No labels