@ferricstore/ferricstore 0.12.2 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/README.md +2 -2
  2. package/dist/index.cjs +591 -133
  3. package/dist/index.cjs.map +1 -1
  4. package/dist/index.d.cts +61 -7
  5. package/dist/index.d.ts +61 -7
  6. package/dist/index.js +586 -129
  7. package/dist/index.js.map +1 -1
  8. package/dist/langgraph.cjs.map +1 -1
  9. package/dist/langgraph.d.cts +1 -1
  10. package/dist/langgraph.d.ts +1 -1
  11. package/dist/langgraph.js.map +1 -1
  12. package/dist/{outcomes-DmBwnq0Y.d.cts → outcomes-CcX956h4.d.cts} +20 -1
  13. package/dist/{outcomes-BbFDp3AH.d.ts → outcomes-DLJYTrX8.d.ts} +20 -1
  14. package/docs/api/assets/hierarchy.js +1 -1
  15. package/docs/api/assets/navigation.js +1 -1
  16. package/docs/api/assets/search.js +1 -1
  17. package/docs/api/classes/ConnectionClosedError.html +1 -1
  18. package/docs/api/classes/FerricStoreClient.html +68 -23
  19. package/docs/api/classes/FerricStoreError.html +1 -1
  20. package/docs/api/classes/FlowAlreadyExistsError.html +1 -1
  21. package/docs/api/classes/FlowBatchError.html +1 -1
  22. package/docs/api/classes/FlowNotFoundError.html +1 -1
  23. package/docs/api/classes/FlowQueryError.html +1 -1
  24. package/docs/api/classes/FlowWrongStateError.html +1 -1
  25. package/docs/api/classes/HTTPTransportError.html +1 -1
  26. package/docs/api/classes/InvalidCommandError.html +1 -1
  27. package/docs/api/classes/LeaseRenewalError.html +3 -3
  28. package/docs/api/classes/LockHeldError.html +1 -1
  29. package/docs/api/classes/LockNotOwnedError.html +1 -1
  30. package/docs/api/classes/OverloadedError.html +1 -1
  31. package/docs/api/classes/QueueCompletionError.html +1 -1
  32. package/docs/api/classes/RequestTimeoutError.html +1 -1
  33. package/docs/api/classes/RerouteError.html +1 -1
  34. package/docs/api/classes/StaleLeaseError.html +1 -1
  35. package/docs/api/classes/StalePolicyGenerationError.html +1 -1
  36. package/docs/api/classes/Workflow.html +19 -19
  37. package/docs/api/classes/WorkflowClient.html +4 -4
  38. package/docs/api/classes/WorkflowContext.html +74 -36
  39. package/docs/api/classes/WorkflowFlowCommands.html +26 -22
  40. package/docs/api/classes/WorkflowWorker.html +6 -6
  41. package/docs/api/functions/complete.html +1 -1
  42. package/docs/api/functions/fail.html +1 -1
  43. package/docs/api/functions/isAlreadyAppliedOutcome.html +41 -0
  44. package/docs/api/functions/isOutcome.html +1 -1
  45. package/docs/api/functions/retry.html +1 -1
  46. package/docs/api/functions/transition.html +1 -1
  47. package/docs/api/hierarchy.html +55 -47
  48. package/docs/api/index.html +2 -2
  49. package/docs/api/interfaces/AdminListOptions.html +1 -1
  50. package/docs/api/interfaces/AdvanceOptions.html +141 -0
  51. package/docs/api/interfaces/AlreadyAppliedOutcome.html +69 -0
  52. package/docs/api/interfaces/AppliedStepOutcome.html +87 -0
  53. package/docs/api/interfaces/CancelOptions.html +6 -6
  54. package/docs/api/interfaces/CompleteOptions.html +4 -4
  55. package/docs/api/interfaces/CompleteOutcome.html +13 -13
  56. package/docs/api/interfaces/CreateManyOptions.html +1 -1
  57. package/docs/api/interfaces/EffectCompensateOptions.html +1 -1
  58. package/docs/api/interfaces/EffectConfirmOptions.html +1 -1
  59. package/docs/api/interfaces/EffectFailOptions.html +1 -1
  60. package/docs/api/interfaces/EffectStatusOptions.html +1 -1
  61. package/docs/api/interfaces/FailOptions.html +4 -4
  62. package/docs/api/interfaces/FailOutcome.html +13 -13
  63. package/docs/api/interfaces/FerricStoreClientFromUrlOptions.html +1 -1
  64. package/docs/api/interfaces/FerricStoreClientOptions.html +1 -1
  65. package/docs/api/interfaces/FlowQueryCountResult.html +1 -1
  66. package/docs/api/interfaces/FlowQueryIndexBuild.html +1 -1
  67. package/docs/api/interfaces/FlowQueryIndexProgress.html +1 -1
  68. package/docs/api/interfaces/FlowQueryIndexValidation.html +1 -1
  69. package/docs/api/interfaces/FlowQueryRecordsResult.html +1 -1
  70. package/docs/api/interfaces/HistoryOptions.html +16 -16
  71. package/docs/api/interfaces/InvocationCreateOptions.html +1 -1
  72. package/docs/api/interfaces/LeaseMutationOptions.html +1 -1
  73. package/docs/api/interfaces/LimitListOptions.html +1 -1
  74. package/docs/api/interfaces/MutateOptions.html +1 -1
  75. package/docs/api/interfaces/NamedValueMutation.html +9 -9
  76. package/docs/api/interfaces/ReadOptions.html +12 -12
  77. package/docs/api/interfaces/ReclaimOptions.html +1 -1
  78. package/docs/api/interfaces/ReplayedStepResult.html +73 -0
  79. package/docs/api/interfaces/RequestContextOptions.html +1 -1
  80. package/docs/api/interfaces/RetryOptions.html +4 -4
  81. package/docs/api/interfaces/RetryOutcome.html +13 -13
  82. package/docs/api/interfaces/RunStepsItem.html +3 -3
  83. package/docs/api/interfaces/RunStepsManyOptions.html +11 -11
  84. package/docs/api/interfaces/SearchOptions.html +13 -13
  85. package/docs/api/interfaces/StepContinueOptions.html +1 -1
  86. package/docs/api/interfaces/StepOptions.html +159 -0
  87. package/docs/api/interfaces/StepResult.html +67 -0
  88. package/docs/api/interfaces/TDigestCreateOptions.html +1 -1
  89. package/docs/api/interfaces/TDigestMergeOptions.html +1 -1
  90. package/docs/api/interfaces/TransitionOptions.html +1 -1
  91. package/docs/api/interfaces/TransitionOutcome.html +14 -14
  92. package/docs/api/modules.html +6 -6
  93. package/docs/api/types/ConnectionRequestDisposition.html +1 -1
  94. package/docs/api/types/ManagementPairs.html +1 -1
  95. package/docs/api/types/Outcome.html +1 -1
  96. package/docs/api/types/SearchStateMeta.html +1 -1
  97. package/docs/api/types/WorkflowStepResult.html +38 -0
  98. package/package.json +1 -1
