{"templateId":"markdown","versions":[{"version":"v1.39","label":"v1.39 STS","link":"/products/custody/governance/intents","default":true,"active":true,"folderId":"c15a2701"},{"version":"v1.38","label":"v1.38 STS","link":"/products/custody/v1.38/governance/intents","default":false,"active":false,"folderId":"c15a2701"},{"version":"v1.34","label":"v1.34 LTS","link":"/products/custody/v1.34/governance/intents","default":false,"active":false,"folderId":"c15a2701"},{"version":"v1.26","label":"v1.26 LTS","link":"/products/custody/v1.26/governance/intents","default":false,"active":false,"folderId":"c15a2701"},{"version":"v1.19","label":"v1.19 LTS","link":"/products/custody/v1.19/governance/intents","default":false,"active":false,"folderId":"c15a2701"},{"version":"v1.15","label":"v1.15 LTS","link":"/products/custody/v1.15/governance/intents","default":false,"active":false,"folderId":"c15a2701"}],"sharedDataIds":{"sidebar":"sidebar-products/custody/@v1.15/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Intents and approvals","description":"User guides, API reference, and support resources.","siteUrl":"https://docs.ripple.com","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"intents-and-approvals","__idx":0},"children":["Intents and approvals"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Executive summary"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["An intent is a governed proposal to change the system. Every governed modification must go through the intent workflow before execution."]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Intents are immutable after submission."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["User-signed intents are signed by the proposer."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["API-only system-signed intents are submitted without a client-side signature, then signed by the platform before policy evaluation."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Policies determine which additional approvals are required."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Authorized checkers can approve or reject."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Completed intents create an auditable record of governance decisions."]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"success","name":"Why this matters"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Intents are the enforcement mechanism for governance. Transfers, policy changes, user changes, domain changes, and many administrative updates flow through this model. This gives operators and auditors a complete record of who proposed a change, which policy governed it, who approved or rejected it, and whether it executed."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"what-is-an-intent","__idx":1},"children":["What is an intent?"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["An intent represents a proposed change that:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Is signed by the proposer, or is system-signed after API authentication."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Has an operation-specific payload."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Targets a domain."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Expires if not approved in time."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Executes only after the selected policy workflow is satisfied."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Most workflows use user-signed intents. The proposer authenticates, signs the request body with their registered private key, and the signature is verified before policy evaluation."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["System-signed intents are available only through the API. A service caller authenticates with a bearer token and submits a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SystemSigned"]}," request body without an ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["author"]}," field or top-level ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["signature"]},". The platform signs the proposal internally, then policies with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["intentOrigin: \"SystemSigned\""]}," decide whether the proposal is allowed. Even when system-signed intent configuration is enabled by default at deployment level, proposals remain disabled until the Gateway public signing key is registered in Notary and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["NOTARY_SYSTEM_SIGNED_INTENTS_ENABLED"]}," is set to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["enabled: true"]},". For request details, see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/governance/intents/intent-request-structure#system-signed-proposal-request-body"},"children":["Intent request structure"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"intent-lifecycle","__idx":2},"children":["Intent lifecycle"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"stateDiagram-v2\n    [*] --> Proposed: Submit intent\n    Proposed --> PendingApproval: Policy workflow applies\n    PendingApproval --> Approved: Required approvals received\n    PendingApproval --> Rejected: Approver rejects\n    PendingApproval --> Expired: Expiry time passes\n    Approved --> Executed: System applies change\n    Executed --> [*]\n    Rejected --> [*]\n    Expired --> [*]\n","diagramHtml":"<svg id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"statediagram\" style=\"max-width: 475.296875px;\" viewBox=\"0 0 475.296875 574\" role=\"graphics-document document\" aria-roledescription=\"stateDiagram\"><style>#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .error-icon{fill:#552222;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .error-text{fill:#552222;stroke:#552222;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edge-thickness-normal{stroke-width:1px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edge-thickness-thick{stroke-width:3.5px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edge-pattern-solid{stroke-dasharray:0;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .marker{fill:#333333;stroke:#333333;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .marker.cross{stroke:#333333;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 p{margin:0;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 defs [id$=\"-barbEnd\"]{fill:#333333;stroke:#333333;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 g.stateGroup text{fill:#9370DB;stroke:none;font-size:10px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 g.stateGroup text{fill:#333;stroke:none;font-size:10px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 g.stateGroup .state-title{font-weight:bolder;fill:#131300;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 g.stateGroup rect{fill:#ECECFF;stroke:#9370DB;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 g.stateGroup line{stroke:#333333;stroke-width:1;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .transition{stroke:#333333;stroke-width:1;fill:none;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .stateGroup .composit{fill:white;border-bottom:1px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .state-note{stroke:#aaaa33;fill:#fff5ad;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .state-note text{fill:black;stroke:none;font-size:10px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edgeLabel .label rect{fill:#ECECFF;opacity:0.5;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .edgeLabel .label text{fill:#333;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .label div .edgeLabel{color:#333;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .stateLabel text{fill:#131300;font-size:10px;font-weight:bold;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .node circle.state-start{fill:#333333;stroke:#333333;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .node .fork-join{fill:#333333;stroke:#333333;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .node circle.state-end{fill:#9370DB;stroke:white;stroke-width:1.5;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .end-state-inner{fill:white;stroke-width:1.5;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .node rect{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .node polygon{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [id$=\"-barbEnd\"]{fill:#333333;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-cluster rect{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .cluster-label,#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .nodeLabel{color:#131300;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-cluster rect.outer{rx:5px;ry:5px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-state .divider{stroke:#9370DB;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-state .title-state{rx:5px;ry:5px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-cluster.statediagram-cluster .inner{fill:white;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#f0f0f0;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-cluster .inner{rx:0;ry:0;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-state rect.basic{rx:5px;ry:5px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#f0f0f0;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .note-edge{stroke-dasharray:5;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-note rect{fill:#fff5ad;stroke:#aaaa33;stroke-width:1px;rx:0;ry:0;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-note rect{fill:#fff5ad;stroke:#aaaa33;stroke-width:1px;rx:0;ry:0;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-note text{fill:black;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram-note .nodeLabel{color:black;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagram .edgeLabel{color:red;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [id$=\"-dependencyStart\"],#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [id$=\"-dependencyEnd\"]{fill:#333333;stroke:#333333;stroke-width:1;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .statediagramTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].statediagram-cluster rect{fill:#ECECFF;stroke:#9370DB;stroke-width:1;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].statediagram-cluster rect.outer{rx:5px;ry:5px;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 .node .neo-node{stroke:#9370DB;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].node rect,#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].cluster rect,#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g><defs><marker id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52_stateDiagram-barbEnd\" refX=\"19\" refY=\"7\" markerWidth=\"20\" markerHeight=\"14\" markerUnits=\"userSpaceOnUse\" orient=\"auto\"><path d=\"M 19,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M248.086,22L248.086,28.167C248.086,34.333,248.086,46.667,248.086,59C248.086,71.333,248.086,83.667,248.086,89.833L248.086,96\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-edge0\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge0\" data-points=\"W3sieCI6MjQ4LjA4NTkzNzUsInkiOjIyfSx7IngiOjI0OC4wODU5Mzc1LCJ5Ijo1OX0seyJ4IjoyNDguMDg1OTM3NSwieSI6OTZ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52_stateDiagram-barbEnd)\"></path><path d=\"M248.086,136L248.086,142.167C248.086,148.333,248.086,160.667,248.086,173C248.086,185.333,248.086,197.667,248.086,203.833L248.086,210\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-edge1\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge1\" data-points=\"W3sieCI6MjQ4LjA4NTkzNzUsInkiOjEzNn0seyJ4IjoyNDguMDg1OTM3NSwieSI6MTczfSx7IngiOjI0OC4wODU5Mzc1LCJ5IjoyMTB9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52_stateDiagram-barbEnd)\"></path><path d=\"M207.481,250L190.901,258.167C174.321,266.333,141.16,282.667,124.58,299C108,315.333,108,331.667,108,339.833L108,348\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-edge2\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge2\" data-points=\"W3sieCI6MjA3LjQ4MTMxNzkzNDc4MjYyLCJ5IjoyNTB9LHsieCI6MTA4LCJ5IjoyOTl9LHsieCI6MTA4LCJ5IjozNDh9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52_stateDiagram-barbEnd)\"></path><path d=\"M248.086,250L248.086,258.167C248.086,266.333,248.086,282.667,248.086,302.333C248.086,322,248.086,345,248.086,366C248.086,387,248.086,406,248.086,421.667C248.086,437.333,248.086,449.667,248.086,455.833L248.086,462\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-edge3\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge3\" data-points=\"W3sieCI6MjQ4LjA4NTkzNzUsInkiOjI1MH0seyJ4IjoyNDguMDg1OTM3NSwieSI6Mjk5fSx7IngiOjI0OC4wODU5Mzc1LCJ5IjozNjh9LHsieCI6MjQ4LjA4NTkzNzUsInkiOjQyNX0seyJ4IjoyNDguMDg1OTM3NSwieSI6NDYyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52_stateDiagram-barbEnd)\"></path><path d=\"M291.6,250L309.369,258.167C327.137,266.333,362.674,282.667,380.443,302.333C398.211,322,398.211,345,398.211,366C398.211,387,398.211,406,398.211,421.667C398.211,437.333,398.211,449.667,398.211,455.833L398.211,462\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-edge4\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge4\" data-points=\"W3sieCI6MjkxLjYwMDQzMDI1MzYyMzIsInkiOjI1MH0seyJ4IjozOTguMjEwOTM3NSwieSI6Mjk5fSx7IngiOjM5OC4yMTA5Mzc1LCJ5IjozNjh9LHsieCI6Mzk4LjIxMDkzNzUsInkiOjQyNX0seyJ4IjozOTguMjEwOTM3NSwieSI6NDYyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52_stateDiagram-barbEnd)\"></path><path d=\"M108,388L108,394.167C108,400.333,108,412.667,108,425C108,437.333,108,449.667,108,455.833L108,462\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-edge5\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge5\" data-points=\"W3sieCI6MTA4LCJ5IjozODh9LHsieCI6MTA4LCJ5Ijo0MjV9LHsieCI6MTA4LCJ5Ijo0NjJ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52_stateDiagram-barbEnd)\"></path><path d=\"M108,502L108,506.167C108,510.333,108,518.667,130.209,527.907C152.418,537.147,196.837,547.293,219.046,552.366L241.255,557.44\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-edge6\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge6\" data-points=\"W3sieCI6MTA4LCJ5Ijo1MDJ9LHsieCI6MTA4LCJ5Ijo1Mjd9LHsieCI6MjQxLjI1NTI0MDQzMTc3NzE3LCJ5Ijo1NTcuNDM5NjU1NjEzNjYxMn1d\" data-look=\"classic\" marker-end=\"url(#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52_stateDiagram-barbEnd)\"></path><path d=\"M248.086,502L248.086,506.167C248.086,510.333,248.086,518.667,248.086,526.999C248.086,535.331,248.086,543.662,248.086,547.828L248.086,551.993\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-edge7\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge7\" data-points=\"W3sieCI6MjQ4LjA4NTkzNzUsInkiOjUwMn0seyJ4IjoyNDguMDg1OTM3NSwieSI6NTI3fSx7IngiOjI0OC4wODU5Mzc1LCJ5Ijo1NTEuOTkzMzUzMzY2ODUxOH1d\" data-look=\"classic\" marker-end=\"url(#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52_stateDiagram-barbEnd)\"></path><path d=\"M398.211,502L398.211,506.167C398.211,510.333,398.211,518.667,374.332,527.923C350.454,537.18,302.696,547.36,278.817,552.449L254.939,557.539\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-edge8\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge8\" data-points=\"W3sieCI6Mzk4LjIxMDkzNzUsInkiOjUwMn0seyJ4IjozOTguMjEwOTM3NSwieSI6NTI3fSx7IngiOjI1NC45Mzg2MzU5OTAzOTY0NSwieSI6NTU3LjUzOTMwODIzMTg1NTZ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52_stateDiagram-barbEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(248.0859375, 59)\"><g class=\"label\" data-id=\"edge0\" transform=\"translate(-50.5546875, -12)\"><foreignObject width=\"101.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Submit intent</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(248.0859375, 173)\"><g class=\"label\" data-id=\"edge1\" transform=\"translate(-86.4453125, -12)\"><foreignObject width=\"172.890625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Policy workflow applies</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(108, 299)\"><g class=\"label\" data-id=\"edge2\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Required approvals received</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(248.0859375, 368)\"><g class=\"label\" data-id=\"edge3\" transform=\"translate(-61.0390625, -12)\"><foreignObject width=\"122.078125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Approver rejects</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(398.2109375, 368)\"><g class=\"label\" data-id=\"edge4\" transform=\"translate(-69.0859375, -12)\"><foreignObject width=\"138.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Expiry time passes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(108, 425)\"><g class=\"label\" data-id=\"edge5\" transform=\"translate(-84.703125, -12)\"><foreignObject width=\"169.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>System applies change</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge6\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge7\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge8\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-state-root_start-0\" data-look=\"classic\" transform=\"translate(248.0859375, 15)\"><circle class=\"state-start\" r=\"7\" width=\"14\" height=\"14\"></circle></g><g class=\"node  statediagram-state\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-state-Proposed-1\" data-look=\"classic\" transform=\"translate(248.0859375, 116)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-43.6953125\" y=\"-20\" width=\"87.390625\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-35.6953125, -12)\"><rect></rect><foreignObject width=\"71.390625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Proposed</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-state-PendingApproval-4\" data-look=\"classic\" transform=\"translate(248.0859375, 230)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-71.5625\" y=\"-20\" width=\"143.125\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-63.5625, -12)\"><rect></rect><foreignObject width=\"127.125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>PendingApproval</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-state-Approved-5\" data-look=\"classic\" transform=\"translate(108, 368)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-44.046875\" y=\"-20\" width=\"88.09375\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-36.046875, -12)\"><rect></rect><foreignObject width=\"72.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Approved</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-state-Rejected-7\" data-look=\"classic\" transform=\"translate(248.0859375, 482)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-39.96875\" y=\"-20\" width=\"79.9375\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-31.96875, -12)\"><rect></rect><foreignObject width=\"63.9375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Rejected</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-state-Expired-8\" data-look=\"classic\" transform=\"translate(398.2109375, 482)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-36.0625\" y=\"-20\" width=\"72.125\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-28.0625, -12)\"><rect></rect><foreignObject width=\"56.125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Expired</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-state-Executed-6\" data-look=\"classic\" transform=\"translate(108, 482)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-41.90625\" y=\"-20\" width=\"83.8125\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-33.90625, -12)\"><rect></rect><foreignObject width=\"67.8125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Executed</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-state-root_end-8\" data-look=\"classic\" transform=\"translate(248.0859375, 559)\"><g class=\"outer-path\"><path d=\"M7 0 C7 0.40517908122283747, 6.964012880168563 0.816513743121899, 6.893654271085456 1.2155372436685123 C6.823295662002349 1.6145607442151257, 6.716427752933756 2.013397210557766, 6.5778483455013586 2.394141003279681 C6.439268938068961 2.7748847960015954, 6.26476736710249 3.149104622578984, 6.062177826491071 3.4999999999999996 C5.859588285879653 3.8508953774210153, 5.622755194947063 4.189128084166967, 5.362311101832846 4.499513267805774 C5.10186700871863 4.809898451444582, 4.809898451444583 5.10186700871863, 4.499513267805775 5.362311101832846 C4.189128084166968 5.622755194947063, 3.8508953774210166 5.859588285879652, 3.500000000000001 6.06217782649107 C3.149104622578985 6.264767367102489, 2.7748847960015963 6.439268938068961, 2.3941410032796817 6.5778483455013586 C2.013397210557767 6.716427752933756, 1.6145607442151264 6.823295662002349, 1.2155372436685128 6.893654271085456 C0.8165137431218992 6.964012880168563, 0.4051790812228379 7, 4.286263797015736e-16 7 C-0.405179081222837 7, -0.8165137431218985 6.964012880168563, -1.2155372436685121 6.893654271085456 C-1.6145607442151257 6.823295662002349, -2.0133972105577667 6.716427752933756, -2.394141003279681 6.5778483455013586 C-2.774884796001595 6.439268938068961, -3.149104622578983 6.26476736710249, -3.4999999999999982 6.062177826491071 C-3.8508953774210135 5.859588285879653, -4.189128084166966 5.6227551949470636, -4.499513267805773 5.362311101832848 C-4.809898451444581 5.101867008718632, -5.101867008718628 4.809898451444586, -5.3623111018328435 4.499513267805779 C-5.622755194947059 4.189128084166971, -5.859588285879649 3.8508953774210206, -6.062177826491068 3.5000000000000053 C-6.264767367102486 3.14910462257899, -6.439268938068958 2.774884796001602, -6.577848345501356 2.394141003279688 C-6.716427752933754 2.0133972105577738, -6.823295662002347 1.614560744215134, -6.893654271085454 1.215537243668521 C-6.9640128801685615 0.816513743121908, -6.999999999999999 0.4051790812228472, -7 1.0183126166254463e-14 C-7.000000000000001 -0.40517908122282686, -6.964012880168565 -0.8165137431218878, -6.893654271085459 -1.215537243668501 C-6.823295662002352 -1.6145607442151142, -6.716427752933759 -2.0133972105577542, -6.577848345501363 -2.394141003279669 C-6.439268938068967 -2.7748847960015834, -6.264767367102496 -3.149104622578972, -6.062177826491078 -3.4999999999999876 C-5.859588285879661 -3.8508953774210033, -5.6227551949470715 -4.1891280841669545, -5.362311101832856 -4.499513267805763 C-5.10186700871864 -4.809898451444571, -4.809898451444594 -5.10186700871862, -4.499513267805787 -5.362311101832836 C-4.189128084166979 -5.622755194947053, -3.850895377421028 -5.859588285879643, -3.5000000000000133 -6.062177826491062 C-3.1491046225789985 -6.264767367102482, -2.774884796001611 -6.439268938068954, -2.3941410032796973 -6.577848345501353 C-2.0133972105577835 -6.716427752933752, -1.6145607442151435 -6.823295662002345, -1.2155372436685306 -6.893654271085453 C-0.8165137431219176 -6.9640128801685615, -0.40517908122285695 -6.999999999999999, -1.9937625952807352e-14 -7 C0.4051790812228171 -7.000000000000001, 0.8165137431218781 -6.964012880168565, 1.2155372436684913 -6.89365427108546 C1.6145607442151044 -6.823295662002354, 2.013397210557745 -6.716427752933763, 2.3941410032796595 -6.5778483455013665 C2.774884796001574 -6.43926893806897, 3.149104622578963 -6.2647673671025, 3.499999999999979 -6.062177826491083 C3.8508953774209953 -5.859588285879665, 4.189128084166947 -5.622755194947077, 4.499513267805756 -5.362311101832862 C4.809898451444564 -5.1018670087186475, 5.101867008718613 -4.809898451444602, 5.362311101832829 -4.499513267805796 C5.622755194947046 -4.189128084166989, 5.859588285879637 -3.8508953774210393, 6.062177826491056 -3.500000000000025 C6.2647673671024755 -3.1491046225790105, 6.439268938068949 -2.774884796001623, 6.577848345501348 -2.3941410032797092 C6.716427752933747 -2.0133972105577955, 6.823295662002342 -1.6145607442151562, 6.893654271085451 -1.2155372436685434 C6.96401288016856 -0.8165137431219307, 6.982275711847575 -0.2025895406114567, 7 -3.2800750208310675e-14 C7.017724288152425 0.2025895406113911, 7.017724288152424 -0.2025895406114242, 7 0\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M7 0 C7 0.40517908122283747, 6.964012880168563 0.816513743121899, 6.893654271085456 1.2155372436685123 C6.823295662002349 1.6145607442151257, 6.716427752933756 2.013397210557766, 6.5778483455013586 2.394141003279681 C6.439268938068961 2.7748847960015954, 6.26476736710249 3.149104622578984, 6.062177826491071 3.4999999999999996 C5.859588285879653 3.8508953774210153, 5.622755194947063 4.189128084166967, 5.362311101832846 4.499513267805774 C5.10186700871863 4.809898451444582, 4.809898451444583 5.10186700871863, 4.499513267805775 5.362311101832846 C4.189128084166968 5.622755194947063, 3.8508953774210166 5.859588285879652, 3.500000000000001 6.06217782649107 C3.149104622578985 6.264767367102489, 2.7748847960015963 6.439268938068961, 2.3941410032796817 6.5778483455013586 C2.013397210557767 6.716427752933756, 1.6145607442151264 6.823295662002349, 1.2155372436685128 6.893654271085456 C0.8165137431218992 6.964012880168563, 0.4051790812228379 7, 4.286263797015736e-16 7 C-0.405179081222837 7, -0.8165137431218985 6.964012880168563, -1.2155372436685121 6.893654271085456 C-1.6145607442151257 6.823295662002349, -2.0133972105577667 6.716427752933756, -2.394141003279681 6.5778483455013586 C-2.774884796001595 6.439268938068961, -3.149104622578983 6.26476736710249, -3.4999999999999982 6.062177826491071 C-3.8508953774210135 5.859588285879653, -4.189128084166966 5.6227551949470636, -4.499513267805773 5.362311101832848 C-4.809898451444581 5.101867008718632, -5.101867008718628 4.809898451444586, -5.3623111018328435 4.499513267805779 C-5.622755194947059 4.189128084166971, -5.859588285879649 3.8508953774210206, -6.062177826491068 3.5000000000000053 C-6.264767367102486 3.14910462257899, -6.439268938068958 2.774884796001602, -6.577848345501356 2.394141003279688 C-6.716427752933754 2.0133972105577738, -6.823295662002347 1.614560744215134, -6.893654271085454 1.215537243668521 C-6.9640128801685615 0.816513743121908, -6.999999999999999 0.4051790812228472, -7 1.0183126166254463e-14 C-7.000000000000001 -0.40517908122282686, -6.964012880168565 -0.8165137431218878, -6.893654271085459 -1.215537243668501 C-6.823295662002352 -1.6145607442151142, -6.716427752933759 -2.0133972105577542, -6.577848345501363 -2.394141003279669 C-6.439268938068967 -2.7748847960015834, -6.264767367102496 -3.149104622578972, -6.062177826491078 -3.4999999999999876 C-5.859588285879661 -3.8508953774210033, -5.6227551949470715 -4.1891280841669545, -5.362311101832856 -4.499513267805763 C-5.10186700871864 -4.809898451444571, -4.809898451444594 -5.10186700871862, -4.499513267805787 -5.362311101832836 C-4.189128084166979 -5.622755194947053, -3.850895377421028 -5.859588285879643, -3.5000000000000133 -6.062177826491062 C-3.1491046225789985 -6.264767367102482, -2.774884796001611 -6.439268938068954, -2.3941410032796973 -6.577848345501353 C-2.0133972105577835 -6.716427752933752, -1.6145607442151435 -6.823295662002345, -1.2155372436685306 -6.893654271085453 C-0.8165137431219176 -6.9640128801685615, -0.40517908122285695 -6.999999999999999, -1.9937625952807352e-14 -7 C0.4051790812228171 -7.000000000000001, 0.8165137431218781 -6.964012880168565, 1.2155372436684913 -6.89365427108546 C1.6145607442151044 -6.823295662002354, 2.013397210557745 -6.716427752933763, 2.3941410032796595 -6.5778483455013665 C2.774884796001574 -6.43926893806897, 3.149104622578963 -6.2647673671025, 3.499999999999979 -6.062177826491083 C3.8508953774209953 -5.859588285879665, 4.189128084166947 -5.622755194947077, 4.499513267805756 -5.362311101832862 C4.809898451444564 -5.1018670087186475, 5.101867008718613 -4.809898451444602, 5.362311101832829 -4.499513267805796 C5.622755194947046 -4.189128084166989, 5.859588285879637 -3.8508953774210393, 6.062177826491056 -3.500000000000025 C6.2647673671024755 -3.1491046225790105, 6.439268938068949 -2.774884796001623, 6.577848345501348 -2.3941410032797092 C6.716427752933747 -2.0133972105577955, 6.823295662002342 -1.6145607442151562, 6.893654271085451 -1.2155372436685434 C6.96401288016856 -0.8165137431219307, 6.982275711847575 -0.2025895406114567, 7 -3.2800750208310675e-14 C7.017724288152425 0.2025895406113911, 7.017724288152424 -0.2025895406114242, 7 0\" stroke=\"#333333\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path><g><path d=\"M2.5 0 C2.5 0.14470681472244193, 2.487147457203058 0.29161205111496386, 2.46201938253052 0.4341204441673258 C2.436891307857982 0.5766288372196877, 2.3987241974763416 0.7190704323420595, 2.3492315519647713 0.8550503583141718 C2.299738906453201 0.991030284286284, 2.2374169168223177 1.124680222349637, 2.165063509461097 1.2499999999999998 C2.092710102099876 1.3753197776503625, 2.0081268553382365 1.496117172916774, 1.915111107797445 1.6069690242163481 C1.8220953602566536 1.7178208755159223, 1.7178208755159226 1.8220953602566536, 1.6069690242163484 1.915111107797445 C1.4961171729167742 2.0081268553382365, 1.375319777650363 2.0927101020998755, 1.2500000000000002 2.1650635094610964 C1.1246802223496375 2.2374169168223172, 0.9910302842862845 2.2997389064532, 0.8550503583141721 2.349231551964771 C0.7190704323420597 2.3987241974763416, 0.576628837219688 2.436891307857982, 0.43412044416732604 2.46201938253052 C0.291612051114964 2.487147457203058, 0.14470681472244212 2.5, 1.5308084989341916e-16 2.5 C-0.1447068147224418 2.5, -0.2916120511149638 2.487147457203058, -0.43412044416732576 2.46201938253052 C-0.5766288372196877 2.436891307857982, -0.7190704323420595 2.3987241974763416, -0.8550503583141718 2.3492315519647713 C-0.991030284286284 2.299738906453201, -1.124680222349637 2.2374169168223177, -1.2499999999999996 2.165063509461097 C-1.375319777650362 2.092710102099876, -1.4961171729167733 2.008126855338237, -1.6069690242163475 1.9151111077974459 C-1.7178208755159217 1.8220953602566548, -1.822095360256653 1.7178208755159234, -1.9151111077974443 1.6069690242163495 C-2.0081268553382357 1.4961171729167755, -2.0927101020998746 1.3753197776503645, -2.1650635094610955 1.250000000000002 C-2.2374169168223164 1.1246802223496395, -2.2997389064531992 0.9910302842862865, -2.34923155196477 0.8550503583141743 C-2.3987241974763407 0.7190704323420621, -2.436891307857981 0.5766288372196907, -2.4620193825305194 0.434120444167329 C-2.487147457203058 0.29161205111496724, -2.5 0.14470681472244545, -2.5 3.636830773662308e-15 C-2.5 -0.14470681472243818, -2.4871474572030587 -0.2916120511149599, -2.4620193825305208 -0.4341204441673218 C-2.436891307857983 -0.5766288372196837, -2.398724197476343 -0.7190704323420553, -2.3492315519647726 -0.8550503583141675 C-2.2997389064532023 -0.9910302842862798, -2.23741691682232 -1.1246802223496328, -2.165063509461099 -1.2499999999999956 C-2.092710102099878 -1.3753197776503583, -2.00812685533824 -1.4961171729167695, -1.9151111077974488 -1.606969024216344 C-1.8220953602566576 -1.7178208755159183, -1.7178208755159263 -1.82209536025665, -1.6069690242163523 -1.9151111077974416 C-1.4961171729167784 -2.0081268553382334, -1.3753197776503672 -2.0927101020998724, -1.2500000000000047 -2.1650635094610937 C-1.1246802223496422 -2.237416916822315, -0.9910302842862897 -2.299738906453198, -0.8550503583141776 -2.3492315519647686 C-0.7190704323420656 -2.3987241974763394, -0.5766288372196942 -2.4368913078579806, -0.43412044416733236 -2.462019382530519 C-0.29161205111497057 -2.4871474572030574, -0.1447068147224489 -2.4999999999999996, -7.120580697431198e-15 -2.5 C0.14470681472243463 -2.5000000000000004, 0.29161205111495647 -2.487147457203059, 0.4341204441673183 -2.4620193825305217 C0.5766288372196802 -2.436891307857984, 0.7190704323420518 -2.3987241974763442, 0.8550503583141642 -2.349231551964774 C0.9910302842862766 -2.2997389064532037, 1.1246802223496295 -2.2374169168223212, 1.2499999999999925 -2.165063509461101 C1.3753197776503554 -2.0927101020998804, 1.4961171729167668 -2.008126855338242, 1.6069690242163412 -1.915111107797451 C1.7178208755159157 -1.82209536025666, 1.8220953602566472 -1.7178208755159294, 1.915111107797439 -1.6069690242163557 C2.0081268553382308 -1.496117172916782, 2.09271010209987 -1.3753197776503712, 2.1650635094610915 -1.2500000000000089 C2.237416916822313 -1.1246802223496466, 2.299738906453196 -0.9910302842862939, 2.3492315519647673 -0.855050358314182 C2.3987241974763385 -0.71907043234207, 2.4368913078579792 -0.5766288372196986, 2.462019382530518 -0.4341204441673369 C2.487147457203057 -0.29161205111497523, 2.4936698970884197 -0.07235340736123454, 2.5 -1.1714553645825241e-14 C2.5063301029115803 0.07235340736121111, 2.50633010291158 -0.07235340736122292, 2.5 0\" stroke=\"none\" stroke-width=\"0\" fill=\"#9370DB\" style=\"\"></path><path d=\"M2.5 0 C2.5 0.14470681472244193, 2.487147457203058 0.29161205111496386, 2.46201938253052 0.4341204441673258 C2.436891307857982 0.5766288372196877, 2.3987241974763416 0.7190704323420595, 2.3492315519647713 0.8550503583141718 C2.299738906453201 0.991030284286284, 2.2374169168223177 1.124680222349637, 2.165063509461097 1.2499999999999998 C2.092710102099876 1.3753197776503625, 2.0081268553382365 1.496117172916774, 1.915111107797445 1.6069690242163481 C1.8220953602566536 1.7178208755159223, 1.7178208755159226 1.8220953602566536, 1.6069690242163484 1.915111107797445 C1.4961171729167742 2.0081268553382365, 1.375319777650363 2.0927101020998755, 1.2500000000000002 2.1650635094610964 C1.1246802223496375 2.2374169168223172, 0.9910302842862845 2.2997389064532, 0.8550503583141721 2.349231551964771 C0.7190704323420597 2.3987241974763416, 0.576628837219688 2.436891307857982, 0.43412044416732604 2.46201938253052 C0.291612051114964 2.487147457203058, 0.14470681472244212 2.5, 1.5308084989341916e-16 2.5 C-0.1447068147224418 2.5, -0.2916120511149638 2.487147457203058, -0.43412044416732576 2.46201938253052 C-0.5766288372196877 2.436891307857982, -0.7190704323420595 2.3987241974763416, -0.8550503583141718 2.3492315519647713 C-0.991030284286284 2.299738906453201, -1.124680222349637 2.2374169168223177, -1.2499999999999996 2.165063509461097 C-1.375319777650362 2.092710102099876, -1.4961171729167733 2.008126855338237, -1.6069690242163475 1.9151111077974459 C-1.7178208755159217 1.8220953602566548, -1.822095360256653 1.7178208755159234, -1.9151111077974443 1.6069690242163495 C-2.0081268553382357 1.4961171729167755, -2.0927101020998746 1.3753197776503645, -2.1650635094610955 1.250000000000002 C-2.2374169168223164 1.1246802223496395, -2.2997389064531992 0.9910302842862865, -2.34923155196477 0.8550503583141743 C-2.3987241974763407 0.7190704323420621, -2.436891307857981 0.5766288372196907, -2.4620193825305194 0.434120444167329 C-2.487147457203058 0.29161205111496724, -2.5 0.14470681472244545, -2.5 3.636830773662308e-15 C-2.5 -0.14470681472243818, -2.4871474572030587 -0.2916120511149599, -2.4620193825305208 -0.4341204441673218 C-2.436891307857983 -0.5766288372196837, -2.398724197476343 -0.7190704323420553, -2.3492315519647726 -0.8550503583141675 C-2.2997389064532023 -0.9910302842862798, -2.23741691682232 -1.1246802223496328, -2.165063509461099 -1.2499999999999956 C-2.092710102099878 -1.3753197776503583, -2.00812685533824 -1.4961171729167695, -1.9151111077974488 -1.606969024216344 C-1.8220953602566576 -1.7178208755159183, -1.7178208755159263 -1.82209536025665, -1.6069690242163523 -1.9151111077974416 C-1.4961171729167784 -2.0081268553382334, -1.3753197776503672 -2.0927101020998724, -1.2500000000000047 -2.1650635094610937 C-1.1246802223496422 -2.237416916822315, -0.9910302842862897 -2.299738906453198, -0.8550503583141776 -2.3492315519647686 C-0.7190704323420656 -2.3987241974763394, -0.5766288372196942 -2.4368913078579806, -0.43412044416733236 -2.462019382530519 C-0.29161205111497057 -2.4871474572030574, -0.1447068147224489 -2.4999999999999996, -7.120580697431198e-15 -2.5 C0.14470681472243463 -2.5000000000000004, 0.29161205111495647 -2.487147457203059, 0.4341204441673183 -2.4620193825305217 C0.5766288372196802 -2.436891307857984, 0.7190704323420518 -2.3987241974763442, 0.8550503583141642 -2.349231551964774 C0.9910302842862766 -2.2997389064532037, 1.1246802223496295 -2.2374169168223212, 1.2499999999999925 -2.165063509461101 C1.3753197776503554 -2.0927101020998804, 1.4961171729167668 -2.008126855338242, 1.6069690242163412 -1.915111107797451 C1.7178208755159157 -1.82209536025666, 1.8220953602566472 -1.7178208755159294, 1.915111107797439 -1.6069690242163557 C2.0081268553382308 -1.496117172916782, 2.09271010209987 -1.3753197776503712, 2.1650635094610915 -1.2500000000000089 C2.237416916822313 -1.1246802223496466, 2.299738906453196 -0.9910302842862939, 2.3492315519647673 -0.855050358314182 C2.3987241974763385 -0.71907043234207, 2.4368913078579792 -0.5766288372196986, 2.462019382530518 -0.4341204441673369 C2.487147457203057 -0.29161205111497523, 2.4936698970884197 -0.07235340736123454, 2.5 -1.1714553645825241e-14 C2.5063301029115803 0.07235340736121111, 2.50633010291158 -0.07235340736122292, 2.5 0\" stroke=\"#9370DB\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g></g></g></g></g></g><defs><filter id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-c1c0703b53e66c690df464f2fbc3948d2341579fb49db2a95fa6f1379f87cf52-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"statediagram\" style=\"max-width: 475.296875px;\" viewBox=\"0 0 475.296875 574\" role=\"graphics-document document\" aria-roledescription=\"stateDiagram\"><style>#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .error-icon{fill:#a44141;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .error-text{fill:#ddd;stroke:#ddd;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edge-thickness-normal{stroke-width:1px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edge-thickness-thick{stroke-width:3.5px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edge-pattern-solid{stroke-dasharray:0;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .marker.cross{stroke:lightgrey;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 p{margin:0;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 defs [id$=\"-barbEnd\"]{fill:lightgrey;stroke:lightgrey;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 g.stateGroup text{fill:#ccc;stroke:none;font-size:10px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 g.stateGroup text{fill:#ccc;stroke:none;font-size:10px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 g.stateGroup .state-title{font-weight:bolder;fill:#e0dfdf;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 g.stateGroup rect{fill:#1f2020;stroke:#ccc;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 g.stateGroup line{stroke:lightgrey;stroke-width:1;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .transition{stroke:lightgrey;stroke-width:1;fill:none;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .stateGroup .composit{fill:#333;border-bottom:1px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .state-note{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .state-note text{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);stroke:none;font-size:10px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .stateLabel .box{stroke:none;stroke-width:0;fill:#1f2020;opacity:0.5;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edgeLabel .label rect{fill:#1f2020;opacity:0.5;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .edgeLabel .label text{fill:#ccc;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .label div .edgeLabel{color:#ccc;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .stateLabel text{fill:#e0dfdf;font-size:10px;font-weight:bold;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .node circle.state-start{fill:#f4f4f4;stroke:#f4f4f4;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .node .fork-join{fill:#f4f4f4;stroke:#f4f4f4;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .node circle.state-end{fill:#cccccc;stroke:#333;stroke-width:1.5;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .end-state-inner{fill:#333;stroke-width:1.5;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .node rect{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .node polygon{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [id$=\"-barbEnd\"]{fill:lightgrey;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-cluster rect{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .cluster-label,#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .nodeLabel{color:#e0dfdf;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-cluster rect.outer{rx:5px;ry:5px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-state .divider{stroke:#ccc;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-state .title-state{rx:5px;ry:5px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-cluster.statediagram-cluster .inner{fill:#333;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#555;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-cluster .inner{rx:0;ry:0;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-state rect.basic{rx:5px;ry:5px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#555;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .note-edge{stroke-dasharray:5;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-note rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:hsl(180, 0%, 18.3529411765%);stroke-width:1px;rx:0;ry:0;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-note rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:hsl(180, 0%, 18.3529411765%);stroke-width:1px;rx:0;ry:0;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-note text{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram-note .nodeLabel{color:rgb(183.8476190475, 181.5523809523, 181.5523809523);}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagram .edgeLabel{color:red;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [id$=\"-dependencyStart\"],#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [id$=\"-dependencyEnd\"]{fill:lightgrey;stroke:lightgrey;stroke-width:1;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .statediagramTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].statediagram-cluster rect{fill:#1f2020;stroke:url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-gradient);stroke-width:1;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].statediagram-cluster rect.outer{rx:5px;ry:5px;filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 .node .neo-node{stroke:#ccc;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].node rect,#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].cluster rect,#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].node polygon{stroke:url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].node path{stroke:url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-gradient);stroke-width:1px;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].node circle{stroke:url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g><defs><marker id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9_stateDiagram-barbEnd\" refX=\"19\" refY=\"7\" markerWidth=\"20\" markerHeight=\"14\" markerUnits=\"userSpaceOnUse\" orient=\"auto\"><path d=\"M 19,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M248.086,22L248.086,28.167C248.086,34.333,248.086,46.667,248.086,59C248.086,71.333,248.086,83.667,248.086,89.833L248.086,96\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-edge0\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge0\" data-points=\"W3sieCI6MjQ4LjA4NTkzNzUsInkiOjIyfSx7IngiOjI0OC4wODU5Mzc1LCJ5Ijo1OX0seyJ4IjoyNDguMDg1OTM3NSwieSI6OTZ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9_stateDiagram-barbEnd)\"></path><path d=\"M248.086,136L248.086,142.167C248.086,148.333,248.086,160.667,248.086,173C248.086,185.333,248.086,197.667,248.086,203.833L248.086,210\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-edge1\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge1\" data-points=\"W3sieCI6MjQ4LjA4NTkzNzUsInkiOjEzNn0seyJ4IjoyNDguMDg1OTM3NSwieSI6MTczfSx7IngiOjI0OC4wODU5Mzc1LCJ5IjoyMTB9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9_stateDiagram-barbEnd)\"></path><path d=\"M207.481,250L190.901,258.167C174.321,266.333,141.16,282.667,124.58,299C108,315.333,108,331.667,108,339.833L108,348\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-edge2\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge2\" data-points=\"W3sieCI6MjA3LjQ4MTMxNzkzNDc4MjYyLCJ5IjoyNTB9LHsieCI6MTA4LCJ5IjoyOTl9LHsieCI6MTA4LCJ5IjozNDh9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9_stateDiagram-barbEnd)\"></path><path d=\"M248.086,250L248.086,258.167C248.086,266.333,248.086,282.667,248.086,302.333C248.086,322,248.086,345,248.086,366C248.086,387,248.086,406,248.086,421.667C248.086,437.333,248.086,449.667,248.086,455.833L248.086,462\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-edge3\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge3\" data-points=\"W3sieCI6MjQ4LjA4NTkzNzUsInkiOjI1MH0seyJ4IjoyNDguMDg1OTM3NSwieSI6Mjk5fSx7IngiOjI0OC4wODU5Mzc1LCJ5IjozNjh9LHsieCI6MjQ4LjA4NTkzNzUsInkiOjQyNX0seyJ4IjoyNDguMDg1OTM3NSwieSI6NDYyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9_stateDiagram-barbEnd)\"></path><path d=\"M291.6,250L309.369,258.167C327.137,266.333,362.674,282.667,380.443,302.333C398.211,322,398.211,345,398.211,366C398.211,387,398.211,406,398.211,421.667C398.211,437.333,398.211,449.667,398.211,455.833L398.211,462\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-edge4\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge4\" data-points=\"W3sieCI6MjkxLjYwMDQzMDI1MzYyMzIsInkiOjI1MH0seyJ4IjozOTguMjEwOTM3NSwieSI6Mjk5fSx7IngiOjM5OC4yMTA5Mzc1LCJ5IjozNjh9LHsieCI6Mzk4LjIxMDkzNzUsInkiOjQyNX0seyJ4IjozOTguMjEwOTM3NSwieSI6NDYyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9_stateDiagram-barbEnd)\"></path><path d=\"M108,388L108,394.167C108,400.333,108,412.667,108,425C108,437.333,108,449.667,108,455.833L108,462\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-edge5\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge5\" data-points=\"W3sieCI6MTA4LCJ5IjozODh9LHsieCI6MTA4LCJ5Ijo0MjV9LHsieCI6MTA4LCJ5Ijo0NjJ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9_stateDiagram-barbEnd)\"></path><path d=\"M108,502L108,506.167C108,510.333,108,518.667,130.209,527.907C152.418,537.147,196.837,547.293,219.046,552.366L241.255,557.44\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-edge6\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge6\" data-points=\"W3sieCI6MTA4LCJ5Ijo1MDJ9LHsieCI6MTA4LCJ5Ijo1Mjd9LHsieCI6MjQxLjI1NTI0MDQzMTc3NzE3LCJ5Ijo1NTcuNDM5NjU1NjEzNjYxMn1d\" data-look=\"classic\" marker-end=\"url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9_stateDiagram-barbEnd)\"></path><path d=\"M248.086,502L248.086,506.167C248.086,510.333,248.086,518.667,248.086,526.999C248.086,535.331,248.086,543.662,248.086,547.828L248.086,551.993\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-edge7\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge7\" data-points=\"W3sieCI6MjQ4LjA4NTkzNzUsInkiOjUwMn0seyJ4IjoyNDguMDg1OTM3NSwieSI6NTI3fSx7IngiOjI0OC4wODU5Mzc1LCJ5Ijo1NTEuOTkzMzUzMzY2ODUxOH1d\" data-look=\"classic\" marker-end=\"url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9_stateDiagram-barbEnd)\"></path><path d=\"M398.211,502L398.211,506.167C398.211,510.333,398.211,518.667,374.332,527.923C350.454,537.18,302.696,547.36,278.817,552.449L254.939,557.539\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-edge8\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge8\" data-points=\"W3sieCI6Mzk4LjIxMDkzNzUsInkiOjUwMn0seyJ4IjozOTguMjEwOTM3NSwieSI6NTI3fSx7IngiOjI1NC45Mzg2MzU5OTAzOTY0NSwieSI6NTU3LjUzOTMwODIzMTg1NTZ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9_stateDiagram-barbEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(248.0859375, 59)\"><g class=\"label\" data-id=\"edge0\" transform=\"translate(-50.5546875, -12)\"><foreignObject width=\"101.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Submit intent</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(248.0859375, 173)\"><g class=\"label\" data-id=\"edge1\" transform=\"translate(-86.4453125, -12)\"><foreignObject width=\"172.890625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Policy workflow applies</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(108, 299)\"><g class=\"label\" data-id=\"edge2\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Required approvals received</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(248.0859375, 368)\"><g class=\"label\" data-id=\"edge3\" transform=\"translate(-61.0390625, -12)\"><foreignObject width=\"122.078125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Approver rejects</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(398.2109375, 368)\"><g class=\"label\" data-id=\"edge4\" transform=\"translate(-69.0859375, -12)\"><foreignObject width=\"138.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Expiry time passes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(108, 425)\"><g class=\"label\" data-id=\"edge5\" transform=\"translate(-84.703125, -12)\"><foreignObject width=\"169.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>System applies change</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge6\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge7\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge8\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-state-root_start-0\" data-look=\"classic\" transform=\"translate(248.0859375, 15)\"><circle class=\"state-start\" r=\"7\" width=\"14\" height=\"14\"></circle></g><g class=\"node  statediagram-state\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-state-Proposed-1\" data-look=\"classic\" transform=\"translate(248.0859375, 116)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-43.6953125\" y=\"-20\" width=\"87.390625\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-35.6953125, -12)\"><rect></rect><foreignObject width=\"71.390625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Proposed</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-state-PendingApproval-4\" data-look=\"classic\" transform=\"translate(248.0859375, 230)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-71.5625\" y=\"-20\" width=\"143.125\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-63.5625, -12)\"><rect></rect><foreignObject width=\"127.125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>PendingApproval</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-state-Approved-5\" data-look=\"classic\" transform=\"translate(108, 368)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-44.046875\" y=\"-20\" width=\"88.09375\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-36.046875, -12)\"><rect></rect><foreignObject width=\"72.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Approved</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-state-Rejected-7\" data-look=\"classic\" transform=\"translate(248.0859375, 482)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-39.96875\" y=\"-20\" width=\"79.9375\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-31.96875, -12)\"><rect></rect><foreignObject width=\"63.9375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Rejected</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-state-Expired-8\" data-look=\"classic\" transform=\"translate(398.2109375, 482)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-36.0625\" y=\"-20\" width=\"72.125\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-28.0625, -12)\"><rect></rect><foreignObject width=\"56.125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Expired</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-state-Executed-6\" data-look=\"classic\" transform=\"translate(108, 482)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-41.90625\" y=\"-20\" width=\"83.8125\" height=\"40\"></rect><g class=\"label\" style=\"\" transform=\"translate(-33.90625, -12)\"><rect></rect><foreignObject width=\"67.8125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel markdown-node-label\"><p>Executed</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-state-root_end-8\" data-look=\"classic\" transform=\"translate(248.0859375, 559)\"><g class=\"outer-path\"><path d=\"M7 0 C7 0.40517908122283747, 6.964012880168563 0.816513743121899, 6.893654271085456 1.2155372436685123 C6.823295662002349 1.6145607442151257, 6.716427752933756 2.013397210557766, 6.5778483455013586 2.394141003279681 C6.439268938068961 2.7748847960015954, 6.26476736710249 3.149104622578984, 6.062177826491071 3.4999999999999996 C5.859588285879653 3.8508953774210153, 5.622755194947063 4.189128084166967, 5.362311101832846 4.499513267805774 C5.10186700871863 4.809898451444582, 4.809898451444583 5.10186700871863, 4.499513267805775 5.362311101832846 C4.189128084166968 5.622755194947063, 3.8508953774210166 5.859588285879652, 3.500000000000001 6.06217782649107 C3.149104622578985 6.264767367102489, 2.7748847960015963 6.439268938068961, 2.3941410032796817 6.5778483455013586 C2.013397210557767 6.716427752933756, 1.6145607442151264 6.823295662002349, 1.2155372436685128 6.893654271085456 C0.8165137431218992 6.964012880168563, 0.4051790812228379 7, 4.286263797015736e-16 7 C-0.405179081222837 7, -0.8165137431218985 6.964012880168563, -1.2155372436685121 6.893654271085456 C-1.6145607442151257 6.823295662002349, -2.0133972105577667 6.716427752933756, -2.394141003279681 6.5778483455013586 C-2.774884796001595 6.439268938068961, -3.149104622578983 6.26476736710249, -3.4999999999999982 6.062177826491071 C-3.8508953774210135 5.859588285879653, -4.189128084166966 5.6227551949470636, -4.499513267805773 5.362311101832848 C-4.809898451444581 5.101867008718632, -5.101867008718628 4.809898451444586, -5.3623111018328435 4.499513267805779 C-5.622755194947059 4.189128084166971, -5.859588285879649 3.8508953774210206, -6.062177826491068 3.5000000000000053 C-6.264767367102486 3.14910462257899, -6.439268938068958 2.774884796001602, -6.577848345501356 2.394141003279688 C-6.716427752933754 2.0133972105577738, -6.823295662002347 1.614560744215134, -6.893654271085454 1.215537243668521 C-6.9640128801685615 0.816513743121908, -6.999999999999999 0.4051790812228472, -7 1.0183126166254463e-14 C-7.000000000000001 -0.40517908122282686, -6.964012880168565 -0.8165137431218878, -6.893654271085459 -1.215537243668501 C-6.823295662002352 -1.6145607442151142, -6.716427752933759 -2.0133972105577542, -6.577848345501363 -2.394141003279669 C-6.439268938068967 -2.7748847960015834, -6.264767367102496 -3.149104622578972, -6.062177826491078 -3.4999999999999876 C-5.859588285879661 -3.8508953774210033, -5.6227551949470715 -4.1891280841669545, -5.362311101832856 -4.499513267805763 C-5.10186700871864 -4.809898451444571, -4.809898451444594 -5.10186700871862, -4.499513267805787 -5.362311101832836 C-4.189128084166979 -5.622755194947053, -3.850895377421028 -5.859588285879643, -3.5000000000000133 -6.062177826491062 C-3.1491046225789985 -6.264767367102482, -2.774884796001611 -6.439268938068954, -2.3941410032796973 -6.577848345501353 C-2.0133972105577835 -6.716427752933752, -1.6145607442151435 -6.823295662002345, -1.2155372436685306 -6.893654271085453 C-0.8165137431219176 -6.9640128801685615, -0.40517908122285695 -6.999999999999999, -1.9937625952807352e-14 -7 C0.4051790812228171 -7.000000000000001, 0.8165137431218781 -6.964012880168565, 1.2155372436684913 -6.89365427108546 C1.6145607442151044 -6.823295662002354, 2.013397210557745 -6.716427752933763, 2.3941410032796595 -6.5778483455013665 C2.774884796001574 -6.43926893806897, 3.149104622578963 -6.2647673671025, 3.499999999999979 -6.062177826491083 C3.8508953774209953 -5.859588285879665, 4.189128084166947 -5.622755194947077, 4.499513267805756 -5.362311101832862 C4.809898451444564 -5.1018670087186475, 5.101867008718613 -4.809898451444602, 5.362311101832829 -4.499513267805796 C5.622755194947046 -4.189128084166989, 5.859588285879637 -3.8508953774210393, 6.062177826491056 -3.500000000000025 C6.2647673671024755 -3.1491046225790105, 6.439268938068949 -2.774884796001623, 6.577848345501348 -2.3941410032797092 C6.716427752933747 -2.0133972105577955, 6.823295662002342 -1.6145607442151562, 6.893654271085451 -1.2155372436685434 C6.96401288016856 -0.8165137431219307, 6.982275711847575 -0.2025895406114567, 7 -3.2800750208310675e-14 C7.017724288152425 0.2025895406113911, 7.017724288152424 -0.2025895406114242, 7 0\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M7 0 C7 0.40517908122283747, 6.964012880168563 0.816513743121899, 6.893654271085456 1.2155372436685123 C6.823295662002349 1.6145607442151257, 6.716427752933756 2.013397210557766, 6.5778483455013586 2.394141003279681 C6.439268938068961 2.7748847960015954, 6.26476736710249 3.149104622578984, 6.062177826491071 3.4999999999999996 C5.859588285879653 3.8508953774210153, 5.622755194947063 4.189128084166967, 5.362311101832846 4.499513267805774 C5.10186700871863 4.809898451444582, 4.809898451444583 5.10186700871863, 4.499513267805775 5.362311101832846 C4.189128084166968 5.622755194947063, 3.8508953774210166 5.859588285879652, 3.500000000000001 6.06217782649107 C3.149104622578985 6.264767367102489, 2.7748847960015963 6.439268938068961, 2.3941410032796817 6.5778483455013586 C2.013397210557767 6.716427752933756, 1.6145607442151264 6.823295662002349, 1.2155372436685128 6.893654271085456 C0.8165137431218992 6.964012880168563, 0.4051790812228379 7, 4.286263797015736e-16 7 C-0.405179081222837 7, -0.8165137431218985 6.964012880168563, -1.2155372436685121 6.893654271085456 C-1.6145607442151257 6.823295662002349, -2.0133972105577667 6.716427752933756, -2.394141003279681 6.5778483455013586 C-2.774884796001595 6.439268938068961, -3.149104622578983 6.26476736710249, -3.4999999999999982 6.062177826491071 C-3.8508953774210135 5.859588285879653, -4.189128084166966 5.6227551949470636, -4.499513267805773 5.362311101832848 C-4.809898451444581 5.101867008718632, -5.101867008718628 4.809898451444586, -5.3623111018328435 4.499513267805779 C-5.622755194947059 4.189128084166971, -5.859588285879649 3.8508953774210206, -6.062177826491068 3.5000000000000053 C-6.264767367102486 3.14910462257899, -6.439268938068958 2.774884796001602, -6.577848345501356 2.394141003279688 C-6.716427752933754 2.0133972105577738, -6.823295662002347 1.614560744215134, -6.893654271085454 1.215537243668521 C-6.9640128801685615 0.816513743121908, -6.999999999999999 0.4051790812228472, -7 1.0183126166254463e-14 C-7.000000000000001 -0.40517908122282686, -6.964012880168565 -0.8165137431218878, -6.893654271085459 -1.215537243668501 C-6.823295662002352 -1.6145607442151142, -6.716427752933759 -2.0133972105577542, -6.577848345501363 -2.394141003279669 C-6.439268938068967 -2.7748847960015834, -6.264767367102496 -3.149104622578972, -6.062177826491078 -3.4999999999999876 C-5.859588285879661 -3.8508953774210033, -5.6227551949470715 -4.1891280841669545, -5.362311101832856 -4.499513267805763 C-5.10186700871864 -4.809898451444571, -4.809898451444594 -5.10186700871862, -4.499513267805787 -5.362311101832836 C-4.189128084166979 -5.622755194947053, -3.850895377421028 -5.859588285879643, -3.5000000000000133 -6.062177826491062 C-3.1491046225789985 -6.264767367102482, -2.774884796001611 -6.439268938068954, -2.3941410032796973 -6.577848345501353 C-2.0133972105577835 -6.716427752933752, -1.6145607442151435 -6.823295662002345, -1.2155372436685306 -6.893654271085453 C-0.8165137431219176 -6.9640128801685615, -0.40517908122285695 -6.999999999999999, -1.9937625952807352e-14 -7 C0.4051790812228171 -7.000000000000001, 0.8165137431218781 -6.964012880168565, 1.2155372436684913 -6.89365427108546 C1.6145607442151044 -6.823295662002354, 2.013397210557745 -6.716427752933763, 2.3941410032796595 -6.5778483455013665 C2.774884796001574 -6.43926893806897, 3.149104622578963 -6.2647673671025, 3.499999999999979 -6.062177826491083 C3.8508953774209953 -5.859588285879665, 4.189128084166947 -5.622755194947077, 4.499513267805756 -5.362311101832862 C4.809898451444564 -5.1018670087186475, 5.101867008718613 -4.809898451444602, 5.362311101832829 -4.499513267805796 C5.622755194947046 -4.189128084166989, 5.859588285879637 -3.8508953774210393, 6.062177826491056 -3.500000000000025 C6.2647673671024755 -3.1491046225790105, 6.439268938068949 -2.774884796001623, 6.577848345501348 -2.3941410032797092 C6.716427752933747 -2.0133972105577955, 6.823295662002342 -1.6145607442151562, 6.893654271085451 -1.2155372436685434 C6.96401288016856 -0.8165137431219307, 6.982275711847575 -0.2025895406114567, 7 -3.2800750208310675e-14 C7.017724288152425 0.2025895406113911, 7.017724288152424 -0.2025895406114242, 7 0\" stroke=\"lightgrey\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path><g><path d=\"M2.5 0 C2.5 0.14470681472244193, 2.487147457203058 0.29161205111496386, 2.46201938253052 0.4341204441673258 C2.436891307857982 0.5766288372196877, 2.3987241974763416 0.7190704323420595, 2.3492315519647713 0.8550503583141718 C2.299738906453201 0.991030284286284, 2.2374169168223177 1.124680222349637, 2.165063509461097 1.2499999999999998 C2.092710102099876 1.3753197776503625, 2.0081268553382365 1.496117172916774, 1.915111107797445 1.6069690242163481 C1.8220953602566536 1.7178208755159223, 1.7178208755159226 1.8220953602566536, 1.6069690242163484 1.915111107797445 C1.4961171729167742 2.0081268553382365, 1.375319777650363 2.0927101020998755, 1.2500000000000002 2.1650635094610964 C1.1246802223496375 2.2374169168223172, 0.9910302842862845 2.2997389064532, 0.8550503583141721 2.349231551964771 C0.7190704323420597 2.3987241974763416, 0.576628837219688 2.436891307857982, 0.43412044416732604 2.46201938253052 C0.291612051114964 2.487147457203058, 0.14470681472244212 2.5, 1.5308084989341916e-16 2.5 C-0.1447068147224418 2.5, -0.2916120511149638 2.487147457203058, -0.43412044416732576 2.46201938253052 C-0.5766288372196877 2.436891307857982, -0.7190704323420595 2.3987241974763416, -0.8550503583141718 2.3492315519647713 C-0.991030284286284 2.299738906453201, -1.124680222349637 2.2374169168223177, -1.2499999999999996 2.165063509461097 C-1.375319777650362 2.092710102099876, -1.4961171729167733 2.008126855338237, -1.6069690242163475 1.9151111077974459 C-1.7178208755159217 1.8220953602566548, -1.822095360256653 1.7178208755159234, -1.9151111077974443 1.6069690242163495 C-2.0081268553382357 1.4961171729167755, -2.0927101020998746 1.3753197776503645, -2.1650635094610955 1.250000000000002 C-2.2374169168223164 1.1246802223496395, -2.2997389064531992 0.9910302842862865, -2.34923155196477 0.8550503583141743 C-2.3987241974763407 0.7190704323420621, -2.436891307857981 0.5766288372196907, -2.4620193825305194 0.434120444167329 C-2.487147457203058 0.29161205111496724, -2.5 0.14470681472244545, -2.5 3.636830773662308e-15 C-2.5 -0.14470681472243818, -2.4871474572030587 -0.2916120511149599, -2.4620193825305208 -0.4341204441673218 C-2.436891307857983 -0.5766288372196837, -2.398724197476343 -0.7190704323420553, -2.3492315519647726 -0.8550503583141675 C-2.2997389064532023 -0.9910302842862798, -2.23741691682232 -1.1246802223496328, -2.165063509461099 -1.2499999999999956 C-2.092710102099878 -1.3753197776503583, -2.00812685533824 -1.4961171729167695, -1.9151111077974488 -1.606969024216344 C-1.8220953602566576 -1.7178208755159183, -1.7178208755159263 -1.82209536025665, -1.6069690242163523 -1.9151111077974416 C-1.4961171729167784 -2.0081268553382334, -1.3753197776503672 -2.0927101020998724, -1.2500000000000047 -2.1650635094610937 C-1.1246802223496422 -2.237416916822315, -0.9910302842862897 -2.299738906453198, -0.8550503583141776 -2.3492315519647686 C-0.7190704323420656 -2.3987241974763394, -0.5766288372196942 -2.4368913078579806, -0.43412044416733236 -2.462019382530519 C-0.29161205111497057 -2.4871474572030574, -0.1447068147224489 -2.4999999999999996, -7.120580697431198e-15 -2.5 C0.14470681472243463 -2.5000000000000004, 0.29161205111495647 -2.487147457203059, 0.4341204441673183 -2.4620193825305217 C0.5766288372196802 -2.436891307857984, 0.7190704323420518 -2.3987241974763442, 0.8550503583141642 -2.349231551964774 C0.9910302842862766 -2.2997389064532037, 1.1246802223496295 -2.2374169168223212, 1.2499999999999925 -2.165063509461101 C1.3753197776503554 -2.0927101020998804, 1.4961171729167668 -2.008126855338242, 1.6069690242163412 -1.915111107797451 C1.7178208755159157 -1.82209536025666, 1.8220953602566472 -1.7178208755159294, 1.915111107797439 -1.6069690242163557 C2.0081268553382308 -1.496117172916782, 2.09271010209987 -1.3753197776503712, 2.1650635094610915 -1.2500000000000089 C2.237416916822313 -1.1246802223496466, 2.299738906453196 -0.9910302842862939, 2.3492315519647673 -0.855050358314182 C2.3987241974763385 -0.71907043234207, 2.4368913078579792 -0.5766288372196986, 2.462019382530518 -0.4341204441673369 C2.487147457203057 -0.29161205111497523, 2.4936698970884197 -0.07235340736123454, 2.5 -1.1714553645825241e-14 C2.5063301029115803 0.07235340736121111, 2.50633010291158 -0.07235340736122292, 2.5 0\" stroke=\"none\" stroke-width=\"0\" fill=\"#ccc\" style=\"\"></path><path d=\"M2.5 0 C2.5 0.14470681472244193, 2.487147457203058 0.29161205111496386, 2.46201938253052 0.4341204441673258 C2.436891307857982 0.5766288372196877, 2.3987241974763416 0.7190704323420595, 2.3492315519647713 0.8550503583141718 C2.299738906453201 0.991030284286284, 2.2374169168223177 1.124680222349637, 2.165063509461097 1.2499999999999998 C2.092710102099876 1.3753197776503625, 2.0081268553382365 1.496117172916774, 1.915111107797445 1.6069690242163481 C1.8220953602566536 1.7178208755159223, 1.7178208755159226 1.8220953602566536, 1.6069690242163484 1.915111107797445 C1.4961171729167742 2.0081268553382365, 1.375319777650363 2.0927101020998755, 1.2500000000000002 2.1650635094610964 C1.1246802223496375 2.2374169168223172, 0.9910302842862845 2.2997389064532, 0.8550503583141721 2.349231551964771 C0.7190704323420597 2.3987241974763416, 0.576628837219688 2.436891307857982, 0.43412044416732604 2.46201938253052 C0.291612051114964 2.487147457203058, 0.14470681472244212 2.5, 1.5308084989341916e-16 2.5 C-0.1447068147224418 2.5, -0.2916120511149638 2.487147457203058, -0.43412044416732576 2.46201938253052 C-0.5766288372196877 2.436891307857982, -0.7190704323420595 2.3987241974763416, -0.8550503583141718 2.3492315519647713 C-0.991030284286284 2.299738906453201, -1.124680222349637 2.2374169168223177, -1.2499999999999996 2.165063509461097 C-1.375319777650362 2.092710102099876, -1.4961171729167733 2.008126855338237, -1.6069690242163475 1.9151111077974459 C-1.7178208755159217 1.8220953602566548, -1.822095360256653 1.7178208755159234, -1.9151111077974443 1.6069690242163495 C-2.0081268553382357 1.4961171729167755, -2.0927101020998746 1.3753197776503645, -2.1650635094610955 1.250000000000002 C-2.2374169168223164 1.1246802223496395, -2.2997389064531992 0.9910302842862865, -2.34923155196477 0.8550503583141743 C-2.3987241974763407 0.7190704323420621, -2.436891307857981 0.5766288372196907, -2.4620193825305194 0.434120444167329 C-2.487147457203058 0.29161205111496724, -2.5 0.14470681472244545, -2.5 3.636830773662308e-15 C-2.5 -0.14470681472243818, -2.4871474572030587 -0.2916120511149599, -2.4620193825305208 -0.4341204441673218 C-2.436891307857983 -0.5766288372196837, -2.398724197476343 -0.7190704323420553, -2.3492315519647726 -0.8550503583141675 C-2.2997389064532023 -0.9910302842862798, -2.23741691682232 -1.1246802223496328, -2.165063509461099 -1.2499999999999956 C-2.092710102099878 -1.3753197776503583, -2.00812685533824 -1.4961171729167695, -1.9151111077974488 -1.606969024216344 C-1.8220953602566576 -1.7178208755159183, -1.7178208755159263 -1.82209536025665, -1.6069690242163523 -1.9151111077974416 C-1.4961171729167784 -2.0081268553382334, -1.3753197776503672 -2.0927101020998724, -1.2500000000000047 -2.1650635094610937 C-1.1246802223496422 -2.237416916822315, -0.9910302842862897 -2.299738906453198, -0.8550503583141776 -2.3492315519647686 C-0.7190704323420656 -2.3987241974763394, -0.5766288372196942 -2.4368913078579806, -0.43412044416733236 -2.462019382530519 C-0.29161205111497057 -2.4871474572030574, -0.1447068147224489 -2.4999999999999996, -7.120580697431198e-15 -2.5 C0.14470681472243463 -2.5000000000000004, 0.29161205111495647 -2.487147457203059, 0.4341204441673183 -2.4620193825305217 C0.5766288372196802 -2.436891307857984, 0.7190704323420518 -2.3987241974763442, 0.8550503583141642 -2.349231551964774 C0.9910302842862766 -2.2997389064532037, 1.1246802223496295 -2.2374169168223212, 1.2499999999999925 -2.165063509461101 C1.3753197776503554 -2.0927101020998804, 1.4961171729167668 -2.008126855338242, 1.6069690242163412 -1.915111107797451 C1.7178208755159157 -1.82209536025666, 1.8220953602566472 -1.7178208755159294, 1.915111107797439 -1.6069690242163557 C2.0081268553382308 -1.496117172916782, 2.09271010209987 -1.3753197776503712, 2.1650635094610915 -1.2500000000000089 C2.237416916822313 -1.1246802223496466, 2.299738906453196 -0.9910302842862939, 2.3492315519647673 -0.855050358314182 C2.3987241974763385 -0.71907043234207, 2.4368913078579792 -0.5766288372196986, 2.462019382530518 -0.4341204441673369 C2.487147457203057 -0.29161205111497523, 2.4936698970884197 -0.07235340736123454, 2.5 -1.1714553645825241e-14 C2.5063301029115803 0.07235340736121111, 2.50633010291158 -0.07235340736122292, 2.5 0\" stroke=\"#ccc\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g></g></g></g></g></g><defs><filter id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-854711690442beaefd8adaf9719e8186d49da478f5a66c99678999a1d1b665b9-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["stateDiagram-v2\n    [*] --> Proposed: Submit intent\n    Proposed --> PendingApproval: Policy workflow applies\n    PendingApproval --> Approved: Required approvals received\n    PendingApproval --> Rejected: Approver rejects\n    PendingApproval --> Expired: Expiry time passes\n    Approved --> Executed: System applies change\n    Executed --> [*]\n    Rejected --> [*]\n    Expired --> [*]\n"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"State"},"children":["State"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Proposed"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Intent has been accepted for policy evaluation."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pending approval"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Intent is waiting for additional approvals."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Approved"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Required approvals have been collected."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Executed"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The change has been applied."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Rejected"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["An approver rejected the intent."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Expired"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The approval window passed before completion."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"maker-checker-model","__idx":3},"children":["Maker-checker model"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Actor"},"children":["Actor"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Responsibility"},"children":["Responsibility"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["User maker"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Creates and signs a user-signed intent. The maker's signature counts as the first approval."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Service submitter"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Submits a system-signed proposal with the API. The service submitter is recorded by subject, not by user ID."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Checker"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Reviews, approves, or rejects according to the policy workflow. Approvals and rejections remain user-signed."]}]}]}]}]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"sequenceDiagram\n    participant Op as Operator\n    participant Sup as Supervisor\n    participant Comp as Compliance\n    participant Sys as System\n\n    Op->>Sys: Propose transfer intent\n    Sup->>Sys: Approve\n    Comp->>Sys: Approve\n    Sys->>Sys: Execute intent\n","diagramHtml":"<svg id=\"diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 851px;\" viewBox=\"-50 -10 851 417\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"600\" y=\"331\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Sys\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"675\" y=\"363.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"675\" dy=\"0\">System</tspan></text></g><g><rect x=\"400\" y=\"331\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Comp\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"475\" y=\"363.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"475\" dy=\"0\">Compliance</tspan></text></g><g><rect x=\"200\" y=\"331\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Sup\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"275\" y=\"363.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"275\" dy=\"0\">Supervisor</tspan></text></g><g><rect x=\"0\" y=\"331\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Op\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"363.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Operator</tspan></text></g><g><line id=\"actor3\" x1=\"675\" y1=\"65\" x2=\"675\" y2=\"331\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Sys\" data-et=\"life-line\" data-id=\"Sys\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"Sys\"><rect x=\"600\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Sys\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"675\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"675\" dy=\"0\">System</tspan></text></g></g><g><line id=\"actor2\" x1=\"475\" y1=\"65\" x2=\"475\" y2=\"331\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Comp\" data-et=\"life-line\" data-id=\"Comp\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Comp\"><rect x=\"400\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Comp\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"475\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"475\" dy=\"0\">Compliance</tspan></text></g></g><g><line id=\"actor1\" x1=\"275\" y1=\"65\" x2=\"275\" y2=\"331\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Sup\" data-et=\"life-line\" data-id=\"Sup\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Sup\"><rect x=\"200\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Sup\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"275\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"275\" dy=\"0\">Supervisor</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"331\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Op\" data-et=\"life-line\" data-id=\"Op\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Op\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Op\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Operator</tspan></text></g></g><style>#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .error-icon{fill:#552222;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .error-text{fill:#552222;stroke:#552222;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .edge-thickness-normal{stroke-width:1px;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .edge-thickness-thick{stroke-width:3.5px;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .edge-pattern-solid{stroke-dasharray:0;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .edge-pattern-dashed{stroke-dasharray:3;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .edge-pattern-dotted{stroke-dasharray:2;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .marker{fill:#333333;stroke:#333333;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .marker.cross{stroke:#333333;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f p{margin:0;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .actor{stroke:#9370DB;fill:#ECECFF;stroke-width:1;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f rect.note[data-look=\"neo\"]{stroke:#aaaa33;fill:#fff5ad;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f text.actor&gt;tspan{fill:black;stroke:none;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .actor-line{stroke:#9370DB;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:#333;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [id$=\"-arrowhead\"] path{fill:#333;stroke:#333;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .sequenceNumber{fill:white;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [id$=\"-sequencenumber\"]{fill:#333;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [id$=\"-crosshead\"] path{fill:#333;stroke:#333;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .messageText{fill:#333;stroke:none;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .labelBox{stroke:#9370DB;fill:#ECECFF;filter:none;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .labelText,#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .labelText&gt;tspan{fill:black;stroke:none;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .loopText,#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .loopText&gt;tspan{fill:black;stroke:none;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .sectionTitle,#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .sectionTitle&gt;tspan{fill:black;stroke:none;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#9370DB;fill:#9370DB;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .note{stroke:#aaaa33;fill:#fff5ad;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .noteText,#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .noteText&gt;tspan{fill:black;stroke:none;font-weight:normal;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .activation0{fill:#f4f4f4;stroke:#666;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .activation1{fill:#f4f4f4;stroke:#666;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .activation2{fill:#f4f4f4;stroke:#666;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .actorPopupMenu{position:absolute;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .actorPopupMenuPanel{position:absolute;fill:#ECECFF;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .actor-man circle,#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f line{fill:#ECECFF;stroke-width:2px;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f g rect.rect{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));stroke:#9370DB;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f .node .neo-node{stroke:#9370DB;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [data-look=\"neo\"].node rect,#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [data-look=\"neo\"].cluster rect,#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><text x=\"374\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Propose transfer intent</text><line x1=\"76\" y1=\"119\" x2=\"671\" y2=\"119\" class=\"messageLine0\" data-et=\"message\" data-id=\"i0\" data-from=\"Op\" data-to=\"Sys\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-arrowhead)\" style=\"fill: none;\"></line><text x=\"474\" y=\"134\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Approve</text><line x1=\"276\" y1=\"173\" x2=\"671\" y2=\"173\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Sup\" data-to=\"Sys\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-arrowhead)\" style=\"fill: none;\"></line><text x=\"574\" y=\"188\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Approve</text><line x1=\"476\" y1=\"227\" x2=\"671\" y2=\"227\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Comp\" data-to=\"Sys\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-arrowhead)\" style=\"fill: none;\"></line><text x=\"676\" y=\"242\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Execute intent</text><path d=\"M 676,281 C 736,271 736,311 676,301\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"Sys\" data-to=\"Sys\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b9285bab5949a20345ed9343ff789005ef13f0ecf7c0b05d8db6ecce3c239d1f-arrowhead)\" style=\"fill: none;\"></path></svg>","diagramHtmlDark":"<svg id=\"diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 851px;\" viewBox=\"-50 -10 851 417\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"600\" y=\"331\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Sys\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"675\" y=\"363.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"675\" dy=\"0\">System</tspan></text></g><g><rect x=\"400\" y=\"331\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Comp\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"475\" y=\"363.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"475\" dy=\"0\">Compliance</tspan></text></g><g><rect x=\"200\" y=\"331\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Sup\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"275\" y=\"363.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"275\" dy=\"0\">Supervisor</tspan></text></g><g><rect x=\"0\" y=\"331\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Op\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"363.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Operator</tspan></text></g><g><line id=\"actor3\" x1=\"675\" y1=\"65\" x2=\"675\" y2=\"331\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Sys\" data-et=\"life-line\" data-id=\"Sys\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"Sys\"><rect x=\"600\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Sys\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"675\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"675\" dy=\"0\">System</tspan></text></g></g><g><line id=\"actor2\" x1=\"475\" y1=\"65\" x2=\"475\" y2=\"331\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Comp\" data-et=\"life-line\" data-id=\"Comp\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Comp\"><rect x=\"400\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Comp\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"475\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"475\" dy=\"0\">Compliance</tspan></text></g></g><g><line id=\"actor1\" x1=\"275\" y1=\"65\" x2=\"275\" y2=\"331\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Sup\" data-et=\"life-line\" data-id=\"Sup\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Sup\"><rect x=\"200\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Sup\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"275\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"275\" dy=\"0\">Supervisor</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"331\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Op\" data-et=\"life-line\" data-id=\"Op\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Op\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Op\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Operator</tspan></text></g></g><style>#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .error-icon{fill:#a44141;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .error-text{fill:#ddd;stroke:#ddd;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .edge-thickness-normal{stroke-width:1px;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .edge-thickness-thick{stroke-width:3.5px;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .edge-pattern-solid{stroke-dasharray:0;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .edge-pattern-dashed{stroke-dasharray:3;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .edge-pattern-dotted{stroke-dasharray:2;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .marker{fill:lightgrey;stroke:lightgrey;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .marker.cross{stroke:lightgrey;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b svg{font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b p{margin:0;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .actor{stroke:#ccc;fill:#1f2020;stroke-width:1;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b rect.note[data-look=\"neo\"]{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b text.actor&gt;tspan{fill:lightgrey;stroke:none;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .actor-line{stroke:#ccc;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:lightgrey;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:lightgrey;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [id$=\"-arrowhead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .sequenceNumber{fill:black;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [id$=\"-sequencenumber\"]{fill:lightgrey;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [id$=\"-crosshead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .messageText{fill:lightgrey;stroke:none;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .labelBox{stroke:#ccc;fill:#1f2020;filter:none;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .labelText,#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .labelText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .loopText,#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .loopText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .sectionTitle,#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .sectionTitle&gt;tspan{fill:lightgrey;stroke:none;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#ccc;fill:#ccc;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .note{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .noteText,#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .noteText&gt;tspan{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);stroke:none;font-weight:normal;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .activation0{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .activation1{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .activation2{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .actorPopupMenu{position:absolute;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .actorPopupMenuPanel{position:absolute;fill:#1f2020;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .actor-man circle,#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b line{fill:#1f2020;stroke-width:2px;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b g rect.rect{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));stroke:#ccc;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b .node .neo-node{stroke:#ccc;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [data-look=\"neo\"].node rect,#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [data-look=\"neo\"].cluster rect,#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [data-look=\"neo\"].node polygon{stroke:url(#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [data-look=\"neo\"].node path{stroke:url(#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-gradient);stroke-width:1px;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [data-look=\"neo\"].node circle{stroke:url(#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b :root{--mermaid-font-family:\"Redocly Mermaid Sans\",\"Redocly Mermaid CJK\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><text x=\"374\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Propose transfer intent</text><line x1=\"76\" y1=\"119\" x2=\"671\" y2=\"119\" class=\"messageLine0\" data-et=\"message\" data-id=\"i0\" data-from=\"Op\" data-to=\"Sys\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-arrowhead)\" style=\"fill: none;\"></line><text x=\"474\" y=\"134\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Approve</text><line x1=\"276\" y1=\"173\" x2=\"671\" y2=\"173\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Sup\" data-to=\"Sys\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-arrowhead)\" style=\"fill: none;\"></line><text x=\"574\" y=\"188\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Approve</text><line x1=\"476\" y1=\"227\" x2=\"671\" y2=\"227\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Comp\" data-to=\"Sys\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-arrowhead)\" style=\"fill: none;\"></line><text x=\"676\" y=\"242\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, &quot;Redocly Mermaid CJK&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Execute intent</text><path d=\"M 676,281 C 736,271 736,311 676,301\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"Sys\" data-to=\"Sys\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-56d58a057ebd93cd64831fb6a376a92588113b2dafbb8674948aa832c9302c7b-arrowhead)\" style=\"fill: none;\"></path></svg>"},"children":["sequenceDiagram\n    participant Op as Operator\n    participant Sup as Supervisor\n    participant Comp as Compliance\n    participant Sys as System\n\n    Op->>Sys: Propose transfer intent\n    Sup->>Sys: Approve\n    Comp->>Sys: Approve\n    Sys->>Sys: Execute intent\n"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For user-signed intents, the maker must have a role that satisfies the first policy workflow step. The maker cannot provide another approval for the same workflow."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For system-signed intents, the service submitter can propose only intent types admitted by a matching ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SystemSigned"]}," policy. If the selected policy has an approval workflow, user-signed approvers complete that workflow."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"intent-types","__idx":4},"children":["Intent types"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Category"},"children":["Category"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Example intent types"},"children":["Example intent types"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Domain management"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_CreateDomain"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_UpdateDomain"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_LockDomain"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_UnlockDomain"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["User management"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_CreateUser"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_UpdateUser"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_LockUser"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_UnlockUser"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Policy management"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_CreatePolicy"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_UpdatePolicy"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_LockPolicy"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_UnlockPolicy"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Account and vault management"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_CreateAccount"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_UpdateAccount"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_CreateVault"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_UpdateVault"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Endpoint management"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_CreateEndpoint"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_UpdateEndpoint"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Transactions"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_CreateTransactionOrder"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_CreateTransferOrder"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Compliance"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v0_ReleaseQuarantinedTransfers"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For complete payload structure, see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/governance/intents/reference"},"children":["Intent reference"]}," and ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/governance/intents/intent-request-structure"},"children":["Intent request structure"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"intent-expiry-and-targeting","__idx":5},"children":["Intent expiry and targeting"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Every intent has an expiry time. If the required approvals are not received before expiry, the intent does not execute and must be recreated if still needed."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["An intent targets a domain. Users can target their own domain and, where governance allows, descendant domains. Users cannot target parent or sibling domains directly."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"dry-runs","__idx":6},"children":["Dry runs"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Dry runs validate a payload before live submission. Use dry runs for:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Policy changes."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Domain changes."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["User and user role-assignment changes."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["High-risk transactions."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Any payload where condition or workflow behavior is uncertain."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For operations, see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/custody/governance/intents/manage-intents-and-approvals"},"children":["Manage intents and approvals"]},"."]}]},"headings":[{"value":"Intents and approvals","id":"intents-and-approvals","depth":1},{"value":"What is an intent?","id":"what-is-an-intent","depth":2},{"value":"Intent lifecycle","id":"intent-lifecycle","depth":2},{"value":"Maker-checker model","id":"maker-checker-model","depth":2},{"value":"Intent types","id":"intent-types","depth":2},{"value":"Intent expiry and targeting","id":"intent-expiry-and-targeting","depth":2},{"value":"Dry runs","id":"dry-runs","depth":2}],"frontmatter":{"seo":{"title":"Intents and approvals"}},"lastModified":"2026-08-04T20:25:11.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/custody/governance/intents","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}