Skip to content

ConfigureOperation adaptor

Adds smtk::task::adaptor::ConfigureOperation to smtk task system. This adaptor copies data from a FillOutAttributes task to a SubmitOperation task.

Current issues/things to do

  • Update the code to (re)configure the operation after each source attribute change. (The current logic only executes when the "from" task transitions to the completable state.)
  • Probably update the internal data model, which currently stores the configuration info (needs discussion).
  • Update the test code to configure FillOutAttributes with definitions instead of instances.
  • Add release note.
  • Remove debug print statements.

Possible future enhancements

  • Update serialization logic to store attribute & resource ids
  • Extend the feature set to copy individual values and/or enable flag instead of the entire attribute item.
Edited by John Tourtellott

Merge request reports