@@ -10,7 +10,7 @@
10
10
  <ul class="tsd-breadcrumb" aria-label="Breadcrumb">
11
11
  <li><a href="" aria-current="page">FerricStoreError</a></li></ul>
12
12
  <h1>Class FerricStoreError</h1></div>
13
- <section class="tsd-panel tsd-hierarchy" data-refl="2327">
13
+ <section class="tsd-panel tsd-hierarchy" data-refl="2371">
14
14
  <h4>Hierarchy (<a href="../hierarchy.html#FerricStoreError">View Summary</a>)</h4>
15
15
  <ul class="tsd-hierarchy">
16
16
  <li class="tsd-hierarchy-item"><span class="tsd-signature-type">Error</span>
@@ -10,7 +10,7 @@
10
10
  <ul class="tsd-breadcrumb" aria-label="Breadcrumb">
11
11
  <li><a href="" aria-current="page">FlowAlreadyExistsError</a></li></ul>
12
12
  <h1>Class FlowAlreadyExistsError</h1></div>
13
- <section class="tsd-panel tsd-hierarchy" data-refl="2388">
13
+ <section class="tsd-panel tsd-hierarchy" data-refl="2432">
14
14
  <h4>Hierarchy (<a href="../hierarchy.html#FlowAlreadyExistsError">View Summary</a>)</h4>
15
15
  <ul class="tsd-hierarchy">
16
16
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -13,7 +13,7 @@
13
13
  <section class="tsd-panel tsd-comment">
14
14
  <div class="tsd-comment tsd-typography"><p>A chunked independent Flow operation failed after zero or more item results were confirmed.</p>
15
15
  </div></section>
16
- <section class="tsd-panel tsd-hierarchy" data-refl="1418">
16
+ <section class="tsd-panel tsd-hierarchy" data-refl="1427">
17
17
  <h4>Hierarchy (<a href="../hierarchy.html#FlowBatchError">View Summary</a>)</h4>
18
18
  <ul class="tsd-hierarchy">
