Workflows template
name: "insert_workflow_name_here"
tasks:
# these are the tasks that will be executed sequentially to complete a trial (configure the system under tests with the parameters optimized by Akamas )
- name: "insert_here_name_of_task"
# an operator specifies which type of task should be used
operator: "insert_here_which_operator_to_use_for_the_task"
# each operator accepts different arguments necessary to specify how it should behave
arguments:
...Name
Type
Value Restrictions
Required
Default
Description
Example
Last updated
Was this helpful?