Writing workflows
... or how to integrate new workflows with secator.
Last updated
...
tasks:
...
gf:
description: Tag URLs found by the previous task
targets_: # use previously found URLs
- type: url
field: url
condition: item.status_code == 200...
tasks:
...
katana:
_group:
gf:
...
another_task:
description: Runs concurrently with the `gf` task...
results:
- type: ip
condition: item.alive
- type: url
condition: item.status_code == 200