You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is the right way but I wanted to get rid of the JobParameters object and as a side effect I had to reconsider the "title". For now, I have moved it to the RenderResult as it's where it's being consumed but we may still want to be able to attach some metadata to the jobs:
Follow up from #37 (comment)
The metadata or descriptions are not too relevant for the actual execution.
For pre-defined tasks (like
SSHClose
) I propose we provide a default description (the user can change it). The user can also create its own tasks:The goal is the user program at very high level looks something like (
MyTask
in the sameconnection
package for simplicity in this example):The user creates tasks that are then executed in single lines.
The text was updated successfully, but these errors were encountered: