Skip to main content
Version: 9 - Germknödel

Bundle list

Bundles can be used to load functionality into your Cloudomation Engine workspace. We provide several bundles for commonly used functionality.

Please also refer to Bundles.

List of bundles

Connection Analysis #x26; Test bundle

Cloudomation Engine contains functionality to gather information about remote systems and run common procedures on them.

Additionally, it contains functionality to test connections to external systems.

Release Notes:

2024-03-25 use system.message instead of this.message

2024-03-05 remove deprecated flag is_archieved

2024-01-15 remove database from required inputs for SQLMSSQL connection test

2023-12-19 use correct inputs for SSH connection tests

2023-12-11.2 use correct inputs for REST connection tests

2023-12-11 handle missing schema in API specification

2023-12-04 change naming to Cloudomation Engine

2023-08-29 fix linter errors

2023-05-24 initial release

Default roles

This project contains some default roles for different identities and use cases.

Provided roles:

  • ui-role: A role which allows basic access to the UI.

Release Notes:

2024-04-04 remove most roles, reduce scope to only the ui-role

2023-12-04 change naming to Cloudomation Engine

2023-10-03 adjust rights of developer role

2023-02-15 initial release

Scheduling bundle

This bundle provides flexible and powerful means of repeatedly running a flow.

Release Notes:

2024-03-07 use system.message instead of this.message

2024-02-06 run scheduled flow as orphan execution

2024-02-05 fix recurring schedule stuck in error loop after failed execution

2023-12-07 fix max_iterations in recurring schedule

2023-11-02 rename scheduling actions

2023-10-20 reformat description fields

2023-09-26 default holidays_country_code to nothing

2023-08-30 change fail_on_max_delay_exceeded behavior

2023-08-29.2 fix linter errors

2023-08-29 add parameters max_delay_minutes and fail_on_max_delay_exceeded

2023-07-25 fix displaying next runs when max_iterations is set

2023-07-14 fix creating schedules for flows in bundles

2023-05-25.2 initial release

Wrapper bundle

Wrappers encapsulate executable resources. Executing a wrapped resource will instead run the wrapper, which can coordinate the execution of the wrapped resource.

Release Notes:

2024-03-18 add run_on_state_change_flow_additional_inputs parameter for notify wrapper

2024-03-11 make status_setting_name configurable for notify wrapper

2024-02-09 remove deprecated is_archived flag

2024-02-06 extend notify wrapper with state change functionality

2023-12-04 change naming to Cloudomation Engine

2023-11-13 fix validate wrapper error when used without inputs

2023-08-29 fix linter errors

2023-08-03 consider only activity of notify_users in interactive wrapper

2023-07-04 fix "NoneType" is not a mapping

2023-06-15 add label to check wrapper inputs

2023-05-11.2 initial release