Hi,
Can someone explain what is the difference between assets and parameters and how we can use orchestrator parameters.
Hi,
Can someone explain what is the difference between assets and parameters and how we can use orchestrator parameters.
Hy @Shaik.Yezdani,
āAssetsā are values that can be used in many diferent proccess, for example, credentials for a certain system or website. In case of changes, the info must be changes in only one place.
āParametersā are arguments that must be passed to run a specific process. The are defined as in arguments.
Is this clear for you?
Hy @Shaik.Yezdani,
Have a look at the documentation
If you have any questions please let me know
Regards
Assets are credentials and ānormalā assets. For the normal ones I would recommend to use parameters. There is a historical reason we have them there. In the beginning we did not support parameters.
Assets are credentials and ānormalā assets. For the normal ones I would recommend to use parameters. There is a historical reason we have them there. In the beginnings we did not support parameters.
Dear @Shaik.Yezdani,
In Orchestrator we can create different Assets(AssetName,AssetValue).
Asset types can store a credential value, a boolean value , a text value or a number value.
Step to Use Orchestrator Parameters
In Studio you can use the below activities by passing āAssetNameā .
āGet Credentialā (only for Asset type of Credential)
āGet Assetā (for Asset type of Number, Boolean, Text)
Using above Activities we will get the actual āAssetValueā w.r.t āAssetNameā and this AssetValue are stored in an output variable in studio.
Variable can be used as parameters and can be passed in the āinvoke workflow activityā.
Hope this could help
Regards,
Geet M
@iamgeet thanks for your clarification. Apart from invokeworkflow we can pass the arguments through orchestration parameters also.