You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of tink workflow get 6502e8ba-96a7-11eb-a69c-0242ac120005 command is as follows:
+--------------------------------------+--------------------------------------+---------------+----------------------+----------------------+
| ID | TEMPLATE ID | STATE | CREATED AT | UPDATED AT |
+--------------------------------------+--------------------------------------+---------------+----------------------+----------------------+
| 6502e8ba-96a7-11eb-a69c-0242ac120005 | 44548ced-96a7-11eb-a69c-0242ac120005 | STATE_PENDING | 1970-01-01T00:00:00Z | 1970-01-01T00:00:00Z |
+--------------------------------------+--------------------------------------+---------------+----------------------+----------------------+
And the output for tink template get 44548ced-96a7-11eb-a69c-0242ac120005 command is as follows:
+--------------------------------------+----------------------+----------------------+----------------------+
| ID | NAME | CREATED AT | UPDATED AT |
+--------------------------------------+----------------------+----------------------+----------------------+
| 44548ced-96a7-11eb-a69c-0242ac120005 | hello_world_workflow | 1970-01-01T00:00:00Z | 1970-01-01T00:00:00Z |
+--------------------------------------+----------------------+----------------------+----------------------+
And both of them exist because the output of tink workflow get and tink template get command is as follows:
+--------------------------------------+--------------------------------------+---------------+----------------------+----------------------+
| ID | TEMPLATE ID | STATE | CREATED AT | UPDATED AT |
+--------------------------------------+--------------------------------------+---------------+----------------------+----------------------+
| 6502e8ba-96a7-11eb-a69c-0242ac120005 | 44548ced-96a7-11eb-a69c-0242ac120005 | STATE_PENDING | 2021-04-06T07:12:06Z | 2021-04-06T07:12:06Z |
+--------------------------------------+--------------------------------------+---------------+----------------------+----------------------+
+--------------------------------------+----------------------+----------------------+----------------------+
| ID | NAME | CREATED AT | UPDATED AT |
+--------------------------------------+----------------------+----------------------+----------------------+
| 44548ced-96a7-11eb-a69c-0242ac120005 | hello_world_workflow | 2021-04-06T07:11:11Z | 2021-04-06T07:11:11Z |
+--------------------------------------+----------------------+----------------------+----------------------+
As per the above outputs the values of createdAt and updatedAt fields are incorrect when we are trying to do get by id in both the cases ( workflow and template)
Expected Behaviour
Values of createdAt and updatedAt fields should be correct.
Current Behaviour
As per the above outputs the values of createdAt and updatedAt fields are incorrect when we are trying to do get by id in both the cases ( workflow and template)
Steps to Reproduce (for bugs)
Create a hardware, template and then a workflow.
Try to get template and workflow without ids. (tink template get and tink workflow get)
A list with the template and workflow will be shown respectively which contains the template and workflow which were created in the first step.
Now try to get the template or workflow by id (tink template get <id> and tink workflow get <id> )
Your Environment
Linux
Running Tinkerbell using Vagrant & VirtualBox
The text was updated successfully, but these errors were encountered:
The output of
tink workflow get 6502e8ba-96a7-11eb-a69c-0242ac120005
command is as follows:And the output for
tink template get 44548ced-96a7-11eb-a69c-0242ac120005
command is as follows:And both of them exist because the output of
tink workflow get
andtink template get
command is as follows:As per the above outputs the values of
createdAt
andupdatedAt
fields are incorrect when we are trying to doget by id
in both the cases ( workflow and template)Expected Behaviour
Values of
createdAt
andupdatedAt
fields should be correct.Current Behaviour
As per the above outputs the values of
createdAt
andupdatedAt
fields are incorrect when we are trying to doget by id
in both the cases ( workflow and template)Steps to Reproduce (for bugs)
tink template get
andtink workflow get
)tink template get <id>
andtink workflow get <id>
)Your Environment
The text was updated successfully, but these errors were encountered: