Hi,
We deployed the project into the Orchestrator. We want to change the input file path now. How can we edit the workflow in the Orchestrator.
Regards,
Hi,
We deployed the project into the Orchestrator. We want to change the input file path now. How can we edit the workflow in the Orchestrator.
Regards,
You have to either delcare them as arguments to main or assets so that you can pass values
If not you need to redeploy…
Cheers
Hi @raju_alakuntla ,
We will not be able to edit the workflow in the Orchestrator. However, if you have an argument in the Main workflow which is the Input File Path name, and you are using this argument in the workflow, we will be able to override the value with the value passed from Orchestrator.
You would need to configure the workflow accordingly and also keep arguments in place where you would want to pass the values to it dynamically from a user/dynamic when needed.
That is not possible , if you given the static path in the Config file. If you using like this you need to change the path and then republish the process in orchestrator.
If you used assets to store the input file path , you can directly change the path in Assets.
Regards
Sudharsan
Actually everytime the input file changes. so how can we change the input file from Orchestrator. Is it good to work with Orchestrator or need to maintain in our Local??
Use assets for the input file…and you can pass values from Orchestrator
That way you neednot deplly everytime
Cheers
can we able to delete the previous deployed project in the Orchestrator.
Regards,
You can go to packages and remove…rather you can deploy a new one though with changes
Cheers