@almadar/std 16.181.0 → 16.183.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/lolo/infra/atoms/std-calendar-sync.lolo +290 -0
- package/behaviors/lolo/infra/atoms/std-migration-job.lolo +2 -2
- package/behaviors/lolo/infra/atoms/std-notification-center.lolo +290 -0
- package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +238 -40
- package/behaviors/lolo/ui/core/atoms/std-esign-flow.lolo +180 -3
- package/behaviors/lolo/ui/core/molecules/ui-calendar-grid.lolo +6 -0
- package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +4 -4
- package/behaviors/lolo/ui/game/.hand-authored.json +1 -1
- package/behaviors/lolo/ui/game/atoms/std-fx-trail.lolo +63 -0
- package/behaviors/lolo/ui/game/atoms/std-gate-lock.lolo +96 -0
- package/behaviors/lolo/ui/game/atoms/std-lives.lolo +121 -0
- package/behaviors/lolo/ui/game/atoms/std-patrol-hazard.lolo +96 -0
- package/behaviors/lolo/ui/game/atoms/std-tutorial-overlay.lolo +164 -0
- package/behaviors/lolo/ui/game/atoms/ui-control-grid.lolo +5 -0
- package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +5 -0
- package/behaviors/lolo/ui/game/templates/ui-game-shell.lolo +5 -5
- package/behaviors/lolo/ui/learning/atoms/std-learn-slope-probe.lolo +117 -0
- package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +18 -0
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +1643 -0
- package/behaviors/registry/infra/atoms/std-migration-job.orb +2 -2
- package/behaviors/registry/infra/atoms/std-notification-center.orb +1621 -0
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +1734 -169
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +846 -2
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +9 -0
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +4 -2
- package/behaviors/registry/ui/game/atoms/std-fx-trail.orb +376 -0
- package/behaviors/registry/ui/game/atoms/std-gate-lock.orb +852 -0
- package/behaviors/registry/ui/game/atoms/std-lives.orb +739 -0
- package/behaviors/registry/ui/game/atoms/std-patrol-hazard.orb +768 -0
- package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +1060 -0
- package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +13 -1
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +13 -1
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +5 -5
- package/behaviors/registry/ui/learning/atoms/std-learn-slope-probe.orb +908 -0
- package/canonical-operators.json +21 -1
- package/dist/behaviors/exports-reader.js +9021 -3497
- package/dist/behaviors/functions/index.d.ts +1001 -10
- package/dist/behaviors/functions/index.js +18568 -13079
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +9022 -3498
- package/dist/behaviors/query.js +9021 -3497
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +347 -315
- package/dist/behaviors-registry.json +2694 -56
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8502 -2941
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/modules/anim.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/behavior.d.ts +1 -1
- package/dist/modules/browser.d.ts +1 -1
- package/dist/modules/browser.js +21 -0
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/core.js +18 -2
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/ease.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/geo.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/grid.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +39 -2
- package/dist/modules/integration.d.ts +1 -1
- package/dist/modules/llm.d.ts +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/memory.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/noise.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/path.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/session.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/trace.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/modules/vector.d.ts +1 -1
- package/dist/modules/workspace.d.ts +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +39 -2
- package/dist/{types-DGJ6Y6nW.d.ts → types-BXWzEjFm.d.ts} +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "std-esign-flow — the send-for-signature flow: list signature requests, create one (pick document + recipient), resend or cancel, track status. Composes std-file-store + std-esign-request; no document-rendering or code-preview chrome.",
|
|
2
|
+
"description": "std-esign-flow — the send-for-signature flow: list signature requests, create one (pick document + recipient), resend or cancel, track status. Composes std-file-store + std-esign-request; no document-rendering or code-preview chrome. v1.2 (W5): EnvelopeDispatcher wires sessions to the real `esign` service — SEND_ENVELOPE dispatches a DocuSign envelope (the document rides the event as an UploadDropZone-shaped file payload, since StoredFile rows are metadata-only) and stamps `envelopeId`/`sentAt`/status=sent; the browse grid's per-row \"Refresh status\" pulls getEnvelopeStatus and maps completed/delivered/declined onto signed/viewed/declined.",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01KXG04G2XSNH89NP1ZVCSX2F8": {
|
|
@@ -136,6 +136,87 @@
|
|
|
136
136
|
"parent": "trt_01KXG04G2XFKTVZ6MWT4X4Y28W",
|
|
137
137
|
"renames": []
|
|
138
138
|
},
|
|
139
|
+
"evt_01M0MMZJ7C0CFESZQ5ENKVPDCT": {
|
|
140
|
+
"bakedName": "ENVELOPE_SENT",
|
|
141
|
+
"curName": "ENVELOPE_SENT",
|
|
142
|
+
"id": "evt_01M0MMZJ7C0CFESZQ5ENKVPDCT",
|
|
143
|
+
"kind": "event",
|
|
144
|
+
"owner": "workspace",
|
|
145
|
+
"parent": "trt_01M0MMZJ7CEY2SRHX9NBWDN7ZS",
|
|
146
|
+
"renames": []
|
|
147
|
+
},
|
|
148
|
+
"evt_01M0MMZJ7C3R220FHX6FWPRNNB": {
|
|
149
|
+
"bakedName": "SEND_ENVELOPE",
|
|
150
|
+
"curName": "SEND_ENVELOPE",
|
|
151
|
+
"id": "evt_01M0MMZJ7C3R220FHX6FWPRNNB",
|
|
152
|
+
"kind": "event",
|
|
153
|
+
"owner": "workspace",
|
|
154
|
+
"parent": "trt_01M0MMZJ7CEY2SRHX9NBWDN7ZS",
|
|
155
|
+
"renames": []
|
|
156
|
+
},
|
|
157
|
+
"evt_01M0MMZJ7C8EBA31GBE092Q0SP": {
|
|
158
|
+
"bakedName": "ENVELOPE_SEND_FAILED",
|
|
159
|
+
"curName": "ENVELOPE_SEND_FAILED",
|
|
160
|
+
"id": "evt_01M0MMZJ7C8EBA31GBE092Q0SP",
|
|
161
|
+
"kind": "event",
|
|
162
|
+
"owner": "workspace",
|
|
163
|
+
"parent": "trt_01M0MMZJ7CEY2SRHX9NBWDN7ZS",
|
|
164
|
+
"renames": []
|
|
165
|
+
},
|
|
166
|
+
"evt_01M0MMZJ7CFHPXVFNDJMT71GKD": {
|
|
167
|
+
"bakedName": "CHECK_ENVELOPE_STATUS",
|
|
168
|
+
"curName": "CHECK_ENVELOPE_STATUS",
|
|
169
|
+
"id": "evt_01M0MMZJ7CFHPXVFNDJMT71GKD",
|
|
170
|
+
"kind": "event",
|
|
171
|
+
"owner": "workspace",
|
|
172
|
+
"parent": "trt_01KXG04G2XFKTVZ6MWT4X4Y28W",
|
|
173
|
+
"renames": []
|
|
174
|
+
},
|
|
175
|
+
"evt_01M0MMZJ7CGYTWH84Q2S608ZFK": {
|
|
176
|
+
"bakedName": "ENVELOPE_STAMP_FAILED",
|
|
177
|
+
"curName": "ENVELOPE_STAMP_FAILED",
|
|
178
|
+
"id": "evt_01M0MMZJ7CGYTWH84Q2S608ZFK",
|
|
179
|
+
"kind": "event",
|
|
180
|
+
"owner": "workspace",
|
|
181
|
+
"parent": "trt_01M0MMZJ7CEY2SRHX9NBWDN7ZS",
|
|
182
|
+
"renames": []
|
|
183
|
+
},
|
|
184
|
+
"evt_01M0MMZJ7CJ8D5ZNXGWH64DRY5": {
|
|
185
|
+
"bakedName": "ENVELOPE_STATUS_LOADED",
|
|
186
|
+
"curName": "ENVELOPE_STATUS_LOADED",
|
|
187
|
+
"id": "evt_01M0MMZJ7CJ8D5ZNXGWH64DRY5",
|
|
188
|
+
"kind": "event",
|
|
189
|
+
"owner": "workspace",
|
|
190
|
+
"parent": "trt_01M0MMZJ7CEY2SRHX9NBWDN7ZS",
|
|
191
|
+
"renames": []
|
|
192
|
+
},
|
|
193
|
+
"evt_01M0MMZJ7CNJJQBQM8YWNP49SP": {
|
|
194
|
+
"bakedName": "ENVELOPE_STAMPED",
|
|
195
|
+
"curName": "ENVELOPE_STAMPED",
|
|
196
|
+
"id": "evt_01M0MMZJ7CNJJQBQM8YWNP49SP",
|
|
197
|
+
"kind": "event",
|
|
198
|
+
"owner": "workspace",
|
|
199
|
+
"parent": "trt_01M0MMZJ7CEY2SRHX9NBWDN7ZS",
|
|
200
|
+
"renames": []
|
|
201
|
+
},
|
|
202
|
+
"evt_01M0MMZJ7CP14FSR8MTASBQSKN": {
|
|
203
|
+
"bakedName": "CHECK_ENVELOPE_STATUS",
|
|
204
|
+
"curName": "CHECK_ENVELOPE_STATUS",
|
|
205
|
+
"id": "evt_01M0MMZJ7CP14FSR8MTASBQSKN",
|
|
206
|
+
"kind": "event",
|
|
207
|
+
"owner": "workspace",
|
|
208
|
+
"parent": "trt_01M0MMZJ7CEY2SRHX9NBWDN7ZS",
|
|
209
|
+
"renames": []
|
|
210
|
+
},
|
|
211
|
+
"evt_01M0MMZJ7CXWDXCQ8G90FMBV11": {
|
|
212
|
+
"bakedName": "ENVELOPE_STATUS_FAILED",
|
|
213
|
+
"curName": "ENVELOPE_STATUS_FAILED",
|
|
214
|
+
"id": "evt_01M0MMZJ7CXWDXCQ8G90FMBV11",
|
|
215
|
+
"kind": "event",
|
|
216
|
+
"owner": "workspace",
|
|
217
|
+
"parent": "trt_01M0MMZJ7CEY2SRHX9NBWDN7ZS",
|
|
218
|
+
"renames": []
|
|
219
|
+
},
|
|
139
220
|
"orb_01KXG04G2XPVD49MAX6GWP787V": {
|
|
140
221
|
"bakedName": "SignatureSessionOrbital",
|
|
141
222
|
"curName": "SignatureSessionOrbital",
|
|
@@ -183,6 +264,14 @@
|
|
|
183
264
|
"kind": "trait",
|
|
184
265
|
"owner": "workspace",
|
|
185
266
|
"renames": []
|
|
267
|
+
},
|
|
268
|
+
"trt_01M0MMZJ7CEY2SRHX9NBWDN7ZS": {
|
|
269
|
+
"bakedName": "EnvelopeDispatcher",
|
|
270
|
+
"curName": "EnvelopeDispatcher",
|
|
271
|
+
"id": "trt_01M0MMZJ7CEY2SRHX9NBWDN7ZS",
|
|
272
|
+
"kind": "trait",
|
|
273
|
+
"owner": "workspace",
|
|
274
|
+
"renames": []
|
|
186
275
|
}
|
|
187
276
|
},
|
|
188
277
|
"schemaVersion": 1
|
|
@@ -259,6 +348,13 @@
|
|
|
259
348
|
"synonyms": "signed date, completion date, signature time",
|
|
260
349
|
"type": "datetime"
|
|
261
350
|
},
|
|
351
|
+
{
|
|
352
|
+
"default": "",
|
|
353
|
+
"description": "Provider envelope id stamped when the real e-sign dispatch succeeds; blank = never dispatched. Written by EnvelopeDispatcher, not user-facing.",
|
|
354
|
+
"name": "envelopeId",
|
|
355
|
+
"synonyms": "docusign id, provider reference",
|
|
356
|
+
"type": "string"
|
|
357
|
+
},
|
|
262
358
|
{
|
|
263
359
|
"default": "",
|
|
264
360
|
"description": "Unique identifier for a pending action or task.",
|
|
@@ -294,6 +390,10 @@
|
|
|
294
390
|
{
|
|
295
391
|
"ref": "SignatureSessionPersistor",
|
|
296
392
|
"refId": "trt_01KXG04G2X40Y24PAD7JV6DE0C"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"ref": "EnvelopeDispatcher",
|
|
396
|
+
"refId": "trt_01M0MMZJ7CEY2SRHX9NBWDN7ZS"
|
|
297
397
|
}
|
|
298
398
|
]
|
|
299
399
|
}
|
|
@@ -362,6 +462,10 @@
|
|
|
362
462
|
"name": "signedAt",
|
|
363
463
|
"type": "datetime"
|
|
364
464
|
},
|
|
465
|
+
{
|
|
466
|
+
"name": "envelopeId",
|
|
467
|
+
"type": "string"
|
|
468
|
+
},
|
|
365
469
|
{
|
|
366
470
|
"name": "pendingId",
|
|
367
471
|
"type": "string"
|
|
@@ -373,6 +477,74 @@
|
|
|
373
477
|
"synonyms": "resend, retransmit, repeat",
|
|
374
478
|
"tier": "presentation"
|
|
375
479
|
},
|
|
480
|
+
{
|
|
481
|
+
"description": "Pull the provider's current envelope status for this request.",
|
|
482
|
+
"event": "CHECK_ENVELOPE_STATUS",
|
|
483
|
+
"eventId": "evt_01M0MMZJ7CFHPXVFNDJMT71GKD",
|
|
484
|
+
"payloadSchema": [
|
|
485
|
+
{
|
|
486
|
+
"name": "id",
|
|
487
|
+
"required": true,
|
|
488
|
+
"type": "string"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "row",
|
|
492
|
+
"properties": [
|
|
493
|
+
{
|
|
494
|
+
"name": "id",
|
|
495
|
+
"required": true,
|
|
496
|
+
"type": "string"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "documentId",
|
|
500
|
+
"required": true,
|
|
501
|
+
"type": "string"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"name": "documentName",
|
|
505
|
+
"type": "string"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"name": "recipientName",
|
|
509
|
+
"required": true,
|
|
510
|
+
"type": "string"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "recipientEmail",
|
|
514
|
+
"required": true,
|
|
515
|
+
"type": "email"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "requesterName",
|
|
519
|
+
"type": "string"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "status",
|
|
523
|
+
"type": "string"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"name": "sentAt",
|
|
527
|
+
"type": "datetime"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "signedAt",
|
|
531
|
+
"type": "datetime"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"name": "envelopeId",
|
|
535
|
+
"type": "string"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "pendingId",
|
|
539
|
+
"type": "string"
|
|
540
|
+
}
|
|
541
|
+
],
|
|
542
|
+
"type": "object"
|
|
543
|
+
}
|
|
544
|
+
],
|
|
545
|
+
"synonyms": "refresh status, check signature, poll envelope",
|
|
546
|
+
"tier": "domain"
|
|
547
|
+
},
|
|
376
548
|
{
|
|
377
549
|
"description": "Signals a signature request has been removed.",
|
|
378
550
|
"event": "REQUEST_DELETE",
|
|
@@ -426,6 +598,10 @@
|
|
|
426
598
|
"name": "signedAt",
|
|
427
599
|
"type": "datetime"
|
|
428
600
|
},
|
|
601
|
+
{
|
|
602
|
+
"name": "envelopeId",
|
|
603
|
+
"type": "string"
|
|
604
|
+
},
|
|
429
605
|
{
|
|
430
606
|
"name": "pendingId",
|
|
431
607
|
"type": "string"
|
|
@@ -619,6 +795,10 @@
|
|
|
619
795
|
"name": "signedAt",
|
|
620
796
|
"type": "datetime"
|
|
621
797
|
},
|
|
798
|
+
{
|
|
799
|
+
"name": "envelopeId",
|
|
800
|
+
"type": "string"
|
|
801
|
+
},
|
|
622
802
|
{
|
|
623
803
|
"name": "pendingId",
|
|
624
804
|
"type": "string"
|
|
@@ -630,6 +810,75 @@
|
|
|
630
810
|
"synonyms": "resend, retransmit, repeat",
|
|
631
811
|
"tier": "presentation"
|
|
632
812
|
},
|
|
813
|
+
{
|
|
814
|
+
"description": "Pull the provider's current envelope status for this request.",
|
|
815
|
+
"id": "evt_01M0MMZJ7CFHPXVFNDJMT71GKD",
|
|
816
|
+
"key": "CHECK_ENVELOPE_STATUS",
|
|
817
|
+
"name": "Check Envelope Status",
|
|
818
|
+
"payloadSchema": [
|
|
819
|
+
{
|
|
820
|
+
"name": "id",
|
|
821
|
+
"required": true,
|
|
822
|
+
"type": "string"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "row",
|
|
826
|
+
"properties": [
|
|
827
|
+
{
|
|
828
|
+
"name": "id",
|
|
829
|
+
"required": true,
|
|
830
|
+
"type": "string"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "documentId",
|
|
834
|
+
"required": true,
|
|
835
|
+
"type": "string"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"name": "documentName",
|
|
839
|
+
"type": "string"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "recipientName",
|
|
843
|
+
"required": true,
|
|
844
|
+
"type": "string"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "recipientEmail",
|
|
848
|
+
"required": true,
|
|
849
|
+
"type": "email"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "requesterName",
|
|
853
|
+
"type": "string"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "status",
|
|
857
|
+
"type": "string"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "sentAt",
|
|
861
|
+
"type": "datetime"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "signedAt",
|
|
865
|
+
"type": "datetime"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "envelopeId",
|
|
869
|
+
"type": "string"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"name": "pendingId",
|
|
873
|
+
"type": "string"
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"type": "object"
|
|
877
|
+
}
|
|
878
|
+
],
|
|
879
|
+
"synonyms": "refresh status, check signature, poll envelope",
|
|
880
|
+
"tier": "domain"
|
|
881
|
+
},
|
|
633
882
|
{
|
|
634
883
|
"description": "Signals a signature request has been removed.",
|
|
635
884
|
"id": "evt_01KXG04G2X99QYBSC9XR0TJJQ4",
|
|
@@ -684,6 +933,10 @@
|
|
|
684
933
|
"name": "signedAt",
|
|
685
934
|
"type": "datetime"
|
|
686
935
|
},
|
|
936
|
+
{
|
|
937
|
+
"name": "envelopeId",
|
|
938
|
+
"type": "string"
|
|
939
|
+
},
|
|
687
940
|
{
|
|
688
941
|
"name": "pendingId",
|
|
689
942
|
"type": "string"
|
|
@@ -830,6 +1083,11 @@
|
|
|
830
1083
|
"event": "REQUEST_DELETE",
|
|
831
1084
|
"label": "Cancel",
|
|
832
1085
|
"variant": "danger"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"event": "CHECK_ENVELOPE_STATUS",
|
|
1089
|
+
"label": "Refresh status",
|
|
1090
|
+
"variant": "secondary"
|
|
833
1091
|
}
|
|
834
1092
|
],
|
|
835
1093
|
"type": "data-grid"
|
|
@@ -1302,6 +1560,592 @@
|
|
|
1302
1560
|
}
|
|
1303
1561
|
]
|
|
1304
1562
|
}
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"category": "lifecycle",
|
|
1566
|
+
"emits": [
|
|
1567
|
+
{
|
|
1568
|
+
"description": "The provider accepted the envelope; carries its id.",
|
|
1569
|
+
"event": "ENVELOPE_SENT",
|
|
1570
|
+
"eventId": "evt_01M0MMZJ7C0CFESZQ5ENKVPDCT",
|
|
1571
|
+
"payloadSchema": [
|
|
1572
|
+
{
|
|
1573
|
+
"name": "envelopeId",
|
|
1574
|
+
"type": "string"
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"name": "status",
|
|
1578
|
+
"type": "string"
|
|
1579
|
+
}
|
|
1580
|
+
],
|
|
1581
|
+
"tier": "internal"
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"description": "The e-sign provider rejected or failed the dispatch.",
|
|
1585
|
+
"event": "ENVELOPE_SEND_FAILED",
|
|
1586
|
+
"eventId": "evt_01M0MMZJ7C8EBA31GBE092Q0SP",
|
|
1587
|
+
"payloadSchema": [
|
|
1588
|
+
{
|
|
1589
|
+
"name": "error",
|
|
1590
|
+
"type": "string"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "code",
|
|
1594
|
+
"type": "string"
|
|
1595
|
+
}
|
|
1596
|
+
],
|
|
1597
|
+
"tier": "internal"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"description": "The provider returned the envelope's current status.",
|
|
1601
|
+
"event": "ENVELOPE_STATUS_LOADED",
|
|
1602
|
+
"eventId": "evt_01M0MMZJ7CJ8D5ZNXGWH64DRY5",
|
|
1603
|
+
"payloadSchema": [
|
|
1604
|
+
{
|
|
1605
|
+
"name": "status",
|
|
1606
|
+
"type": "string"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"name": "completedAt",
|
|
1610
|
+
"type": "string"
|
|
1611
|
+
}
|
|
1612
|
+
],
|
|
1613
|
+
"tier": "internal"
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"description": "Reading the envelope status failed.",
|
|
1617
|
+
"event": "ENVELOPE_STATUS_FAILED",
|
|
1618
|
+
"eventId": "evt_01M0MMZJ7CXWDXCQ8G90FMBV11",
|
|
1619
|
+
"payloadSchema": [
|
|
1620
|
+
{
|
|
1621
|
+
"name": "error",
|
|
1622
|
+
"type": "string"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "code",
|
|
1626
|
+
"type": "string"
|
|
1627
|
+
}
|
|
1628
|
+
],
|
|
1629
|
+
"tier": "internal"
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"description": "The session row now carries the latest provider state (envelopeId / status / timestamps).",
|
|
1633
|
+
"event": "ENVELOPE_STAMPED",
|
|
1634
|
+
"eventId": "evt_01M0MMZJ7CNJJQBQM8YWNP49SP",
|
|
1635
|
+
"payloadSchema": [
|
|
1636
|
+
{
|
|
1637
|
+
"name": "id",
|
|
1638
|
+
"type": "string"
|
|
1639
|
+
}
|
|
1640
|
+
],
|
|
1641
|
+
"scope": "external",
|
|
1642
|
+
"tier": "domain"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"description": "Writing the provider state back onto the session row failed.",
|
|
1646
|
+
"event": "ENVELOPE_STAMP_FAILED",
|
|
1647
|
+
"eventId": "evt_01M0MMZJ7CGYTWH84Q2S608ZFK",
|
|
1648
|
+
"payloadSchema": [
|
|
1649
|
+
{
|
|
1650
|
+
"name": "error",
|
|
1651
|
+
"type": "string"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"name": "code",
|
|
1655
|
+
"type": "string"
|
|
1656
|
+
}
|
|
1657
|
+
],
|
|
1658
|
+
"tier": "internal"
|
|
1659
|
+
}
|
|
1660
|
+
],
|
|
1661
|
+
"entityRefIds": {
|
|
1662
|
+
"SignatureSession": "ent_01KXG04G2XSNH89NP1ZVCSX2F8"
|
|
1663
|
+
},
|
|
1664
|
+
"id": "trt_01M0MMZJ7CEY2SRHX9NBWDN7ZS",
|
|
1665
|
+
"linkedEntity": "SignatureSession",
|
|
1666
|
+
"linkedEntityId": "ent_01KXG04G2XSNH89NP1ZVCSX2F8",
|
|
1667
|
+
"listens": [
|
|
1668
|
+
{
|
|
1669
|
+
"event": "CHECK_ENVELOPE_STATUS",
|
|
1670
|
+
"eventId": "evt_01M0MMZJ7CFHPXVFNDJMT71GKD",
|
|
1671
|
+
"source": {
|
|
1672
|
+
"kind": "trait",
|
|
1673
|
+
"trait": "SignatureSessionBrowse",
|
|
1674
|
+
"traitId": "trt_01KXG04G2XFKTVZ6MWT4X4Y28W"
|
|
1675
|
+
},
|
|
1676
|
+
"triggers": "CHECK_ENVELOPE_STATUS",
|
|
1677
|
+
"triggersId": "evt_01M0MMZJ7CP14FSR8MTASBQSKN"
|
|
1678
|
+
}
|
|
1679
|
+
],
|
|
1680
|
+
"name": "EnvelopeDispatcher",
|
|
1681
|
+
"scope": "instance",
|
|
1682
|
+
"stateMachine": {
|
|
1683
|
+
"events": [
|
|
1684
|
+
{
|
|
1685
|
+
"description": "Dispatch this session as a real e-sign envelope; `file.content` is the document as a base64 data URL (UploadDropZone shape).",
|
|
1686
|
+
"id": "evt_01M0MMZJ7C3R220FHX6FWPRNNB",
|
|
1687
|
+
"key": "SEND_ENVELOPE",
|
|
1688
|
+
"name": "Send Envelope",
|
|
1689
|
+
"payloadSchema": [
|
|
1690
|
+
{
|
|
1691
|
+
"name": "id",
|
|
1692
|
+
"required": true,
|
|
1693
|
+
"type": "string"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "row",
|
|
1697
|
+
"type": "SignatureSession"
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"name": "file",
|
|
1701
|
+
"properties": [
|
|
1702
|
+
{
|
|
1703
|
+
"name": "name",
|
|
1704
|
+
"type": "string"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"name": "size",
|
|
1708
|
+
"type": "number"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "type",
|
|
1712
|
+
"type": "string"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "content",
|
|
1716
|
+
"type": "string"
|
|
1717
|
+
}
|
|
1718
|
+
],
|
|
1719
|
+
"type": "object"
|
|
1720
|
+
}
|
|
1721
|
+
],
|
|
1722
|
+
"synonyms": "send envelope, dispatch signature, send for signing",
|
|
1723
|
+
"tier": "domain"
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"description": "Pull the provider's current envelope status and stamp it onto the session row.",
|
|
1727
|
+
"id": "evt_01M0MMZJ7CP14FSR8MTASBQSKN",
|
|
1728
|
+
"key": "CHECK_ENVELOPE_STATUS",
|
|
1729
|
+
"name": "Check Envelope Status",
|
|
1730
|
+
"payloadSchema": [
|
|
1731
|
+
{
|
|
1732
|
+
"name": "id",
|
|
1733
|
+
"required": true,
|
|
1734
|
+
"type": "string"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"name": "row",
|
|
1738
|
+
"type": "SignatureSession"
|
|
1739
|
+
}
|
|
1740
|
+
],
|
|
1741
|
+
"synonyms": "refresh status, check signature, poll envelope",
|
|
1742
|
+
"tier": "domain"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"description": "The session row now carries the latest provider state (envelopeId / status / timestamps).",
|
|
1746
|
+
"id": "evt_01M0MMZJ7CNJJQBQM8YWNP49SP",
|
|
1747
|
+
"key": "ENVELOPE_STAMPED",
|
|
1748
|
+
"name": "Envelope Stamped",
|
|
1749
|
+
"payloadSchema": [
|
|
1750
|
+
{
|
|
1751
|
+
"name": "id",
|
|
1752
|
+
"type": "string"
|
|
1753
|
+
}
|
|
1754
|
+
],
|
|
1755
|
+
"tier": "domain"
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"description": "Writing the provider state back onto the session row failed.",
|
|
1759
|
+
"id": "evt_01M0MMZJ7CGYTWH84Q2S608ZFK",
|
|
1760
|
+
"key": "ENVELOPE_STAMP_FAILED",
|
|
1761
|
+
"name": "Envelope Stamp Failed",
|
|
1762
|
+
"payloadSchema": [
|
|
1763
|
+
{
|
|
1764
|
+
"name": "error",
|
|
1765
|
+
"type": "string"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "code",
|
|
1769
|
+
"type": "string"
|
|
1770
|
+
}
|
|
1771
|
+
],
|
|
1772
|
+
"tier": "internal"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"description": "The provider accepted the envelope; carries its id.",
|
|
1776
|
+
"id": "evt_01M0MMZJ7C0CFESZQ5ENKVPDCT",
|
|
1777
|
+
"key": "ENVELOPE_SENT",
|
|
1778
|
+
"name": "Envelope Sent",
|
|
1779
|
+
"payloadSchema": [
|
|
1780
|
+
{
|
|
1781
|
+
"name": "envelopeId",
|
|
1782
|
+
"type": "string"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"name": "status",
|
|
1786
|
+
"type": "string"
|
|
1787
|
+
}
|
|
1788
|
+
],
|
|
1789
|
+
"tier": "internal"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"description": "The e-sign provider rejected or failed the dispatch.",
|
|
1793
|
+
"id": "evt_01M0MMZJ7C8EBA31GBE092Q0SP",
|
|
1794
|
+
"key": "ENVELOPE_SEND_FAILED",
|
|
1795
|
+
"name": "Envelope Send Failed",
|
|
1796
|
+
"payloadSchema": [
|
|
1797
|
+
{
|
|
1798
|
+
"name": "error",
|
|
1799
|
+
"type": "string"
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"name": "code",
|
|
1803
|
+
"type": "string"
|
|
1804
|
+
}
|
|
1805
|
+
],
|
|
1806
|
+
"tier": "internal"
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"description": "The provider returned the envelope's current status.",
|
|
1810
|
+
"id": "evt_01M0MMZJ7CJ8D5ZNXGWH64DRY5",
|
|
1811
|
+
"key": "ENVELOPE_STATUS_LOADED",
|
|
1812
|
+
"name": "Envelope Status Loaded",
|
|
1813
|
+
"payloadSchema": [
|
|
1814
|
+
{
|
|
1815
|
+
"name": "status",
|
|
1816
|
+
"type": "string"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"name": "completedAt",
|
|
1820
|
+
"type": "string"
|
|
1821
|
+
}
|
|
1822
|
+
],
|
|
1823
|
+
"tier": "internal"
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"description": "Reading the envelope status failed.",
|
|
1827
|
+
"id": "evt_01M0MMZJ7CXWDXCQ8G90FMBV11",
|
|
1828
|
+
"key": "ENVELOPE_STATUS_FAILED",
|
|
1829
|
+
"name": "Envelope Status Failed",
|
|
1830
|
+
"payloadSchema": [
|
|
1831
|
+
{
|
|
1832
|
+
"name": "error",
|
|
1833
|
+
"type": "string"
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"name": "code",
|
|
1837
|
+
"type": "string"
|
|
1838
|
+
}
|
|
1839
|
+
],
|
|
1840
|
+
"tier": "internal"
|
|
1841
|
+
}
|
|
1842
|
+
],
|
|
1843
|
+
"states": [
|
|
1844
|
+
{
|
|
1845
|
+
"isInitial": true,
|
|
1846
|
+
"name": "idle"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"name": "dispatching"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"name": "polling"
|
|
1853
|
+
}
|
|
1854
|
+
],
|
|
1855
|
+
"transitions": [
|
|
1856
|
+
{
|
|
1857
|
+
"effects": [
|
|
1858
|
+
[
|
|
1859
|
+
"set",
|
|
1860
|
+
"@entity.id",
|
|
1861
|
+
"@payload.id"
|
|
1862
|
+
],
|
|
1863
|
+
[
|
|
1864
|
+
"call-service",
|
|
1865
|
+
"esign",
|
|
1866
|
+
"sendEnvelope",
|
|
1867
|
+
{
|
|
1868
|
+
"documentContent": [
|
|
1869
|
+
"object/get",
|
|
1870
|
+
"@payload.file",
|
|
1871
|
+
"content"
|
|
1872
|
+
],
|
|
1873
|
+
"documentName": [
|
|
1874
|
+
"object/get",
|
|
1875
|
+
"@payload.row",
|
|
1876
|
+
"documentName"
|
|
1877
|
+
],
|
|
1878
|
+
"emailSubject": [
|
|
1879
|
+
"str/concat",
|
|
1880
|
+
"Signature requested: ",
|
|
1881
|
+
[
|
|
1882
|
+
"object/get",
|
|
1883
|
+
"@payload.row",
|
|
1884
|
+
"documentName"
|
|
1885
|
+
]
|
|
1886
|
+
],
|
|
1887
|
+
"recipientEmail": [
|
|
1888
|
+
"object/get",
|
|
1889
|
+
"@payload.row",
|
|
1890
|
+
"recipientEmail"
|
|
1891
|
+
],
|
|
1892
|
+
"recipientName": [
|
|
1893
|
+
"object/get",
|
|
1894
|
+
"@payload.row",
|
|
1895
|
+
"recipientName"
|
|
1896
|
+
]
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"emit": {
|
|
1900
|
+
"failure": "ENVELOPE_SEND_FAILED",
|
|
1901
|
+
"success": "ENVELOPE_SENT"
|
|
1902
|
+
}
|
|
1903
|
+
}
|
|
1904
|
+
]
|
|
1905
|
+
],
|
|
1906
|
+
"event": "SEND_ENVELOPE",
|
|
1907
|
+
"eventId": "evt_01M0MMZJ7C3R220FHX6FWPRNNB",
|
|
1908
|
+
"from": "idle",
|
|
1909
|
+
"to": "dispatching"
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"effects": [
|
|
1913
|
+
[
|
|
1914
|
+
"set",
|
|
1915
|
+
"@entity.id",
|
|
1916
|
+
"@payload.id"
|
|
1917
|
+
],
|
|
1918
|
+
[
|
|
1919
|
+
"call-service",
|
|
1920
|
+
"esign",
|
|
1921
|
+
"getEnvelopeStatus",
|
|
1922
|
+
{
|
|
1923
|
+
"envelopeId": [
|
|
1924
|
+
"object/get",
|
|
1925
|
+
"@payload.row",
|
|
1926
|
+
"envelopeId"
|
|
1927
|
+
]
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"emit": {
|
|
1931
|
+
"failure": "ENVELOPE_STATUS_FAILED",
|
|
1932
|
+
"success": "ENVELOPE_STATUS_LOADED"
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1935
|
+
]
|
|
1936
|
+
],
|
|
1937
|
+
"event": "CHECK_ENVELOPE_STATUS",
|
|
1938
|
+
"eventId": "evt_01M0MMZJ7CP14FSR8MTASBQSKN",
|
|
1939
|
+
"from": "idle",
|
|
1940
|
+
"guard": [
|
|
1941
|
+
"!=",
|
|
1942
|
+
[
|
|
1943
|
+
"object/get",
|
|
1944
|
+
"@payload.row",
|
|
1945
|
+
"envelopeId"
|
|
1946
|
+
],
|
|
1947
|
+
""
|
|
1948
|
+
],
|
|
1949
|
+
"to": "polling"
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"effects": [
|
|
1953
|
+
[
|
|
1954
|
+
"notify",
|
|
1955
|
+
"info",
|
|
1956
|
+
"This request was never dispatched to the e-sign provider — send it first"
|
|
1957
|
+
]
|
|
1958
|
+
],
|
|
1959
|
+
"event": "CHECK_ENVELOPE_STATUS",
|
|
1960
|
+
"eventId": "evt_01M0MMZJ7CP14FSR8MTASBQSKN",
|
|
1961
|
+
"from": "idle",
|
|
1962
|
+
"to": "idle"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"event": "ENVELOPE_STAMPED",
|
|
1966
|
+
"eventId": "evt_01M0MMZJ7CNJJQBQM8YWNP49SP",
|
|
1967
|
+
"from": "idle",
|
|
1968
|
+
"to": "idle"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"effects": [
|
|
1972
|
+
[
|
|
1973
|
+
"notify",
|
|
1974
|
+
"warning",
|
|
1975
|
+
"Could not record the envelope state on the request"
|
|
1976
|
+
]
|
|
1977
|
+
],
|
|
1978
|
+
"event": "ENVELOPE_STAMP_FAILED",
|
|
1979
|
+
"eventId": "evt_01M0MMZJ7CGYTWH84Q2S608ZFK",
|
|
1980
|
+
"from": "idle",
|
|
1981
|
+
"to": "idle"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"effects": [
|
|
1985
|
+
[
|
|
1986
|
+
"persist",
|
|
1987
|
+
"update",
|
|
1988
|
+
"SignatureSession",
|
|
1989
|
+
{
|
|
1990
|
+
"envelopeId": "@payload.envelopeId",
|
|
1991
|
+
"id": "@entity.id",
|
|
1992
|
+
"sentAt": "@now",
|
|
1993
|
+
"status": "sent"
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"emit": {
|
|
1997
|
+
"failure": "ENVELOPE_STAMP_FAILED",
|
|
1998
|
+
"success": "ENVELOPE_STAMPED"
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
2001
|
+
],
|
|
2002
|
+
[
|
|
2003
|
+
"notify",
|
|
2004
|
+
"success",
|
|
2005
|
+
"Signature request sent"
|
|
2006
|
+
]
|
|
2007
|
+
],
|
|
2008
|
+
"event": "ENVELOPE_SENT",
|
|
2009
|
+
"eventId": "evt_01M0MMZJ7C0CFESZQ5ENKVPDCT",
|
|
2010
|
+
"from": "dispatching",
|
|
2011
|
+
"to": "idle"
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"effects": [
|
|
2015
|
+
[
|
|
2016
|
+
"notify",
|
|
2017
|
+
"warning",
|
|
2018
|
+
"Could not send the signature request"
|
|
2019
|
+
]
|
|
2020
|
+
],
|
|
2021
|
+
"event": "ENVELOPE_SEND_FAILED",
|
|
2022
|
+
"eventId": "evt_01M0MMZJ7C8EBA31GBE092Q0SP",
|
|
2023
|
+
"from": "dispatching",
|
|
2024
|
+
"to": "idle"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"effects": [
|
|
2028
|
+
[
|
|
2029
|
+
"persist",
|
|
2030
|
+
"update",
|
|
2031
|
+
"SignatureSession",
|
|
2032
|
+
{
|
|
2033
|
+
"id": "@entity.id",
|
|
2034
|
+
"signedAt": "@now",
|
|
2035
|
+
"status": "signed"
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"emit": {
|
|
2039
|
+
"failure": "ENVELOPE_STAMP_FAILED",
|
|
2040
|
+
"success": "ENVELOPE_STAMPED"
|
|
2041
|
+
}
|
|
2042
|
+
}
|
|
2043
|
+
]
|
|
2044
|
+
],
|
|
2045
|
+
"event": "ENVELOPE_STATUS_LOADED",
|
|
2046
|
+
"eventId": "evt_01M0MMZJ7CJ8D5ZNXGWH64DRY5",
|
|
2047
|
+
"from": "polling",
|
|
2048
|
+
"guard": [
|
|
2049
|
+
"=",
|
|
2050
|
+
"@payload.status",
|
|
2051
|
+
"completed"
|
|
2052
|
+
],
|
|
2053
|
+
"to": "idle"
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"effects": [
|
|
2057
|
+
[
|
|
2058
|
+
"persist",
|
|
2059
|
+
"update",
|
|
2060
|
+
"SignatureSession",
|
|
2061
|
+
{
|
|
2062
|
+
"id": "@entity.id",
|
|
2063
|
+
"status": "viewed"
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"emit": {
|
|
2067
|
+
"failure": "ENVELOPE_STAMP_FAILED",
|
|
2068
|
+
"success": "ENVELOPE_STAMPED"
|
|
2069
|
+
}
|
|
2070
|
+
}
|
|
2071
|
+
]
|
|
2072
|
+
],
|
|
2073
|
+
"event": "ENVELOPE_STATUS_LOADED",
|
|
2074
|
+
"eventId": "evt_01M0MMZJ7CJ8D5ZNXGWH64DRY5",
|
|
2075
|
+
"from": "polling",
|
|
2076
|
+
"guard": [
|
|
2077
|
+
"=",
|
|
2078
|
+
"@payload.status",
|
|
2079
|
+
"delivered"
|
|
2080
|
+
],
|
|
2081
|
+
"to": "idle"
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"effects": [
|
|
2085
|
+
[
|
|
2086
|
+
"persist",
|
|
2087
|
+
"update",
|
|
2088
|
+
"SignatureSession",
|
|
2089
|
+
{
|
|
2090
|
+
"id": "@entity.id",
|
|
2091
|
+
"status": "declined"
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"emit": {
|
|
2095
|
+
"failure": "ENVELOPE_STAMP_FAILED",
|
|
2096
|
+
"success": "ENVELOPE_STAMPED"
|
|
2097
|
+
}
|
|
2098
|
+
}
|
|
2099
|
+
]
|
|
2100
|
+
],
|
|
2101
|
+
"event": "ENVELOPE_STATUS_LOADED",
|
|
2102
|
+
"eventId": "evt_01M0MMZJ7CJ8D5ZNXGWH64DRY5",
|
|
2103
|
+
"from": "polling",
|
|
2104
|
+
"guard": [
|
|
2105
|
+
"=",
|
|
2106
|
+
"@payload.status",
|
|
2107
|
+
"declined"
|
|
2108
|
+
],
|
|
2109
|
+
"to": "idle"
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"effects": [
|
|
2113
|
+
[
|
|
2114
|
+
"persist",
|
|
2115
|
+
"update",
|
|
2116
|
+
"SignatureSession",
|
|
2117
|
+
{
|
|
2118
|
+
"id": "@entity.id",
|
|
2119
|
+
"status": "sent"
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"emit": {
|
|
2123
|
+
"failure": "ENVELOPE_STAMP_FAILED",
|
|
2124
|
+
"success": "ENVELOPE_STAMPED"
|
|
2125
|
+
}
|
|
2126
|
+
}
|
|
2127
|
+
]
|
|
2128
|
+
],
|
|
2129
|
+
"event": "ENVELOPE_STATUS_LOADED",
|
|
2130
|
+
"eventId": "evt_01M0MMZJ7CJ8D5ZNXGWH64DRY5",
|
|
2131
|
+
"from": "polling",
|
|
2132
|
+
"to": "idle"
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"effects": [
|
|
2136
|
+
[
|
|
2137
|
+
"notify",
|
|
2138
|
+
"warning",
|
|
2139
|
+
"Could not read the envelope status"
|
|
2140
|
+
]
|
|
2141
|
+
],
|
|
2142
|
+
"event": "ENVELOPE_STATUS_FAILED",
|
|
2143
|
+
"eventId": "evt_01M0MMZJ7CXWDXCQ8G90FMBV11",
|
|
2144
|
+
"from": "polling",
|
|
2145
|
+
"to": "idle"
|
|
2146
|
+
}
|
|
2147
|
+
]
|
|
2148
|
+
}
|
|
1305
2149
|
}
|
|
1306
2150
|
],
|
|
1307
2151
|
"uses": [
|
|
@@ -1325,5 +2169,5 @@
|
|
|
1325
2169
|
}
|
|
1326
2170
|
],
|
|
1327
2171
|
"schemaVersion": 1,
|
|
1328
|
-
"version": "1.
|
|
2172
|
+
"version": "1.2.0"
|
|
1329
2173
|
}
|