19
19
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -10,7 +10,7 @@
10
10
  <ul class="tsd-breadcrumb" aria-label="Breadcrumb">
11
11
  <li><a href="" aria-current="page">FlowNotFoundError</a></li></ul>
12
12
  <h1>Class FlowNotFoundError</h1></div>
13
- <section class="tsd-panel tsd-hierarchy" data-refl="2417">
13
+ <section class="tsd-panel tsd-hierarchy" data-refl="2461">
14
14
  <h4>Hierarchy (<a href="../hierarchy.html#FlowNotFoundError">View Summary</a>)</h4>
15
15
  <ul class="tsd-hierarchy">
16
16
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -10,7 +10,7 @@
10
10
  <ul class="tsd-breadcrumb" aria-label="Breadcrumb">
11
11
  <li><a href="" aria-current="page">FlowQueryError</a></li></ul>
12
12
  <h1>Class FlowQueryError</h1></div>
13
- <section class="tsd-panel tsd-hierarchy" data-refl="2007">
13
+ <section class="tsd-panel tsd-hierarchy" data-refl="2051">
14
14
  <h4>Hierarchy (<a href="../hierarchy.html#FlowQueryError">View Summary</a>)</h4>
15
15
  <ul class="tsd-hierarchy">
16
16
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -10,7 +10,7 @@
10
10
  <ul class="tsd-breadcrumb" aria-label="Breadcrumb">
11
11
  <li><a href="" aria-current="page">FlowWrongStateError</a></li></ul>
12
12
  <h1>Class FlowWrongStateError</h1></div>
13
- <section class="tsd-panel tsd-hierarchy" data-refl="2446">
13
+ <section class="tsd-panel tsd-hierarchy" data-refl="2490">
14
14
  <h4>Hierarchy (<a href="../hierarchy.html#FlowWrongStateError">View Summary</a>)</h4>
15
15
  <ul class="tsd-hierarchy">
16
16
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -10,7 +10,7 @@
10
10
  <ul class="tsd-breadcrumb" aria-label="Breadcrumb">
11
11
  <li><a href="" aria-current="page">HTTPTransportError</a></li></ul>
12
12
  <h1>Class HTTPTransportError</h1></div>
13
- <section class="tsd-panel tsd-hierarchy" data-refl="2356">
13
+ <section class="tsd-panel tsd-hierarchy" data-refl="2400">
14
14
  <h4>Hierarchy (<a href="../hierarchy.html#HTTPTransportError">View Summary</a>)</h4>
15
15
  <ul class="tsd-hierarchy">
16
16
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -10,7 +10,7 @@
10
10
  <ul class="tsd-breadcrumb" aria-label="Breadcrumb">
11
11
  <li><a href="" aria-current="page">InvalidCommandError</a></li></ul>
12
12
  <h1>Class InvalidCommandError</h1></div>
13
- <section class="tsd-panel tsd-hierarchy" data-refl="2475">
13
+ <section class="tsd-panel tsd-hierarchy" data-refl="2519">
14
14
  <h4>Hierarchy (<a href="../hierarchy.html#InvalidCommandError">View Summary</a>)</h4>
15
15
  <ul class="tsd-hierarchy">
16
16
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -13,14 +13,14 @@
13
13
  <section class="tsd-panel tsd-comment">
14
14
  <div class="tsd-comment tsd-typography"><p>Raised when a worker loses the ability to renew a claimed job's lease.</p>
15
15
  </div></section>
16
- <section class="tsd-panel tsd-hierarchy" data-refl="2795">
16
+ <section class="tsd-panel tsd-hierarchy" data-refl="2858">
17
17
  <h4>Hierarchy</h4>
18
18
  <ul class="tsd-hierarchy">
19
19
  <li class="tsd-hierarchy-item"><span class="tsd-signature-type">Error</span>
20
20
  <ul class="tsd-hierarchy">
21
21
  <li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">LeaseRenewalError</span></li></ul></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/worker-internal.ts#L17">src/worker-internal.ts:17</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/worker-lease-guard.ts#L13">src/worker-lease-guard.ts:13</a></li></ul></aside>
24
24
  <section class="tsd-panel-group tsd-index-group">
25
25
  <section class="tsd-panel tsd-index-panel">
26
26
  <details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
@@ -59,7 +59,7 @@
59
59
  <h4 class="tsd-returns-title">Returns <a href="" class="tsd-signature-type tsd-kind-class">LeaseRenewalError</a></h4><aside class="tsd-sources">
60
60
  <p>Overrides Error.constructor</p>
61
61
  <ul>
