Hello. After changing attributes in workflow file, that invokes with an “Invoke Workflow” activity there is need to update changes of it in workflow where it invokes from - the text at button with parameters windows become red color.
The question is - if i have a lot of invoke activity with this workflow and i changed some parameters inside it - how i can multiply apply changes of it at this window with in one action for each Invoke activity i have? For now i need open every activity then open this window click OK and close it. That is terrible. Any way to pass this manual apply?
Currently I believe that facility is not available maybe
But you can declare your Parameters as an variable, so you can easily change the value at top level that will be used in every Invoke code
If this is not the case then can you share some more info if possible with screenshots?
Hello, thank you for answering. I was talking about changing count of used in invoked flowchart parameters. If count of arguments changes in flowchart - every activity, that linked to invoke this flowchart asks to be updated.
It was made like that for a reason…most of the times when you invoke a workflow you trns to send different values for each time you invoke…
But I see your concern…as of now there is no way to update all the arguments at once
Can try playing around the xaml file by opening in text mode and check to link the arguments as needed…but try to take a backup of the project and try it so that you dont loose anything