Versions Compared

Key

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

...

There are few more features that have to be developed to make the tool more useful

  • diff functionality for XML files (comparison of XML inside workflow and XML inside actor)
  • storing new XML inside workflow
    • at the moment, XML stored inside workflow is always treated as most recent one
    • in case changes inside XSD/XML, in the actor, we may end up with situation where XML stored inside workflow is incompatible with required format
    • we can't easily update this information (note that there were different solutions suggested but no final decision was taken)
    • it's possible to use Kepler's parsing engine to update information inside workflow "as it would be modified by Kepler
    • there will be new feature that will allow to "inject" new code parameters into workflow

      Code Block
      workflow-editor -updatexml file.xml -workflow ~/workflow_ets.xml -actor name_of_the_actor