62
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/worker-internal.ts#L18">src/worker-internal.ts:18</a></li></ul></aside></div></li></ul></section></section></details>
62
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/worker-lease-guard.ts#L14">src/worker-lease-guard.ts:14</a></li></ul></aside></div></li></ul></section></section></details>
63
63
  <details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
64
64
  <h2 class="tsd-anchor-link" id="properties-1">Properties<a href="#properties-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2></summary>
65
65
  <section>
@@ -10,7 +10,7 @@
10
10
  <ul class="tsd-breadcrumb" aria-label="Breadcrumb">
11
11
  <li><a href="" aria-current="page">LockHeldError</a></li></ul>
12
12
  <h1>Class LockHeldError</h1></div>
13
- <section class="tsd-panel tsd-hierarchy" data-refl="2504">
13
+ <section class="tsd-panel tsd-hierarchy" data-refl="2548">
14
14
  <h4>Hierarchy (<a href="../hierarchy.html#LockHeldError">View Summary</a>)</h4>
15
15
  <ul class="tsd-hierarchy">
16
16
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -10,7 +10,7 @@
10
10
  <ul class="tsd-breadcrumb" aria-label="Breadcrumb">
11
11
  <li><a href="" aria-current="page">LockNotOwnedError</a></li></ul>
12
12
  <h1>Class LockNotOwnedError</h1></div>
13
- <section class="tsd-panel tsd-hierarchy" data-refl="2533">
13
+ <section class="tsd-panel tsd-hierarchy" data-refl="2577">
14
14
  <h4>Hierarchy (<a href="../hierarchy.html#LockNotOwnedError">View Summary</a>)</h4>
15
15
  <ul class="tsd-hierarchy">
16
16
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -10,7 +10,7 @@
10
10
  <ul class="tsd-breadcrumb" aria-label="Breadcrumb">
11
11
  <li><a href="" aria-current="page">OverloadedError</a></li></ul>
12
12
  <h1>Class OverloadedError</h1></div>
13
- <section class="tsd-panel tsd-hierarchy" data-refl="2562">
13
+ <section class="tsd-panel tsd-hierarchy" data-refl="2606">
14
14
  <h4>Hierarchy (<a href="../hierarchy.html#OverloadedError">View Summary</a>)</h4>
15
15
  <ul class="tsd-hierarchy">
16
16
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -13,7 +13,7 @@
13
13
  <section class="tsd-panel tsd-comment">
14
14
  <div class="tsd-comment tsd-typography"><p>Async terminal-write failure with the number of durable successes drained first.</p>
15
15
  </div></section>
16
- <section class="tsd-panel tsd-hierarchy" data-refl="3286">
16
+ <section class="tsd-panel tsd-hierarchy" data-refl="3349">
17
17
  <h4>Hierarchy</h4>
18
18
  <ul class="tsd-hierarchy">
19
19
  <li class="tsd-hierarchy-item"><span class="tsd-signature-type">Error</span>
@@ -13,7 +13,7 @@
13
13
  <section class="tsd-panel tsd-comment">
14
14
  <div class="tsd-comment tsd-typography"><p>Request timeout annotated with whether the request may have reached the server.</p>
15
15
  </div></section>
16
- <section class="tsd-panel tsd-hierarchy" data-refl="2593">
16
+ <section class="tsd-panel tsd-hierarchy" data-refl="2637">
17
17
  <h4>Hierarchy (<a href="../hierarchy.html#RequestTimeoutError">View Summary</a>)</h4>
18
18
  <ul class="tsd-hierarchy">
19
19
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -13,7 +13,7 @@
13
13
  <section class="tsd-panel tsd-comment">
14
14
  <div class="tsd-comment tsd-typography"><p>The contacted endpoint cannot serve this route and topology should be refreshed.</p>
15
15
  </div></section>
16
- <section class="tsd-panel tsd-hierarchy" data-refl="2622">
16
+ <section class="tsd-panel tsd-hierarchy" data-refl="2666">
17
17
  <h4>Hierarchy (<a href="../hierarchy.html#RerouteError">View Summary</a>)</h4>
18
18
  <ul class="tsd-hierarchy">
19
19
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -10,7 +10,7 @@
10
10
  <ul class="tsd-breadcrumb" aria-label="Breadcrumb">
11
11
  <li><a href="" aria-current="page">StaleLeaseError</a></li></ul>
12
12
  <h1>Class StaleLeaseError</h1></div>
