Workflow operations.
Workflow operations:
create create a workflow
data get workflow data
delete delete a workflow
events show all events for a workflow
get get a workflow
list list all workflows
state get the current workflow context
-h, --help help for workflow
- Create a workflow using a template and hardware devices
$ tink workflow create -t <template-uuid> -r <hardware_input_in_json_format>
$ tink workflow create -t edb80a56-b1f2-4502-abf9-17326324192b -r {"device_1": "mac/IP"}
- The key used in the above command which is "device_1" should be in sync with "worker" field in the template. Click here to check the template structure.
- These keys can only contain letter, numbers and underscore.
- tink hardware - Hardware (worker) data operations
- tink template - Template operations