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
thsfthsf 

Managed Package Workflow - Bug in Platform?

I have been doing some trail and error with a Managed Package that has Workflow Rules and Actions.


If I install my package into another developer instance and navigate to:


    Create -> Workflow & Approvals -> Workflow Rules -> (click rule name) -> Edit Workflow Actions


I can create an Unmanaged Workflow Action and have it run for the Managed Workflow Rule.  I cannot however, delete the Unmanaged Workflow Action there.


Instead, I have to navigate to:


    Create -> Workflow & Approvals -> Outbound Messages/Field Updates/etc


From there, I can delete the Unmanaged Workflow Action altogether, which removes it from when the Managed Workflow Rule.
It seems only one of the following should be true:


 - The Platform should prevent me from adding Unmanaged Workflow Actions to a Managed Workflow Rule

 - The Platform should allow me to remove Unmanaged Workflow Actions from a Managed Workflow Rule without deleting the Unmanaged Workflow Action

Can anybody shed some light on this?  It seems to me the most flexible thing would be to allow users to add and remove Workflow Actions from Workflow Rules at will, Managed or Unmanaged.  They could still prevent users from deleting the Managed ones.