Last active
February 28, 2022 19:29
-
-
Save percybolmer/3b31b164235294a4520f6fc7ffa87fcb to your computer and use it in GitHub Desktop.
Cadence CLI logs when failing to publish job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running execution: | |
Workflow Id : 21e30ae8-8246-412d-a6d2-cc0782cf66d4 | |
Run Id : 7c3514b4-6839-43ee-9d45-d9d54c7c9a44 | |
Type : programmingpercy/cadence-tavern/workflows/greetings.workflowGreetings | |
Domain : tavern | |
Task List : greetings | |
Args : | |
Progress: | |
1, 2022-02-28T20:27:25+01:00, WorkflowExecutionStarted | |
2, 2022-02-28T20:27:25+01:00, DecisionTaskScheduled | |
3, 2022-02-28T20:27:25+01:00, DecisionTaskStarted | |
4, 2022-02-28T20:27:25+01:00, DecisionTaskCompleted | |
5, 2022-02-28T20:27:25+01:00, WorkflowExecutionFailed | |
Result: | |
Run Time: 1 seconds | |
Status: FAILED | |
Reason: cadenceInternal:Generic | |
Detail: unable to decode the workflow function input bytes with error: unable to decode argument: 0, *customer.Customer, with json error: EOF, function name: programmingpercy/cadence-tavern/workflows/greetings.workflowGreetings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment