API workflow page redirect - context data

There are 2 available contexts in Redirect item - Request and Workflow result. What is the difference and structure of those contexts?

Actually the context of the workflow’s result (context store of the sequential workflow which is marked as IsReturnValue=True) is always evaluated. That means you can test whatever was returned by the workflow and the format is set by the data structure of the result context store.

All the other options have no function now are not implemented. And as it seems there is no use for these they will be removed in the next version.