Modules
Live module call
jobs:
test:
module: ws:live-module
args:
arg1: val 1Batch module call
tasks:
- id: test
module: ws:batch-module
args:
arg1: val 1Last updated
Was this helpful?