Creating custom steps for unique tasks
Navigate
Add Step
icon next to the search box.Describe
Review
Validate
Validate
button.Save
Save
button. The step will now be available in the Steps sidebar for use in patchflows.Fork
Directory
patchwork/steps
directory with StepName
.Step File
StepName.py
in the newly created directory. Any additional files required for the step should be placed in the same folder.Code
StepName.py
file. The step should inherit from the Step
class provided by Patched. The StepName
class is expected to have two methods:Initialize