Add error stack to flow context
Brought to you by:
aarrgard
When the context synchronizer fails to execute the
flow interpreter should place the flow in error state
and store the error stack on the flow context.
This ticket incudes:
- Add error stack to the explicit change structure
- Mark flow as error using explicit change structure
when the context synchronizer fails.