As far as I know it's not possible to create a 'conditional parameter', based on the resulting values from say the AttributeManager. Parameter values are passed at runtime, so you can't pass values back after you hit run.
Depending on what you are doing in the AttributeManager, you could possibly replicate that action in a Scripted parameter. In that Scripted parameter you should be able to reference the public parameter the user is populating.
As far as I know it's not possible to create a 'conditional parameter', based on the resulting values from say the AttributeManager. Parameter values are passed at runtime, so you can't pass values back after you hit run.
Depending on what you are doing in the AttributeManager, you could possibly replicate that action in a Scripted parameter. In that Scripted parameter you should be able to reference the public parameter the user is populating.
This is correct. Once the workspace has been started, the user parameters can no longer be modified.
Ok thanks! Sounds like I need to learn how to do scripted parameters then.