go.uber.org/cadence@v1.2.9/test/replaytests/child_bug.json (about)

     1  [
     2    {
     3      "eventId": 1,
     4      "eventType": "WorkflowExecutionStarted",
     5      "taskId": 1048925,
     6      "timestamp": 1635394320054371800,
     7      "version": 0,
     8      "workflowExecutionStartedEventAttributes": {
     9        "attempt": 0,
    10        "continuedExecutionRunId": "",
    11        "cronSchedule": "",
    12        "executionStartToCloseTimeoutSeconds": 300,
    13        "firstDecisionTaskBackoffSeconds": 0,
    14        "firstExecutionRunId": "4962aeea-a5e0-4f1e-bcb7-098c38c19fd1",
    15        "identity": "cadence-cli@local",
    16        "input": "",
    17        "originalExecutionRunId": "4962aeea-a5e0-4f1e-bcb7-098c38c19fd1",
    18        "taskList": {
    19          "name": "task_list"
    20        },
    21        "taskStartToCloseTimeoutSeconds": 2,
    22        "workflowType": {
    23          "name": "parent"
    24        }
    25      }
    26    },
    27    {
    28      "decisionTaskScheduledEventAttributes": {
    29        "attempt": 0,
    30        "startToCloseTimeoutSeconds": 2,
    31        "taskList": {
    32          "name": "task_list"
    33        }
    34      },
    35      "eventId": 2,
    36      "eventType": "DecisionTaskScheduled",
    37      "taskId": 1048926,
    38      "timestamp": 1635394320054487000,
    39      "version": 0
    40    },
    41    {
    42      "decisionTaskStartedEventAttributes": {
    43        "identity": "44608@local@task_list",
    44        "requestId": "1144deaf-aa6f-464f-9a1b-65cee85439fc",
    45        "scheduledEventId": 2
    46      },
    47      "eventId": 3,
    48      "eventType": "DecisionTaskStarted",
    49      "taskId": 1048934,
    50      "timestamp": 1635394320123179000,
    51      "version": 0
    52    },
    53    {
    54      "decisionTaskCompletedEventAttributes": {
    55        "binaryChecksum": "unknown",
    56        "identity": "44608@local@task_list",
    57        "scheduledEventId": 2,
    58        "startedEventId": 3
    59      },
    60      "eventId": 4,
    61      "eventType": "DecisionTaskCompleted",
    62      "taskId": 1048937,
    63      "timestamp": 1635394320185062700,
    64      "version": 0
    65    },
    66    {
    67      "eventId": 5,
    68      "eventType": "StartChildWorkflowExecutionInitiated",
    69      "startChildWorkflowExecutionInitiatedEventAttributes": {
    70        "cronSchedule": "",
    71        "decisionTaskCompletedEventId": 4,
    72        "domain": "local",
    73        "executionStartToCloseTimeoutSeconds": 30,
    74        "header": {},
    75        "parentClosePolicy": "TERMINATE",
    76        "taskList": {
    77          "name": "task_list"
    78        },
    79        "taskStartToCloseTimeoutSeconds": 30,
    80        "workflowId": "4962aeea-a5e0-4f1e-bcb7-098c38c19fd1_0",
    81        "workflowIdReusePolicy": "TerminateIfRunning",
    82        "workflowType": {
    83          "name": "child"
    84        }
    85      },
    86      "taskId": 1048938,
    87      "timestamp": 1635394320186925600,
    88      "version": 0
    89    },
    90    {
    91      "childWorkflowExecutionStartedEventAttributes": {
    92        "domain": "local",
    93        "header": {},
    94        "initiatedEventId": 5,
    95        "workflowExecution": {
    96          "runId": "748709af-0150-4493-8a57-d0d358ac1aad",
    97          "workflowId": "4962aeea-a5e0-4f1e-bcb7-098c38c19fd1_0"
    98        },
    99        "workflowType": {
   100          "name": "child-sleep"
   101        }
   102      },
   103      "eventId": 6,
   104      "eventType": "ChildWorkflowExecutionStarted",
   105      "taskId": 1048945,
   106      "timestamp": 1635394320249768000,
   107      "version": 0
   108    },
   109    {
   110      "decisionTaskScheduledEventAttributes": {
   111        "attempt": 0,
   112        "startToCloseTimeoutSeconds": 2,
   113        "taskList": {
   114          "name": "local:97607b30-6825-48ad-a7ad-1bc050d3d549"
   115        }
   116      },
   117      "eventId": 7,
   118      "eventType": "DecisionTaskScheduled",
   119      "taskId": 1048947,
   120      "timestamp": 1635394320249960200,
   121      "version": 0
   122    },
   123    {
   124      "decisionTaskStartedEventAttributes": {
   125        "identity": "44608@local@task_list",
   126        "requestId": "f3626e79-c365-4514-8243-c1cd619f02c4",
   127        "scheduledEventId": 7
   128      },
   129      "eventId": 8,
   130      "eventType": "DecisionTaskStarted",
   131      "taskId": 1048953,
   132      "timestamp": 1635394320288285700,
   133      "version": 0
   134    },
   135    {
   136      "decisionTaskCompletedEventAttributes": {
   137        "binaryChecksum": "unknown",
   138        "identity": "44608@local@task_list",
   139        "scheduledEventId": 7,
   140        "startedEventId": 8
   141      },
   142      "eventId": 9,
   143      "eventType": "DecisionTaskCompleted",
   144      "taskId": 1048960,
   145      "timestamp": 1635394320336447700,
   146      "version": 0
   147    },
   148    {
   149      "childWorkflowExecutionCompletedEventAttributes": {
   150        "domain": "local",
   151        "initiatedEventId": 5,
   152        "startedEventId": 6,
   153        "workflowExecution": {
   154          "runId": "748709af-0150-4493-8a57-d0d358ac1aad",
   155          "workflowId": "4962aeea-a5e0-4f1e-bcb7-098c38c19fd1_0"
   156        },
   157        "workflowType": {
   158          "name": "child-sleep"
   159        }
   160      },
   161      "eventId": 10,
   162      "eventType": "ChildWorkflowExecutionCompleted",
   163      "taskId": 1048980,
   164      "timestamp": 1635394330479970800,
   165      "version": 0
   166    },
   167    {
   168      "decisionTaskScheduledEventAttributes": {
   169        "attempt": 0,
   170        "startToCloseTimeoutSeconds": 2,
   171        "taskList": {
   172          "name": "task_list"
   173        }
   174      },
   175      "eventId": 11,
   176      "eventType": "DecisionTaskScheduled",
   177      "taskId": 1048982,
   178      "timestamp": 1635394330480030200,
   179      "version": 0
   180    },
   181    {
   182      "decisionTaskStartedEventAttributes": {
   183        "identity": "44608@local@task_list",
   184        "requestId": "c3314aa8-33bb-45df-aad9-3cfdd118bfe7",
   185        "scheduledEventId": 11
   186      },
   187      "eventId": 12,
   188      "eventType": "DecisionTaskStarted",
   189      "taskId": 1048985,
   190      "timestamp": 1635394330507992000,
   191      "version": 0
   192    },
   193    {
   194      "decisionTaskCompletedEventAttributes": {
   195        "binaryChecksum": "unknown",
   196        "identity": "44608@local@task_list",
   197        "scheduledEventId": 11,
   198        "startedEventId": 12
   199      },
   200      "eventId": 13,
   201      "eventType": "DecisionTaskCompleted",
   202      "taskId": 1048988,
   203      "timestamp": 1635394330549916200,
   204      "version": 0
   205    },
   206    {
   207      "eventId": 14,
   208      "eventType": "WorkflowExecutionCompleted",
   209      "taskId": 1048989,
   210      "timestamp": 1635394330549969400,
   211      "version": 0,
   212      "workflowExecutionCompletedEventAttributes": {
   213        "decisionTaskCompletedEventId": 13,
   214        "result": ""
   215      }
   216    }
   217  ]