Function csml_engine::fold_bot
source · pub fn fold_bot(bot: CsmlBot) -> Result<String, EngineError>
Expand description
fold CSML bot in one single flow. Rename all existing steps, goto and functions in order to match their origin flow. Examples: step_name: -> flow_name_step_name: goto step_name -> goto flow_name_step_name