Skip to main content
Solved

Action Engine Migration to Studio Skills

  • August 4, 2021
  • 8 replies
  • 10 views

Hello,

We are currently in the midst of migrating all our Analyses and Action Engines to Studio. Celonis provided with a functionality to seamlessly migrate the analyses to Studio.

 

Is there an easy way to migrate Action Engine Skills to Skills within Studio?

 

Thanks

Best answer by janpeter.van.d

Hi @miriam.luttr,

 

Maybe this Python script will work for you? You can execute it using the Machine Learning capabilities within Celonis.

pycelonis-examples/05_workflow_to_studio_skill_mover.ipynb at main · celonis/pycelonis-examples (github.com)

 

Kind regards,

Jan-peter

8 replies

janpeter.van.d
Level 12
Forum|alt.badge.img+26

Hi @miriam.luttr,

 

Maybe this Python script will work for you? You can execute it using the Machine Learning capabilities within Celonis.

pycelonis-examples/05_workflow_to_studio_skill_mover.ipynb at main · celonis/pycelonis-examples (github.com)

 

Kind regards,

Jan-peter


  • Level 0
  • November 23, 2021

Hi Miriam,

 

did this script work? What exactly are you trying to migrate? Action Engine Skills have a different functionality than the new EMS capabilities so I believe you can't actually migrate the Action Engine Skills.

 

Best,

Kevin


  • Level 0
  • November 27, 2021

Addition: We are recommending using Action Flows going forward as this solution offers many more capabilities and it might be the case that support for Action Engine will be determined at some point.

 

Best

Kevin


  • Level 0
  • November 27, 2021

  • Author
  • Level 4
  • November 29, 2021

Hello,

 

We ended up re-creating our Alerts manually in Studio with Action Views and Profile Views. The Alert rules we're quite simple so we didn't bother with the python script. Thanks anyway @janpeter.van.d @kevin.flesc 


  • Level 0
  • November 29, 2021

@miriam.luttr Great to hear it worked. Can you share how you did it here so others can benefit from it as well in case they have the same question? :) Would be great to provide your information for the community.

 

Best

Kevin


gabriel.okaba11
Celonaut
Forum|alt.badge.img+2

For simple Alerts,

you could even have kept the skills in Action Engine and called them from Studio (select the action "Action Engine Sensor").

 

image


  • Author
  • Level 4
  • November 30, 2021

Thanks for the tip. @vasco.caron11