Aman Parauliya
Aman Parauliya
> > This is currently working as designed right? Workflows are only ever meant to be created from a preexisting template so it doesn't make sense create a workflow based...
> > You should be able to describe workflows as a file like: > > ```yaml > name: bla > templateID: bla-uuid-bla > data: maybe > ``` @gianarb , For...
@gianarb , I agree with your point that we should have declarative or imperative or both for all the resources. Right now for hardware and template creation we required a...
@gianarb @mmlb , Following are the command and flags for each resource for `Create` cli: 1. Hardware: For hardware there can be two ways: 1.1. Provide a file which contain...
@grahamc I have a suggestion. Since we are parsing the yaml before creating a template. We can add the timeout of all the actions and then we can comapre it...
As discussed, There is no use of `global_timeout` as we have `action level timeout` so this needs to be removed from the template and code itself.
> As discussed, There is no use of `global_timeout` as we have `action level timeout` so this needs to be removed from the template and code itself. There was a...
> I had a chat with a bunch of people and we agreed on how this feature will be implemented. > > The `GlobalTimeout` is a workflow attribute that acts...
@gianarb , Did you get a chance to have a look at this issue? because I am also facing some cert related issues in tink-worker from last couple of days...
Hi @MrAlias , I would like to work on it, if this is still needed. Could you please confirm that the above PR #3560 is in process for merging or...