13
- <section class="tsd-panel tsd-hierarchy" data-refl="2651">
13
+ <section class="tsd-panel tsd-hierarchy" data-refl="2695">
14
14
  <h4>Hierarchy (<a href="../hierarchy.html#StaleLeaseError">View Summary</a>)</h4>
15
15
  <ul class="tsd-hierarchy">
16
16
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -13,7 +13,7 @@
13
13
  <section class="tsd-panel tsd-comment">
14
14
  <div class="tsd-comment tsd-typography"><p>FLOW.POLICY.SET expected_generation did not match the stored generation.</p>
15
15
  </div></section>
16
- <section class="tsd-panel tsd-hierarchy" data-refl="2680">
16
+ <section class="tsd-panel tsd-hierarchy" data-refl="2724">
17
17
  <h4>Hierarchy (<a href="../hierarchy.html#StalePolicyGenerationError">View Summary</a>)</h4>
18
18
  <ul class="tsd-hierarchy">
19
19
  <li class="tsd-hierarchy-item"><a href="FerricStoreError.html" class="tsd-signature-type tsd-kind-class">FerricStoreError</a>
@@ -11,7 +11,7 @@
11
11
  <li><a href="" aria-current="page">Workflow</a></li></ul>
12
12
  <h1>Class Workflow</h1></div><aside class="tsd-sources">
13
13
  <ul>
14
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L76">src/workflow.ts:76</a></li></ul></aside>
14
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L72">src/workflow.ts:72</a></li></ul></aside>
15
15
  <section class="tsd-panel-group tsd-index-group">
16
16
  <section class="tsd-panel tsd-index-panel">
17
17
  <details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
@@ -60,7 +60,7 @@
60
60
  <li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/WorkflowOptions.html" class="tsd-signature-type tsd-kind-interface">WorkflowOptions</a></span></li></ul></div>
61
61
  <h4 class="tsd-returns-title">Returns <a href="" class="tsd-signature-type tsd-kind-class">Workflow</a></h4><aside class="tsd-sources">
62
62
  <ul>
63
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L84">src/workflow.ts:84</a></li></ul></aside></div></li></ul></section></section></details>
63
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L80">src/workflow.ts:80</a></li></ul></aside></div></li></ul></section></section></details>
64
64
  <details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
65
65
  <h2 class="tsd-anchor-link" id="properties-1">Properties<a href="#properties-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2></summary>
66
66
  <section>
@@ -68,27 +68,27 @@
68
68
  <h3 class="tsd-anchor-link" id="client"><code class="tsd-tag">Readonly</code><span>client</span><a href="#client" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
69
69
  <div class="tsd-signature"><span class="tsd-kind-property">client</span><span class="tsd-signature-symbol">:</span> <a href="FerricStoreClient.html" class="tsd-signature-type tsd-kind-class">FerricStoreClient</a></div><aside class="tsd-sources">
70
70
  <ul>
71
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L77">src/workflow.ts:77</a></li></ul></aside></section>
71
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L73">src/workflow.ts:73</a></li></ul></aside></section>
72
72
  <section class="tsd-panel tsd-member">
73
73
  <h3 class="tsd-anchor-link" id="defaultworker"><code class="tsd-tag">Readonly</code><span>default<wbr/>Worker</span><a href="#defaultworker" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
74
74
  <div class="tsd-signature"><span class="tsd-kind-property">defaultWorker</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
75
75
  <ul>
76
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L81">src/workflow.ts:81</a></li></ul></aside></section>
76
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L77">src/workflow.ts:77</a></li></ul></aside></section>
77
77
  <section class="tsd-panel tsd-member">
78
78
  <h3 class="tsd-anchor-link" id="initialstate"><code class="tsd-tag">Readonly</code><span>initial<wbr/>State</span><a href="#initialstate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
79
79
  <div class="tsd-signature"><span class="tsd-kind-property">initialState</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
80
80
  <ul>
81
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L79">src/workflow.ts:79</a></li></ul></aside></section>
81
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L75">src/workflow.ts:75</a></li></ul></aside></section>
82
82
  <section class="tsd-panel tsd-member">
83
83
  <h3 class="tsd-anchor-link" id="type"><code class="tsd-tag">Readonly</code><span>type</span><a href="#type" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
84
84
  <div class="tsd-signature"><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
85
85
  <ul>
86
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L78">src/workflow.ts:78</a></li></ul></aside></section>
86
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L74">src/workflow.ts:74</a></li></ul></aside></section>
87
87
  <section class="tsd-panel tsd-member">
88
88
  <h3 class="tsd-anchor-link" id="valueconfig"><code class="tsd-tag">Readonly</code><span>value<wbr/>Config</span><a href="#valueconfig" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
