<a name="vrkflowState"></a>

## vrkflowState(state)
Creates new state object for a Vuex module.

**Kind**: global function  

| Param | Type | Description |
| --- | --- | --- |
| state | <code>Object</code> | The default state (will override generated state object) |
| state.steps | <code>Array</code> | Generate valid steps from state's steps collection |

