universal-automation icon indicating copy to clipboard operation
universal-automation copied to clipboard

Add workflow capability

Open martin9700 opened this issue 5 years ago • 2 comments

Would like to see a workflow capability put into UA. This would be a precursor to an eventual full CI/CD pipeline, but to start a workflow would be great.

Describe the solution you'd like

Seems like 4 initial fields would be needed: Step Name Step Action

  • Run A Script
  • Send notification
  • etc

Next Step

  • End Workflow
  • Run Script

Abort Action

  • Run Script
  • Exit

Describe how this would improve your Universal Automation Quality of Life

I see UA as a fully realized, lightweight alternative to Jenkins. Impersonation alone is worth the price of admission! But with workflow (and eventual commit/PR hooks) this could fully replace Jenkins AND a Scheduled Task server.

Additional context

The key is in the UI, of course. An overview of each step, and it's success/failure.

martin9700 avatar Feb 06 '20 18:02 martin9700

Being a full CICD pipeline is a big ask, and probably worthy of a 2.0 release so starting small! :)

martin9700 avatar Feb 06 '20 18:02 martin9700

Related to #133

mkellerman avatar Mar 11 '20 22:03 mkellerman