89
89
  <div class="tsd-signature"><span class="tsd-kind-property">valueConfig</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/ValueConfig.html" class="tsd-signature-type tsd-kind-interface">ValueConfig</a> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">localCache</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span> <span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources">
90
90
  <ul>
91
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L80">src/workflow.ts:80</a></li></ul></aside></section></section></details>
91
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L76">src/workflow.ts:76</a></li></ul></aside></section></section></details>
92
92
  <details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
93
93
  <h2 class="tsd-anchor-link" id="methods-1">Methods<a href="#methods-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2></summary>
94
94
  <section>
@@ -105,7 +105,7 @@
105
105
  <li><span><span class="tsd-kind-parameter">options</span>: <br/>    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">full</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">partitionKey</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">payload</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">payloadMaxBytes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">valueMaxBytes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">values</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-keyword">readonly</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-signature-symbol">}</span><br/>    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div>
106
106
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/FlowRecord.html" class="tsd-signature-type tsd-kind-interface">FlowRecord</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
107
107
  <ul>
108
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L184">src/workflow.ts:184</a></li></ul></aside></div></li></ul></section>
108
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L180">src/workflow.ts:180</a></li></ul></aside></div></li></ul></section>
109
109
  <section class="tsd-panel tsd-member">
110
110
  <h3 class="tsd-anchor-link" id="history"><span>history</span><a href="#history" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
111
111
  <ul class="tsd-signatures">
@@ -119,7 +119,7 @@
119
119
  <li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/HistoryOptions.html" class="tsd-signature-type tsd-kind-interface">HistoryOptions</a> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div>
120
120
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
121
121
  <ul>
122
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L188">src/workflow.ts:188</a></li></ul></aside></div></li></ul></section>
122
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L184">src/workflow.ts:184</a></li></ul></aside></div></li></ul></section>
123
123
  <section class="tsd-panel tsd-member">
124
124
  <h3 class="tsd-anchor-link" id="installpolicy"><span>install<wbr/>Policy</span><a href="#installpolicy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
125
125
  <ul class="tsd-signatures">
@@ -132,7 +132,7 @@
132
132
  <li><span><span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/FlowPolicyOptions.html" class="tsd-signature-type tsd-kind-interface">FlowPolicyOptions</a><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">&quot;mode&quot;</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;state&quot;</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;states&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div>
133
133
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/FlowPolicySnapshot.html" class="tsd-signature-type tsd-kind-interface">FlowPolicySnapshot</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
134
134
  <ul>
135
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L196">src/workflow.ts:196</a></li></ul></aside></div></li></ul></section>
135
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L192">src/workflow.ts:192</a></li></ul></aside></div></li></ul></section>
136
136
  <section class="tsd-panel tsd-member">
137
137
  <h3 class="tsd-anchor-link" id="runstepsmany"><span>run<wbr/>Steps<wbr/>Many</span><a href="#runstepsmany" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
138
138
  <ul class="tsd-signatures">
@@ -146,7 +146,7 @@
146
146
  <li><span><span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/RunStepsManyOptions.html" class="tsd-signature-type tsd-kind-interface">RunStepsManyOptions</a><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">&quot;type&quot;</span><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div>
147
147
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
148
148
  <ul>
149
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L143">src/workflow.ts:143</a></li></ul></aside></div></li></ul></section>
149
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L139">src/workflow.ts:139</a></li></ul></aside></div></li></ul></section>
150
150
  <section class="tsd-panel tsd-member">
151
151
  <h3 class="tsd-anchor-link" id="signal"><span>signal</span><a href="#signal" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
152
152
  <ul class="tsd-signatures">
@@ -160,7 +160,7 @@
160
160
  <li><span><span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-symbol">{</span><br/>    <span class="tsd-kind-property">dropValues</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">idempotencyKey</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">ifState</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">nowMs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">overrideValues</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">partitionKey</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">runAtMs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">signal</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">transitionTo</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">valueRefs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">values</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></span></li></ul></div>
161
161
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
162
162
  <ul>
163
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L180">src/workflow.ts:180</a></li></ul></aside></div></li></ul></section>
163
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L176">src/workflow.ts:176</a></li></ul></aside></div></li></ul></section>
164
164
  <section class="tsd-panel tsd-member">
165
165
  <h3 class="tsd-anchor-link" id="start"><span>start</span><a href="#start" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
166
166
  <ul class="tsd-signatures">
