function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NadiaNadia 

deploying worflow rules and Workflow Field Updates in a package

    Hello, could anyone answer this:
I am creating a pakage in dev environment with triggers, apex classes, s-controls, custom objects, workflow rules and Workflow field updates and then I am deploying it to our test environment using ant. Everything gets deployed except workflow rules and Workflow field updates and I do not understand why is that.

thank you

Bill EidsonBill Eidson
  The package.xml version needs to be set to 13.0 in order for new-in-13.0 artifacts, extensions, etc. to be considered.
On a related note, a newer version of Ant will be released tomorrow which allows you to retrieve at the 13.0 (and future) version (the current version of Ant is restricted to the 12.0 version).

  Thanks,

  - Bill