Is there a variable or workflow state that's scoped to one invocation of a workflow?

Dylan Sather (Pipedream) : Hi , I think there are a few ways you could approach this. Do you need to use the variable across steps? Do you need to mutate the variable across steps, or only set in one step and read in subsequent ones?

If you can give me more detail on your use case I bet we can figure out a solution