Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rejection information is missing during log print #320

Closed
Zelldon opened this issue Nov 4, 2023 · 0 comments · Fixed by #322
Closed

Rejection information is missing during log print #320

Zelldon opened this issue Nov 4, 2023 · 0 comments · Fixed by #322
Labels
bug Something isn't working

Comments

@Zelldon
Copy link
Owner

Zelldon commented Nov 4, 2023

We miss information about the Rejection type and rejection reason.

  {
    "index": 15,
    "term": 1,
    "highestPosition": 62,
    "lowestPosition": 62,
    "entries": [
      {
        "key": -1,
        "position": 62,
        "sourceRecordPosition": 61,
        "intent": "CREATE",
        "recordType": "COMMAND_REJECTION",
        "valueType": "PROCESS_INSTANCE_CREATION",
        "timestamp": 1699126447774,
        "recordVersion": 20736,
        "brokerVersion": "2049.256.4608",
        "value": {
          "bpmnProcessId": "nonExisting",
          "processDefinitionKey": 0,
          "processInstanceKey": -1,
          "version": -1,
          "variables": "gA==",
          "fetchVariables": [],
          "startInstructions": []
        }
      }
    ]
  },
@Zelldon Zelldon added the bug Something isn't working label Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant