Edit Workflow Parameters or Variable Values

I think I’m asking for this due to two different use cases.

  1. We’re trying to build some reusable components for building multiple similar workflows. For these workflows we can use a template as a starting point. Workflow parameters seems like an easy place to store variables for things that would apply to multiple workflows and we can just change them as we import.
  2. When we hit a decision step the business logic might be complex. To determine whether to block an user there may be several other decisions above with many different steps. We’d need to remember the various step variables from above in order to write the logic in the block user decision step. And if I’m joining multiple decision steps above already it seems like I’m trying to get down to one single variable to tell me if I need to block or not.

Hopefully that make sense. Thanks.