|
| 1 | +HANDLE_ONE = '{"history":[{"EventType":12,"EventId":-1,"IsPlayed":false,"Timestamp":"2019-12-08T23:18:41.3240927Z"},' \ |
| 2 | + '{"OrchestrationInstance":{"InstanceId":"48d0f95957504c2fa579e810a390b938",' \ |
| 3 | + '"ExecutionId":"fd183ee02e4b4fd18c95b773cfb5452b"},"EventType":0,"ParentInstance":null,' \ |
| 4 | + '"Name":"DurableFunctionsOrchestratorJS","Version":"","Input":"null","Tags":null,"EventId":-1,' \ |
| 5 | + '"IsPlayed":false,"Timestamp":"2019-12-08T23:18:39.756132Z"}],"input":null,' \ |
| 6 | + '"instanceId":"48d0f95957504c2fa579e810a390b938","isReplaying":false,"parentInstanceId":null}' |
| 7 | + |
| 8 | +STATE_ONE = '{"isDone":false,"actions":[[{"functionName":"Hello","input":"Tokyo","actionType":0}]]}' |
| 9 | + |
| 10 | +HANDLE_TWO = '{"history":[{"EventType":12,"EventId":-1,"IsPlayed":false,"Timestamp":"2019-12-08T23:18:41.3240927Z"},' \ |
| 11 | + '{"OrchestrationInstance":{"InstanceId":"48d0f95957504c2fa579e810a390b938",' \ |
| 12 | + '"ExecutionId":"fd183ee02e4b4fd18c95b773cfb5452b"},"EventType":0,"ParentInstance":null,' \ |
| 13 | + '"Name":"DurableFunctionsOrchestratorJS","Version":"","Input":"null","Tags":null,"EventId":-1,' \ |
| 14 | + '"IsPlayed":true,"Timestamp":"2019-12-08T23:18:39.756132Z"},{"EventType":4,"Name":"Hello","Version":"",' \ |
| 15 | + '"Input":null,"EventId":0,"IsPlayed":false,"Timestamp":"2019-12-08T23:29:51.5313393Z"},{"EventType":13,' \ |
| 16 | + '"EventId":-1,"IsPlayed":false,"Timestamp":"2019-12-08T23:29:51.5320985Z"},{"EventType":12,"EventId":-1,' \ |
| 17 | + '"IsPlayed":false,"Timestamp":"2019-12-08T23:29:52.4899106Z"},{"EventType":5,"TaskScheduledId":0,' \ |
| 18 | + '"Result":"Hello Tokyo!","EventId":-1,"IsPlayed":false,"Timestamp":"2019-12-08T23:29:51.7873033Z"}],' \ |
| 19 | + '"input":null,"instanceId":"48d0f95957504c2fa579e810a390b938","isReplaying":true,"parentInstanceId":null}' |
| 20 | + |
| 21 | +STATE_TWO = '{"isDone":false,"actions":[[{"functionName":"Hello","input":"Tokyo","actionType":0}],' \ |
| 22 | + '[{"functionName":"Hello","input":"Seattle","actionType":0}]]}' |
| 23 | + |
| 24 | +HANDLE_THREE = '{"history":[{"EventType":12,"EventId":-1,"IsPlayed":false,' \ |
| 25 | + '"Timestamp":"2019-12-08T23:18:41.3240927Z"},{"OrchestrationInstance":{' \ |
| 26 | + '"InstanceId":"48d0f95957504c2fa579e810a390b938","ExecutionId":"fd183ee02e4b4fd18c95b773cfb5452b"},' \ |
| 27 | + '"EventType":0,"ParentInstance":null,"Name":"DurableFunctionsOrchestratorJS","Version":"",' \ |
| 28 | + '"Input":"null","Tags":null,"EventId":-1,"IsPlayed":true,"Timestamp":"2019-12-08T23:18:39.756132Z"},' \ |
| 29 | + '{"EventType":4,"Name":"Hello","Version":"","Input":null,"EventId":0,"IsPlayed":false,' \ |
| 30 | + '"Timestamp":"2019-12-08T23:29:51.5313393Z"},{"EventType":13,"EventId":-1,"IsPlayed":false,' \ |
| 31 | + '"Timestamp":"2019-12-08T23:29:51.5320985Z"},{"EventType":12,"EventId":-1,"IsPlayed":false,' \ |
| 32 | + '"Timestamp":"2019-12-08T23:29:52.4899106Z"},{"EventType":5,"TaskScheduledId":0,"Result":"Hello ' \ |
| 33 | + 'Tokyo!","EventId":-1,"IsPlayed":true,"Timestamp":"2019-12-08T23:29:51.7873033Z"},{"EventType":4,' \ |
| 34 | + '"Name":"Hello","Version":"","Input":null,"EventId":1,"IsPlayed":false,' \ |
| 35 | + '"Timestamp":"2019-12-08T23:34:12.2632487Z"},{"EventType":13,"EventId":-1,"IsPlayed":false,' \ |
| 36 | + '"Timestamp":"2019-12-08T23:34:12.263286Z"},{"EventType":12,"EventId":-1,"IsPlayed":false,' \ |
| 37 | + '"Timestamp":"2019-12-08T23:34:12.8710525Z"},{"EventType":5,"TaskScheduledId":1,"Result":"Hello ' \ |
| 38 | + 'Seattle!","EventId":-1,"IsPlayed":false,"Timestamp":"2019-12-08T23:34:12.561288Z"}],"input":null,' \ |
| 39 | + '"instanceId":"48d0f95957504c2fa579e810a390b938","isReplaying":true,"parentInstanceId":null}' |
| 40 | + |
| 41 | +STATE_THREE = '{"isDone":false,"actions":[[{"functionName":"Hello","input":"Tokyo","actionType":0}],' \ |
| 42 | + '[{"functionName":"Hello","input":"Seattle","actionType":0}],[{"functionName":"Hello","input":"London",' \ |
| 43 | + '"actionType":0}]]}' |
| 44 | + |
| 45 | +HANDLE_FOUR = '{"history":[{"EventType":12,"EventId":-1,"IsPlayed":false,"Timestamp":"2019-12-08T23:18:41.3240927Z"},' \ |
| 46 | + '{"OrchestrationInstance":{"InstanceId":"48d0f95957504c2fa579e810a390b938",' \ |
| 47 | + '"ExecutionId":"fd183ee02e4b4fd18c95b773cfb5452b"},"EventType":0,"ParentInstance":null,' \ |
| 48 | + '"Name":"DurableFunctionsOrchestratorJS","Version":"","Input":"null","Tags":null,"EventId":-1,' \ |
| 49 | + '"IsPlayed":true,"Timestamp":"2019-12-08T23:18:39.756132Z"},{"EventType":4,"Name":"Hello","Version":"",' \ |
| 50 | + '"Input":null,"EventId":0,"IsPlayed":false,"Timestamp":"2019-12-08T23:29:51.5313393Z"},{"EventType":13,' \ |
| 51 | + '"EventId":-1,"IsPlayed":false,"Timestamp":"2019-12-08T23:29:51.5320985Z"},{"EventType":12,' \ |
| 52 | + '"EventId":-1,"IsPlayed":false,"Timestamp":"2019-12-08T23:29:52.4899106Z"},{"EventType":5,' \ |
| 53 | + '"TaskScheduledId":0,"Result":"Hello Tokyo!","EventId":-1,"IsPlayed":true,' \ |
| 54 | + '"Timestamp":"2019-12-08T23:29:51.7873033Z"},{"EventType":4,"Name":"Hello","Version":"","Input":null,' \ |
| 55 | + '"EventId":1,"IsPlayed":false,"Timestamp":"2019-12-08T23:34:12.2632487Z"},{"EventType":13,"EventId":-1,' \ |
| 56 | + '"IsPlayed":false,"Timestamp":"2019-12-08T23:34:12.263286Z"},{"EventType":12,"EventId":-1,' \ |
| 57 | + '"IsPlayed":false,"Timestamp":"2019-12-08T23:34:12.8710525Z"},{"EventType":5,"TaskScheduledId":1,' \ |
| 58 | + '"Result":"Hello Seattle!","EventId":-1,"IsPlayed":true,"Timestamp":"2019-12-08T23:34:12.561288Z"},' \ |
| 59 | + '{"EventType":4,"Name":"Hello","Version":"","Input":null,"EventId":2,"IsPlayed":false,' \ |
| 60 | + '"Timestamp":"2019-12-08T23:35:01.5011494Z"},{"EventType":13,"EventId":-1,"IsPlayed":false,' \ |
| 61 | + '"Timestamp":"2019-12-08T23:35:01.5011554Z"},{"EventType":12,"EventId":-1,"IsPlayed":false,' \ |
| 62 | + '"Timestamp":"2019-12-08T23:36:20.866617Z"},{"EventType":5,"TaskScheduledId":2,"Result":"Hello ' \ |
| 63 | + 'London!","EventId":-1,"IsPlayed":false,"Timestamp":"2019-12-08T23:36:20.5364383Z"}],"input":null,' \ |
| 64 | + '"instanceId":"48d0f95957504c2fa579e810a390b938","isReplaying":true,"parentInstanceId":null} ' |
| 65 | + |
| 66 | +STATE_FOUR = '{"isDone":true,"actions":[[{"functionName":"Hello","input":"Tokyo","actionType":0}],' \ |
| 67 | + '[{"functionName":"Hello","input":"Seattle","actionType":0}],[{"functionName":"Hello","input":"London",' \ |
| 68 | + '"actionType":0}]],"output":["Hello Tokyo!","Hello Seattle!","Hello London!"]} ' |
0 commit comments