This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Modifying parameters in a workflow.

follow on to my previous post.

I have a script module generating some data from found object.

I need to be able to pass a simple single value string from the script along the work flow to the next stage which is an if-else where the conditions in the if/else use the string from the script module.

I have been able to test the if/else using a parameter which has been set up front for the purpose of testing the individual branches (basically I amend the default value each time to test the routing)

but now I need to dynamically set the parameter from the script not at initialisation.

I know how to read a workflow parameter into a script to use, but how can I output from a script to set a parameter that I can then use at a later stage?

The SDK examples are not helping me.

Feels like it should be really simple, but getting the better of me currently.  Anybody have some examples that are different to the SDK ones?  Or a different approach I can use.  This one little thing is holding up a whole piece of development.