Skip to main content
Hello,

 

 

I would like to know if there is a way to give a published parameter a default value from an attribute?

 

 

Thanks,

 

 

Gabriel
Hi Gabriel,

 

 

No, we can't change published parameters at run-time unfortunately.

 

 

Takashi
If you have to set a value read from a dataset to a published parameter of the workspace, consider creating another workspace having a WorkspaceRunner. You can pass a value to a published parameter of the main workspace and run it through the WorkspaceRunner.

 

 

Takashi
I belive this will solve my problem, Takashi.

 

 

Thanks!
You could try to create an attribute containing the default value and publish it as described in here (see Parameters: Attribute Name Parameter)

 


Reply