Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Description

The UALClose actor receives a ids record 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  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.

Ports

Inputs

port namepurposeIcon
ids

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

...