@@ -174,7 +174,7 @@
174
174
  <li><span><span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-symbol">{</span><br/>    <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <a href="../types/CommandArgument.html" class="tsd-signature-type tsd-kind-type-alias">CommandArgument</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">correlationId</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">idempotent</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">maxActiveMs</span><span class="tsd-signature-symbol">?:</span> <a href="../types/MaxActiveMs.html" class="tsd-signature-type tsd-kind-type-alias">MaxActiveMs</a><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">nowMs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">parentFlowId</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">partitionKey</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">payload</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">priority</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">retentionTtlMs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">returnRecord</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">rootFlowId</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">runAtMs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">state</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">stateMeta</span><span class="tsd-signature-symbol">?:</span> <a href="../types/StateMeta.html" class="tsd-signature-type tsd-kind-type-alias">StateMeta</a><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">valueRefs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">values</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div>
175
175
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
176
176
  <ul>
177
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L106">src/workflow.ts:106</a></li></ul></aside></div></li></ul></section>
177
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L102">src/workflow.ts:102</a></li></ul></aside></div></li></ul></section>
178
178
  <section class="tsd-panel tsd-member">
179
179
  <h3 class="tsd-anchor-link" id="startandclaim"><span>start<wbr/>And<wbr/>Claim</span><a href="#startandclaim" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
180
180
  <ul class="tsd-signatures">
@@ -188,7 +188,7 @@
188
188
  <li><span><span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/StartAndClaimOptions.html" class="tsd-signature-type tsd-kind-interface">StartAndClaimOptions</a><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">&quot;type&quot;</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">&quot;initialState&quot;</span><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">initialState</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span></span></li></ul></div>
189
189
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/FlowRecord.html" class="tsd-signature-type tsd-kind-interface">FlowRecord</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
190
190
  <ul>
191
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L132">src/workflow.ts:132</a></li></ul></aside></div></li></ul></section>
191
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L128">src/workflow.ts:128</a></li></ul></aside></div></li></ul></section>
192
192
  <section class="tsd-panel tsd-member">
193
193
  <h3 class="tsd-anchor-link" id="startmany"><span>start<wbr/>Many</span><a href="#startmany" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
194
194
  <ul class="tsd-signatures">
@@ -202,7 +202,7 @@
202
202
  <li><span><span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-symbol">{</span><br/>    <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <a href="../types/CommandArgument.html" class="tsd-signature-type tsd-kind-type-alias">CommandArgument</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">idempotent</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">independent</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">maxActiveMs</span><span class="tsd-signature-symbol">?:</span> <a href="../types/MaxActiveMs.html" class="tsd-signature-type tsd-kind-type-alias">MaxActiveMs</a><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">nowMs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">partitionKey</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">priority</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">retentionTtlMs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">runAtMs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">state</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">stateMeta</span><span class="tsd-signature-symbol">?:</span> <a href="../types/StateMeta.html" class="tsd-signature-type tsd-kind-type-alias">StateMeta</a><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">valueRefs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">values</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div>
203
203
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
204
204
  <ul>
205
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L150">src/workflow.ts:150</a></li></ul></aside></div></li></ul></section>
205
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L146">src/workflow.ts:146</a></li></ul></aside></div></li></ul></section>
206
206
  <section class="tsd-panel tsd-member">
207
207
  <h3 class="tsd-anchor-link" id="state"><span>state</span><a href="#state" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
208
208
  <ul class="tsd-signatures">
@@ -217,7 +217,7 @@
217
217
  <li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/StateOptions.html" class="tsd-signature-type tsd-kind-interface">StateOptions</a><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div>
218
218
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4><aside class="tsd-sources">
219
219
  <ul>
220
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L96">src/workflow.ts:96</a></li></ul></aside></div></li></ul></section>
220
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L92">src/workflow.ts:92</a></li></ul></aside></div></li></ul></section>
221
221
  <section class="tsd-panel tsd-member">
222
222
  <h3 class="tsd-anchor-link" id="statenames"><span>state<wbr/>Names</span><a href="#statenames" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
223
223
  <ul class="tsd-signatures">
@@ -226,7 +226,7 @@
226
226
  <div class="tsd-description">
227
227
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
228
228
  <ul>
229
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L213">src/workflow.ts:213</a></li></ul></aside></div></li></ul></section>
229
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L209">src/workflow.ts:209</a></li></ul></aside></div></li></ul></section>
230
230
  <section class="tsd-panel tsd-member">
231
231
  <h3 class="tsd-anchor-link" id="stateregistration"><span>state<wbr/>Registration</span><a href="#stateregistration" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
232
232
  <ul class="tsd-signatures">
