This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with not unique conditions on gateways (#40)
* Add config for script splitter endpoint * Add menu entry for workflow generation * Redirect request for workflow generation to BPMNEditor * Search for required python and requirements files for workflow generation * Small logging fixes * Send request to script splitter * Poll for result at task resource * Iterate through script parts and invoke deployment model generation stub * Initialize workflow * Fix linting errors * Move modeler creation into client * Add layouting after generation * Add generation logic for first types * Change implementation type of ServiceTasks to deployment model * Generate ArtifactTemplate based on received files * Package script part artifacts to Zip and upload to Winery * Start handling ifs * Handle end_if during workflow generation * Add conditions to branches of if statements * Handle else_if during generation * Remove start event initially contained in newly created modelers * Handle interleaved for loops * Add iterator scripts to script tasks of for loops * Rename method to create new ServiceTemplate versions * Remove unused variable * Generate deployment models based on template within Winery * Mark generated workflow as executable * Add config property for script splitter threshold * Include splitting threshold from config in splitting request * Handle while loops * Change wrong conditions for loops * Fix issue with elif conditions
- Loading branch information