Giter VIP home page Giter VIP logo

workflow-analyzer's Introduction

Workflow-Analyzer

Workflow Analizer for CI Engines for UiPath projects.

To be used as part of a CI Pipeline:

  • Copy this project's folder into the Workflow Foundation project's folder.
  • Run the script in this project's root. Alternatively, a folder may be passed as an argument. python3 -m analyzer

The analysis deliverables will be placed in the /deliverables folder.

Plans:

  • Generate documentation
    • Workflow files
      • Name
      • Annotation
      • Arguments
        • Name
        • Direction
        • Type
        • Annotation
        • Default Value
  • Workflow analysis
    • Naming Convention
      • Workflow
      • Argument
      • Variable
    • Workflow Checks
      • Not empty
      • Has annnotation
      • Referenced by other workflow, or public workflow of a Library
      • Deeply nested ifs and workflows
    • Selectors
      • Too lax: idx, wildcard, regex
      • Not valid XML
    • Activities
      • Delay
      • Invoke Code, VBScript, PowerShell, Macro, JavaScript
      • Default Names
        • e.g. for Log Message, If, Sequence, Assign, Multiple Assign, For Each, Flowchart, Do While, Try Catch

workflow-analyzer's People

Contributors

berdosi avatar

Watchers

 avatar  avatar

workflow-analyzer's Issues

Specify Namespaces

Using generic namespaces in XPath is not supported in earlier versions of Python.
By specifying the namespace for all selectors, the solution would cater for the unlikely event scenario of having several namespaces in the file with vocabulary conflicting with the default ones being analyzed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.