@@ -239,7 +239,7 @@
239
239
  <li><span><span class="tsd-kind-parameter">name</span>: <span class="tsd-signature-type">string</span></span></li></ul></div>
240
240
  <h4 class="tsd-returns-title">Returns <a href="../interfaces/StateRegistration.html" class="tsd-signature-type tsd-kind-interface">StateRegistration</a> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">undefined</span></h4><aside class="tsd-sources">
241
241
  <ul>
242
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L217">src/workflow.ts:217</a></li></ul></aside></div></li></ul></section>
242
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L213">src/workflow.ts:213</a></li></ul></aside></div></li></ul></section>
243
243
  <section class="tsd-panel tsd-member">
244
244
  <h3 class="tsd-anchor-link" id="worker"><span>worker</span><a href="#worker" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
245
245
  <ul class="tsd-signatures">
@@ -252,7 +252,7 @@
252
252
  <li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/WorkerConfig.html" class="tsd-signature-type tsd-kind-interface">WorkerConfig</a> <span class="tsd-signature-symbol">&amp;</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">states</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div>
253
253
  <h4 class="tsd-returns-title">Returns <a href="WorkflowWorker.html" class="tsd-signature-type tsd-kind-class">WorkflowWorker</a></h4><aside class="tsd-sources">
254
254
  <ul>
255
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L192">src/workflow.ts:192</a></li></ul></aside></div></li></ul></section></section></details></div>
255
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L188">src/workflow.ts:188</a></li></ul></aside></div></li></ul></section></section></details></div>
256
256
  <div class="col-sidebar">
257
257
  <div class="page-menu">
258
258
  <div class="tsd-navigation settings">
@@ -11,7 +11,7 @@
11
11
  <li><a href="" aria-current="page">WorkflowClient</a></li></ul>
12
12
  <h1>Class WorkflowClient</h1></div><aside class="tsd-sources">
13
13
  <ul>
14
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L64">src/workflow.ts:64</a></li></ul></aside>
14
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L60">src/workflow.ts:60</a></li></ul></aside>
15
15
  <section class="tsd-panel-group tsd-index-group">
16
16
  <section class="tsd-panel tsd-index-panel">
17
17
  <details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
@@ -44,7 +44,7 @@
44
44
  <li><span><span class="tsd-kind-parameter">flow</span>: <a href="FerricStoreClient.html" class="tsd-signature-type tsd-kind-class">FerricStoreClient</a></span></li></ul></div>
45
45
  <h4 class="tsd-returns-title">Returns <a href="" class="tsd-signature-type tsd-kind-class">WorkflowClient</a></h4><aside class="tsd-sources">
46
46
  <ul>
47
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L67">src/workflow.ts:67</a></li></ul></aside></div></li></ul></section></section></details>
47
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L63">src/workflow.ts:63</a></li></ul></aside></div></li></ul></section></section></details>
48
48
  <details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
49
49
  <h2 class="tsd-anchor-link" id="properties-1">Properties<a href="#properties-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2></summary>
50
50
  <section>
@@ -52,7 +52,7 @@
52
52
  <h3 class="tsd-anchor-link" id="flow"><code class="tsd-tag">Readonly</code><span>flow</span><a href="#flow" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
53
53
  <div class="tsd-signature"><span class="tsd-kind-property">flow</span><span class="tsd-signature-symbol">:</span> <a href="FerricStoreClient.html" class="tsd-signature-type tsd-kind-class">FerricStoreClient</a></div><aside class="tsd-sources">
54
54
  <ul>
55
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L65">src/workflow.ts:65</a></li></ul></aside></section></section></details>
55
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L61">src/workflow.ts:61</a></li></ul></aside></section></section></details>
56
56
  <details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
57
57
  <h2 class="tsd-anchor-link" id="methods-1">Methods<a href="#methods-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2></summary>
58
58
  <section>
@@ -68,7 +68,7 @@
68
68
  <li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/WorkflowOptions.html" class="tsd-signature-type tsd-kind-interface">WorkflowOptions</a></span></li></ul></div>
69
69
  <h4 class="tsd-returns-title">Returns <a href="Workflow.html" class="tsd-signature-type tsd-kind-class">Workflow</a></h4><aside class="tsd-sources">
70
70
  <ul>
71
- <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L71">src/workflow.ts:71</a></li></ul></aside></div></li></ul></section></section></details></div>
71
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/workflow.ts#L67">src/workflow.ts:67</a></li></ul></aside></div></li></ul></section></section></details></div>
72
72
  <div class="col-sidebar">
73
73
  <div class="page-menu">
74
74
  <div class="tsd-navigation settings">