Skip to content

Commit

Permalink
schema
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Nov 8, 2023
1 parent 5000477 commit 04824b7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ plugins: # Optional
- name: <string> # Name of the plugin
min_version: <string> # Minimum required version of the plugin

aliases: # Optional: provide aliases
labels: # Optional: provide aliases
<pioreactor_unit_name>: <alias_name> # Optional: aliases for Pioreactors

common: # Optional: jobs that are common for all Pioreactors
<job_name>:
actions:
- type: <string> # Type of action: "start", "pause", "resume", "stop", or "update"
- type: <string> # Type of action: "start", "pause", "resume", "stop", "update", or "log"
hours_elapsed: <float> # When the action is scheduled (in hours after experiment start)
options: # Optional: parameters for the action
options: # Optional: parameters for the action. If type=log, message= is required here.
<option_name>: <value>
arguments: <list> # Optional: arguments for the action

Expand Down

0 comments on commit 04824b7

Please sign in to comment.