The IsRunning action checks if `env[:machine].state.id == :running` but this check was never passing as the protobuf-washed version of machine state was yielding a machine state w/ a string value like `"running"`. Easy fix in the mapper!
The IsRunning action checks if `env[:machine].state.id == :running` but this check was never passing as the protobuf-washed version of machine state was yielding a machine state w/ a string value like `"running"`. Easy fix in the mapper!