StackStorm / orquestaconvert

Converts Mistral workflows into Orchestra workflows
Apache License 2.0
13 stars 7 forks source link

Convert mistral built ins #16

Closed blag closed 5 years ago

blag commented 5 years ago

Certain Mistral built-in actions, like std.noop and std.http do not exist in Orquesta, so we convert them to their core counterparts which work in all workflow engines.

codecov-io commented 5 years ago

Codecov Report

Merging #16 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   98.16%   98.19%   +0.02%     
==========================================
  Files          11       11              
  Lines         436      442       +6     
==========================================
+ Hits          428      434       +6     
  Misses          8        8
Impacted Files Coverage Δ
orquestaconvert/workflows/base.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c70569a...46538ea. Read the comment docs.

blag commented 5 years ago

This is more involved than I originally expected so it may take me a bit to circle back around to it.

nmaludy commented 5 years ago

OK, I think I'll merge this PR and create and issue to address the deep conversion of those actions.