@uipath/maestro-builder-sdk 6.1.0 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-index.md +357 -351
- package/dist/api-members.md +969 -0
- package/package.json +3 -3
|
@@ -0,0 +1,969 @@
|
|
|
1
|
+
<!-- GENERATED from the TypeScript declarations in UiPath/flow-builder-sdk
|
|
2
|
+
(typescript/sdk, scripts/gen-api-index.mjs). Do not edit this file.
|
|
3
|
+
Change the doc comment on the declaration upstream; that repo regenerates
|
|
4
|
+
it with `npm run generate:api` and fails its build when it is stale. -->
|
|
5
|
+
|
|
6
|
+
# Maestro Builder SDK — member index
|
|
7
|
+
|
|
8
|
+
**A lookup table of 927 rows — match one name in it, do not read it.**
|
|
9
|
+
Grep or search for the member you have; the row it lands on is the whole
|
|
10
|
+
answer. Reading top to bottom costs ~20x what the one row does and tells you
|
|
11
|
+
nothing you asked for.
|
|
12
|
+
|
|
13
|
+
Every field and method of every exported shape — 927 across
|
|
14
|
+
172 interfaces and classes — keyed by the MEMBER's own name.
|
|
15
|
+
|
|
16
|
+
**Use this when the name you have is a field or a method**, which is usually
|
|
17
|
+
the case: the reference pages are "one line per field", so you arrive holding
|
|
18
|
+
`outcomePorts`, not `HitlInputs`. Look it up here and you get the shape that
|
|
19
|
+
declares it and the exact lines that declare it.
|
|
20
|
+
|
|
21
|
+
[`api-index.md`](api-index.md) is the other half: the same thing keyed by the
|
|
22
|
+
exported symbol (interfaces, types, functions, classes, consts).
|
|
23
|
+
|
|
24
|
+
**There is no summary column, on purpose.** A member span is a couple of lines,
|
|
25
|
+
so reading it gives you the type AND the full doc comment — more than a
|
|
26
|
+
truncated summary would, for less. Read the span.
|
|
27
|
+
|
|
28
|
+
Member names repeat across shapes (`name` is declared on 69 of them), so the
|
|
29
|
+
`Declared on` column is what makes a match actionable. For the whole shape
|
|
30
|
+
rather than the one field, look that name up in [`api-index.md`](api-index.md) —
|
|
31
|
+
which is why its span is not repeated on all 927 rows here.
|
|
32
|
+
|
|
33
|
+
**A name that misses both indexes is probably not part of the API.** The one
|
|
34
|
+
that comes up is a RUNTIME output key — a human task's `Action`, a step's
|
|
35
|
+
`error` envelope fields — which no declaration carries because the runtime
|
|
36
|
+
produces it, not the type system. Those live in the node references:
|
|
37
|
+
`Action` in [`hitl.md`](hitl.md), the envelope in
|
|
38
|
+
[`error-handling.md`](error-handling.md). Searching the `.d.ts` for one will
|
|
39
|
+
not find it either.
|
|
40
|
+
|
|
41
|
+
| Member | Kind | Declared on | Declaration |
|
|
42
|
+
| --- | --- | --- | --- |
|
|
43
|
+
| `__lookup` | property | `LookupToken` | `dist/core/lookups.d.ts:46-51` |
|
|
44
|
+
| `__outputs` | property | `FlowNode` | `dist/core/node-classes.d.ts:133-137` |
|
|
45
|
+
| `$guardrailType` | property | `BuiltInValidatorGuardrail` | `dist/core/actions.d.ts:1330` |
|
|
46
|
+
| `$guardrailType` | property | `CustomGuardrail` | `dist/core/actions.d.ts:1317` |
|
|
47
|
+
| `action` | property | `BuiltInValidatorGuardrail` | `dist/core/actions.d.ts:1334` |
|
|
48
|
+
| `action` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:505` |
|
|
49
|
+
| `action` | property | `CustomGuardrail` | `dist/core/actions.d.ts:1321` |
|
|
50
|
+
| `action` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:810-830` |
|
|
51
|
+
| `actionCatalogName` | property | `ActionSpecData` | `dist/case/case-sdk.d.ts:460-461` |
|
|
52
|
+
| `actions` | property | `HumanTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1000-1009` |
|
|
53
|
+
| `activity` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1875-1907` |
|
|
54
|
+
| `agent` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:741-750` |
|
|
55
|
+
| `alias` | property | `Aggregation` | `dist/core/actions.d.ts:248-249` |
|
|
56
|
+
| `aliases` | property | `LookupSpec` | `dist/core/lookups.d.ts:31-32` |
|
|
57
|
+
| `allErrors` | property | `RetrySpec` | `dist/bpmn/bpmn-sdk.d.ts:695-696` |
|
|
58
|
+
| `allowAdhocOptionalStageTasks` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:638-639` |
|
|
59
|
+
| `allowAdhocTasks` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1131-1138` |
|
|
60
|
+
| `apiWorkflow` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:761-770` |
|
|
61
|
+
| `app` | property | `EscalationRef` | `dist/core/actions.d.ts:1882-1897` |
|
|
62
|
+
| `app` | property | `HitlInputs` | `dist/core/actions.d.ts:545-549` |
|
|
63
|
+
| `app` | property | `HumanTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:996-997` |
|
|
64
|
+
| `appSystemName` | property | `AppRef` | `dist/core/actions.d.ts:523-528` |
|
|
65
|
+
| `appVersion` | property | `HumanTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:998-999` |
|
|
66
|
+
| `armLabel` | property | `ArmBuilder` | `dist/flow-sdk.d.ts:1104` |
|
|
67
|
+
| `assignee` | property | `HitlRecipient` | `dist/core/actions.d.ts:413-424` |
|
|
68
|
+
| `async` | property | `OrchestratorAsyncOpts` | `dist/bpmn/bpmn-sdk.d.ts:940-944` |
|
|
69
|
+
| `atRiskPercentage` | property | `EscalationOpts` | `dist/case/case-sdk.d.ts:132-137` |
|
|
70
|
+
| `attachedTo` | property | `BoundaryOpts` | `dist/bpmn/bpmn-sdk.d.ts:634-635` |
|
|
71
|
+
| `attachment` | property | `BatchTransformInputs` | `dist/core/actions.d.ts:825-829` |
|
|
72
|
+
| `attachment` | property | `IxpToolRef` | `dist/core/actions.d.ts:1848-1856` |
|
|
73
|
+
| `attachment` | property | `SummarizeInputs` | `dist/core/actions.d.ts:785-807` |
|
|
74
|
+
| `backoff` | property | `RetrySpec` | `dist/bpmn/bpmn-sdk.d.ts:682-687` |
|
|
75
|
+
| `backoffType` | property | `RetrySpec` | `dist/bpmn/bpmn-sdk.d.ts:688-692` |
|
|
76
|
+
| `binding` | method | `BpmnBuilder` | `dist/bpmn/bpmn-sdk.d.ts:2131-2155` |
|
|
77
|
+
| `bindings` | property | `BindingsRegistry` | `dist/bpmn/bpmn-sdk.d.ts:1265-1266` |
|
|
78
|
+
| `bindings` | property | `BuiltBpmn` | `dist/bpmn/bpmn-sdk.d.ts:409-410` |
|
|
79
|
+
| `bindings` | property | `NodeContribution` | `dist/core/node-classes.d.ts:119-120` |
|
|
80
|
+
| `body` | property | `CaseVarDecl` | `dist/case/case-sdk.d.ts:562-563` |
|
|
81
|
+
| `body` | property | `HttpInputsBase` | `dist/core/actions.d.ts:41` |
|
|
82
|
+
| `body` | property | `HttpOpts` | `dist/bpmn/bpmn-sdk.d.ts:882-883` |
|
|
83
|
+
| `body` | property | `HttpRequestToolRef` | `dist/core/actions.d.ts:1711-1712` |
|
|
84
|
+
| `body` | property | `JsonSchemaType` | `dist/case/case-sdk.d.ts:539` |
|
|
85
|
+
| `body` | property | `PortArm` | `dist/flow-sdk.d.ts:305-306` |
|
|
86
|
+
| `body` | property | `SwitchArm` | `dist/flow-sdk.d.ts:293` |
|
|
87
|
+
| `body` | property | `TypedContextRow` | `dist/bpmn/typed-node.d.ts:162-167` |
|
|
88
|
+
| `boundaryEvent` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1370-1377` |
|
|
89
|
+
| `branch` | method | `StepList` | `dist/flow-sdk.d.ts:865-883` |
|
|
90
|
+
| `branches` | property | `HttpInputsBase` | `dist/core/actions.d.ts:31-36` |
|
|
91
|
+
| `break` | method | `StepList` | `dist/flow-sdk.d.ts:991-1000` |
|
|
92
|
+
| `breakEnabled` | property | `DoWhileOptions` | `dist/flow-sdk.d.ts:415-416` |
|
|
93
|
+
| `breakEnabled` | property | `LoopOptions` | `dist/flow-sdk.d.ts:402-406` |
|
|
94
|
+
| `build` | method | `BpmnBuilder` | `dist/bpmn/bpmn-sdk.d.ts:2156-2161` |
|
|
95
|
+
| `build` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1269-1274` |
|
|
96
|
+
| `build` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1339-1345` |
|
|
97
|
+
| `businessRule` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1600-1645` |
|
|
98
|
+
| `by` | property | `LookupResolution` | `dist/core/lookups.d.ts:164` |
|
|
99
|
+
| `by` | property | `LookupSpec` | `dist/core/lookups.d.ts:27-28` |
|
|
100
|
+
| `cachedAgentCard` | property | `RemoteA2aToolRef` | `dist/core/actions.d.ts:1663-1664` |
|
|
101
|
+
| `callContext` | property | `EndCallInputs` | `dist/core/actions.d.ts:720-725` |
|
|
102
|
+
| `callContext` | property | `VoiceAgentInputs` | `dist/core/actions.d.ts:763-768` |
|
|
103
|
+
| `cancelActivity` | property | `BoundaryOpts` | `dist/bpmn/bpmn-sdk.d.ts:636-637` |
|
|
104
|
+
| `caseApp` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1110-1130` |
|
|
105
|
+
| `caseAppConfig` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:637` |
|
|
106
|
+
| `caseAppEnabled` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:636` |
|
|
107
|
+
| `caseExit` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:642` |
|
|
108
|
+
| `caseManagement` | property | `ProcessMetadata` | `dist/bpmn/bpmn-sdk.d.ts:444-448` |
|
|
109
|
+
| `caseManagement` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:771-782` |
|
|
110
|
+
| `channels` | property | `HitlRecipient` | `dist/core/actions.d.ts:411-412` |
|
|
111
|
+
| `child` | property | `SubflowSpec` | `dist/flow-sdk.d.ts:36-37` |
|
|
112
|
+
| `citationMode` | property | `BuiltinToolRef` | `dist/core/actions.d.ts:1759-1760` |
|
|
113
|
+
| `code` | property | `ContributionDiagnostic` | `dist/core/node-classes.d.ts:23-24` |
|
|
114
|
+
| `code` | property | `ErrorDecl` | `dist/bpmn/bpmn-sdk.d.ts:391-392` |
|
|
115
|
+
| `code` | property | `ErrorMappingRow` | `dist/bpmn/bpmn-sdk.d.ts:276-284` |
|
|
116
|
+
| `code` | property | `ScriptInputs` | `dist/core/actions.d.ts:140-141` |
|
|
117
|
+
| `collapsed` | property | `NodeLayout` | `dist/flow-sdk.d.ts:542-543` |
|
|
118
|
+
| `collection` | property | `LoopSpec` | `dist/bpmn/bpmn-sdk.d.ts:76-77` |
|
|
119
|
+
| `collection` | property | `TransformInputs` | `dist/core/actions.d.ts:295-305` |
|
|
120
|
+
| `color` | property | `StickyNote` | `dist/flow-sdk.d.ts:596-597` |
|
|
121
|
+
| `completeWhen` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1249-1259` |
|
|
122
|
+
| `completion` | property | `LoopSpec` | `dist/bpmn/bpmn-sdk.d.ts:82-83` |
|
|
123
|
+
| `completionCondition` | property | `LoopOptions` | `dist/flow-sdk.d.ts:397-401` |
|
|
124
|
+
| `condition` | property | `BpmnFlow` | `dist/bpmn/bpmn-sdk.d.ts:327-328` |
|
|
125
|
+
| `condition` | property | `ErrorMappingRow` | `dist/bpmn/bpmn-sdk.d.ts:291-297` |
|
|
126
|
+
| `condition` | property | `FilterRule` | `dist/core/actions.d.ts:225` |
|
|
127
|
+
| `condition` | property | `FlowOpts` | `dist/bpmn/bpmn-sdk.d.ts:1228-1229` |
|
|
128
|
+
| `condition` | property | `HttpBranch` | `dist/core/actions.d.ts:23-28` |
|
|
129
|
+
| `connection` | property | `ConnectorEventOpts` | `dist/bpmn/bpmn-sdk.d.ts:1088-1089` |
|
|
130
|
+
| `connection` | property | `ConnectorOpts` | `dist/core/actions.d.ts:180-181` |
|
|
131
|
+
| `connection` | property | `EventSubscription` | `dist/core/actions.d.ts:3196-3197` |
|
|
132
|
+
| `connection` | property | `ExternalTaskOptions` | `dist/case/case-sdk.d.ts:393-394` |
|
|
133
|
+
| `connection` | property | `ExternalTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1127-1128` |
|
|
134
|
+
| `connection` | property | `TriggerOptions` | `dist/core/actions.d.ts:3156-3157` |
|
|
135
|
+
| `connections` | property | `HitlRecipient` | `dist/core/actions.d.ts:425-429` |
|
|
136
|
+
| `connector` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:506` |
|
|
137
|
+
| `connector` | property | `ConnectorToolRef` | `dist/core/actions.d.ts:1770-1771` |
|
|
138
|
+
| `connector` | property | `EventSubscription` | `dist/core/actions.d.ts:3165-3166` |
|
|
139
|
+
| `connector` | property | `ExternalTaskSpecData` | `dist/case/case-sdk.d.ts:406-407` |
|
|
140
|
+
| `connector` | property | `RuleOpts` | `dist/case/case-sdk.d.ts:56-62` |
|
|
141
|
+
| `connector` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1460-1479` |
|
|
142
|
+
| `connector` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1480-1491` |
|
|
143
|
+
| `connector` | property | `SelectNextStageSpec` | `dist/case/case-sdk.d.ts:304-317` |
|
|
144
|
+
| `connector` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:831-847` |
|
|
145
|
+
| `connector` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:848-858` |
|
|
146
|
+
| `connector` | property | `TriggerMeta` | `dist/core/connectors.d.ts:122-123` |
|
|
147
|
+
| `connectorKey` | property | `WaitConnectorPlaceholderSpec` | `dist/case/case-sdk.d.ts:366-367` |
|
|
148
|
+
| `content` | property | `SendMessageInputs` | `dist/core/actions.d.ts:623-624` |
|
|
149
|
+
| `content` | property | `StickyNote` | `dist/flow-sdk.d.ts:594-595` |
|
|
150
|
+
| `contentType` | property | `HttpInputsBase` | `dist/core/actions.d.ts:42` |
|
|
151
|
+
| `context` | property | `ActivityNodeOpts` | `dist/bpmn/bpmn-sdk.d.ts:1150-1151` |
|
|
152
|
+
| `context` | property | `ConversationalAgentSettings` | `dist/core/actions.d.ts:661-662` |
|
|
153
|
+
| `context` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1512-1557` |
|
|
154
|
+
| `contextRows` | property | `ActivityNodeOpts` | `dist/bpmn/bpmn-sdk.d.ts:1152-1159` |
|
|
155
|
+
| `contextVerbatim` | property | `ActivityNodeOpts` | `dist/bpmn/bpmn-sdk.d.ts:1200-1205` |
|
|
156
|
+
| `contribute` | method | `FlowNode` | `dist/core/node-classes.d.ts:140-149` |
|
|
157
|
+
| `conversationId` | property | `ConversationalAgentSettings` | `dist/core/actions.d.ts:663-664` |
|
|
158
|
+
| `conversationId` | property | `ConversationContextInputs` | `dist/core/actions.d.ts:641-642` |
|
|
159
|
+
| `conversationId` | property | `SendMessageInputs` | `dist/core/actions.d.ts:612-616` |
|
|
160
|
+
| `conversationId` | property | `WaitForMessageInputs` | `dist/core/actions.d.ts:632-633` |
|
|
161
|
+
| `count` | property | `BuiltSla` | `dist/case/case-sdk.d.ts:188` |
|
|
162
|
+
| `count` | property | `SlaOpts` | `dist/case/case-sdk.d.ts:167-168` |
|
|
163
|
+
| `custom` | property | `TypedOutputRow` | `dist/bpmn/typed-node.d.ts:184-188` |
|
|
164
|
+
| `cycle` | property | `TimerSpec` | `dist/bpmn/bpmn-sdk.d.ts:34-35` |
|
|
165
|
+
| `date` | property | `TimerSpec` | `dist/bpmn/bpmn-sdk.d.ts:32-33` |
|
|
166
|
+
| `declare` | method | `BindingsRegistry` | `dist/bpmn/bpmn-sdk.d.ts:1267-1274` |
|
|
167
|
+
| `default` | property | `BindingContribution` | `dist/core/node-classes.d.ts:91-92` |
|
|
168
|
+
| `default` | property | `BindingDecl` | `dist/bpmn/bpmn-sdk.d.ts:368-369` |
|
|
169
|
+
| `default` | property | `BpmnVarDecl` | `dist/bpmn/bpmn-sdk.d.ts:345-346` |
|
|
170
|
+
| `default` | property | `CaseVarDecl` | `dist/case/case-sdk.d.ts:561` |
|
|
171
|
+
| `default` | property | `GatewayOpts` | `dist/bpmn/bpmn-sdk.d.ts:654-655` |
|
|
172
|
+
| `default` | property | `VarDecl` | `dist/flow-sdk.d.ts:50` |
|
|
173
|
+
| `default` | property | `VarOpts` | `dist/bpmn/bpmn-sdk.d.ts:1235-1236` |
|
|
174
|
+
| `default` | property | `VarSpec` | `dist/flow-sdk.d.ts:74-75` |
|
|
175
|
+
| `deferDate` | property | `QueueItemInputs` | `dist/core/actions.d.ts:1987-1988` |
|
|
176
|
+
| `definition` | property | `NodeContribution` | `dist/core/node-classes.d.ts:107-108` |
|
|
177
|
+
| `dependsOn` | property | `LookupSpec` | `dist/core/lookups.d.ts:34-35` |
|
|
178
|
+
| `description` | property | `AgentMemoryRef` | `dist/core/actions.d.ts:1729` |
|
|
179
|
+
| `description` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:633` |
|
|
180
|
+
| `description` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:637-638` |
|
|
181
|
+
| `description` | property | `BuiltinToolRef` | `dist/core/actions.d.ts:1749-1750` |
|
|
182
|
+
| `description` | property | `BuiltInValidatorGuardrail` | `dist/core/actions.d.ts:1332` |
|
|
183
|
+
| `description` | property | `BuiltStage` | `dist/case/case-sdk.d.ts:525` |
|
|
184
|
+
| `description` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:514` |
|
|
185
|
+
| `description` | property | `BuiltTrigger` | `dist/case/case-sdk.d.ts:200` |
|
|
186
|
+
| `description` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1095-1101` |
|
|
187
|
+
| `description` | property | `ClientSideToolRef` | `dist/core/actions.d.ts:1679-1680` |
|
|
188
|
+
| `description` | property | `CustomGuardrail` | `dist/core/actions.d.ts:1319` |
|
|
189
|
+
| `description` | property | `EscalationRef` | `dist/core/actions.d.ts:1866-1867` |
|
|
190
|
+
| `description` | property | `EventTriggerOpts` | `dist/case/case-sdk.d.ts:241` |
|
|
191
|
+
| `description` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1140-1147` |
|
|
192
|
+
| `description` | property | `HttpRequestToolRef` | `dist/core/actions.d.ts:1696` |
|
|
193
|
+
| `description` | property | `IxpExtractInputs` | `dist/core/actions.d.ts:923-930` |
|
|
194
|
+
| `description` | property | `IxpToolRef` | `dist/core/actions.d.ts:1844-1845` |
|
|
195
|
+
| `description` | property | `ManualTriggerOpts` | `dist/case/case-sdk.d.ts:210` |
|
|
196
|
+
| `description` | property | `McpToolRef` | `dist/core/actions.d.ts:1632` |
|
|
197
|
+
| `description` | property | `OutputColumn` | `dist/core/actions.d.ts:821-822` |
|
|
198
|
+
| `description` | property | `RemoteA2aToolRef` | `dist/core/actions.d.ts:1662` |
|
|
199
|
+
| `description` | property | `ResolvedEventTriggerOpts` | `dist/case/case-sdk.d.ts:268-269` |
|
|
200
|
+
| `description` | method | `StageBuilder` | `dist/case/case-sdk.d.ts:970-976` |
|
|
201
|
+
| `description` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:906-912` |
|
|
202
|
+
| `description` | property | `TimerTriggerOpts` | `dist/case/case-sdk.d.ts:223` |
|
|
203
|
+
| `description` | property | `TypedOutputRow` | `dist/bpmn/typed-node.d.ts:189-190` |
|
|
204
|
+
| `description` | property | `VarDecl` | `dist/flow-sdk.d.ts:51-52` |
|
|
205
|
+
| `description` | property | `VarSpec` | `dist/flow-sdk.d.ts:68-69` |
|
|
206
|
+
| `detail` | property | `ErrorMappingRow` | `dist/bpmn/bpmn-sdk.d.ts:298-299` |
|
|
207
|
+
| `details` | property | `CaseAppSection` | `dist/case/case-sdk.d.ts:580-581` |
|
|
208
|
+
| `diagnostics` | method | `FlowNode` | `dist/core/node-classes.d.ts:150-156` |
|
|
209
|
+
| `direction` | property | `AskedField` | `dist/core/actions.d.ts:348` |
|
|
210
|
+
| `direction` | property | `BpmnVarDecl` | `dist/bpmn/bpmn-sdk.d.ts:343-344` |
|
|
211
|
+
| `direction` | property | `CaseVarDecl` | `dist/case/case-sdk.d.ts:560` |
|
|
212
|
+
| `direction` | property | `InOutField` | `dist/core/actions.d.ts:364` |
|
|
213
|
+
| `direction` | property | `ShownField` | `dist/core/actions.d.ts:332` |
|
|
214
|
+
| `displayName` | property | `ActionField` | `dist/case/case-sdk.d.ts:439-440` |
|
|
215
|
+
| `displayName` | property | `BuiltCaseExitCondition` | `dist/case/case-sdk.d.ts:353` |
|
|
216
|
+
| `displayName` | property | `BuiltEntryCondition` | `dist/case/case-sdk.d.ts:295` |
|
|
217
|
+
| `displayName` | property | `BuiltExitCondition` | `dist/case/case-sdk.d.ts:320` |
|
|
218
|
+
| `displayName` | property | `BuiltSla` | `dist/case/case-sdk.d.ts:190` |
|
|
219
|
+
| `displayName` | property | `BuiltTaskEntryCondition` | `dist/case/case-sdk.d.ts:349` |
|
|
220
|
+
| `displayName` | property | `EntryOpts` | `dist/case/case-sdk.d.ts:651-659` |
|
|
221
|
+
| `displayName` | property | `EscalationOpts` | `dist/case/case-sdk.d.ts:138` |
|
|
222
|
+
| `displayName` | property | `ExitOpts` | `dist/case/case-sdk.d.ts:664-670` |
|
|
223
|
+
| `displayName` | property | `SlaOpts` | `dist/case/case-sdk.d.ts:170-175` |
|
|
224
|
+
| `displayName` | property | `TriggerMeta` | `dist/core/connectors.d.ts:127-128` |
|
|
225
|
+
| `document` | property | `HitlInputs` | `dist/core/actions.d.ts:605-609` |
|
|
226
|
+
| `documentId` | property | `DocValidationInputs` | `dist/core/actions.d.ts:445-446` |
|
|
227
|
+
| `doWhile` | method | `StepList` | `dist/flow-sdk.d.ts:966-990` |
|
|
228
|
+
| `dueDate` | property | `QueueItemInputs` | `dist/core/actions.d.ts:1989-1990` |
|
|
229
|
+
| `duration` | property | `TimerSpec` | `dist/bpmn/bpmn-sdk.d.ts:30-31` |
|
|
230
|
+
| `dynamicFewShotLearning` | property | `AgentMemoryRef` | `dist/core/actions.d.ts:1732-1733` |
|
|
231
|
+
| `edges` | property | `FlowLayout` | `dist/flow-sdk.d.ts:618-619` |
|
|
232
|
+
| `element` | property | `PlainTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1219-1220` |
|
|
233
|
+
| `elementId` | property | `BpmnVarDecl` | `dist/bpmn/bpmn-sdk.d.ts:347-348` |
|
|
234
|
+
| `elementId` | property | `VarOpts` | `dist/bpmn/bpmn-sdk.d.ts:1237-1238` |
|
|
235
|
+
| `enabledForEvals` | property | `BuiltInValidatorGuardrail` | `dist/core/actions.d.ts:1335` |
|
|
236
|
+
| `enabledForEvals` | property | `CustomGuardrail` | `dist/core/actions.d.ts:1322-1323` |
|
|
237
|
+
| `enableWebSearchGrounding` | property | `BatchTransformInputs` | `dist/core/actions.d.ts:837-838` |
|
|
238
|
+
| `endEvent` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1346-1353` |
|
|
239
|
+
| `endExchange` | property | `ConversationalAgentInputs` | `dist/core/actions.d.ts:688-692` |
|
|
240
|
+
| `endExchange` | property | `SendMessageInputs` | `dist/core/actions.d.ts:625-629` |
|
|
241
|
+
| `entity` | property | `DataFabricReadInputs` | `dist/core/actions.d.ts:2031-2032` |
|
|
242
|
+
| `entity` | property | `DataFabricUpdateInputs` | `dist/core/actions.d.ts:2039-2040` |
|
|
243
|
+
| `entry` | property | `BuiltStage` | `dist/case/case-sdk.d.ts:528` |
|
|
244
|
+
| `entry` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:520` |
|
|
245
|
+
| `entryPoint` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1203-1239` |
|
|
246
|
+
| `entryPointId` | property | `ProcessMetadata` | `dist/bpmn/bpmn-sdk.d.ts:440-441` |
|
|
247
|
+
| `entryPoints` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:660-661` |
|
|
248
|
+
| `entryWhen` | method | `StageBuilder` | `dist/case/case-sdk.d.ts:1004-1011` |
|
|
249
|
+
| `entryWhen` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:947-956` |
|
|
250
|
+
| `err` | method | `StepList` | `dist/flow-sdk.d.ts:678-703` |
|
|
251
|
+
| `error` | property | `BoundaryOpts` | `dist/bpmn/bpmn-sdk.d.ts:642-646` |
|
|
252
|
+
| `error` | property | `EndOpts` | `dist/bpmn/bpmn-sdk.d.ts:588-598` |
|
|
253
|
+
| `error` | property | `StartOpts` | `dist/bpmn/bpmn-sdk.d.ts:505-523` |
|
|
254
|
+
| `errorMapping` | property | `ActivityNodeFields` | `dist/bpmn/bpmn-sdk.d.ts:314-315` |
|
|
255
|
+
| `errorMapping` | property | `ActivityOpts` | `dist/bpmn/bpmn-sdk.d.ts:726-732` |
|
|
256
|
+
| `errorRef` | method | `DefinitionsRegistry` | `dist/bpmn/bpmn-sdk.d.ts:1296-1303` |
|
|
257
|
+
| `errors` | property | `BuiltBpmn` | `dist/bpmn/bpmn-sdk.d.ts:407-408` |
|
|
258
|
+
| `errors` | property | `DefinitionsRegistry` | `dist/bpmn/bpmn-sdk.d.ts:1285-1286` |
|
|
259
|
+
| `escalation` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1580-1606` |
|
|
260
|
+
| `escalation` | property | `RuleOpts` | `dist/case/case-sdk.d.ts:69-74` |
|
|
261
|
+
| `escalations` | property | `BuiltSla` | `dist/case/case-sdk.d.ts:193` |
|
|
262
|
+
| `escalations` | property | `SlaOpts` | `dist/case/case-sdk.d.ts:183-184` |
|
|
263
|
+
| `event` | property | `EventSubscription` | `dist/core/actions.d.ts:3167-3168` |
|
|
264
|
+
| `event` | property | `TriggerMeta` | `dist/core/connectors.d.ts:124-125` |
|
|
265
|
+
| `eventBasedGateway` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1405-1414` |
|
|
266
|
+
| `eventOutputs` | property | `BuiltTrigger` | `dist/case/case-sdk.d.ts:203-204` |
|
|
267
|
+
| `eventSubscription` | property | `BuiltTrigger` | `dist/case/case-sdk.d.ts:205-206` |
|
|
268
|
+
| `eventTrigger` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1798-1820` |
|
|
269
|
+
| `every` | property | `ScheduledInputs` | `dist/flow-sdk.d.ts:99-109` |
|
|
270
|
+
| `every` | property | `TimerTriggerOpts` | `dist/case/case-sdk.d.ts:213-221` |
|
|
271
|
+
| `exception` | property | `BuiltStage` | `dist/case/case-sdk.d.ts:524` |
|
|
272
|
+
| `exceptionStage` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1241-1248` |
|
|
273
|
+
| `exchangeId` | property | `ConversationalAgentSettings` | `dist/core/actions.d.ts:665-666` |
|
|
274
|
+
| `exchangeId` | property | `SendMessageInputs` | `dist/core/actions.d.ts:617-622` |
|
|
275
|
+
| `exchangeLimit` | property | `ConversationContextInputs` | `dist/core/actions.d.ts:643-646` |
|
|
276
|
+
| `exclusiveGateway` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1379-1386` |
|
|
277
|
+
| `executable` | property | `ProcessMetadata` | `dist/bpmn/bpmn-sdk.d.ts:449-457` |
|
|
278
|
+
| `executeApiWorkflow` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1587-1599` |
|
|
279
|
+
| `exit` | property | `BuiltStage` | `dist/case/case-sdk.d.ts:529` |
|
|
280
|
+
| `exitToStage` | property | `BuiltExitCondition` | `dist/case/case-sdk.d.ts:329-343` |
|
|
281
|
+
| `exitToStage` | property | `ExitOpts` | `dist/case/case-sdk.d.ts:678-692` |
|
|
282
|
+
| `exitWhen` | method | `StageBuilder` | `dist/case/case-sdk.d.ts:1012-1019` |
|
|
283
|
+
| `exponentialBase` | property | `RetrySpec` | `dist/bpmn/bpmn-sdk.d.ts:693-694` |
|
|
284
|
+
| `exposeError` | property | `HitlInputs` | `dist/core/actions.d.ts:598-604` |
|
|
285
|
+
| `expression` | property | `BuiltSla` | `dist/case/case-sdk.d.ts:191-192` |
|
|
286
|
+
| `expression` | property | `RuleOpts` | `dist/case/case-sdk.d.ts:75-76` |
|
|
287
|
+
| `expression` | property | `WhenExpression` | `dist/case/case-sdk.d.ts:101-102` |
|
|
288
|
+
| `external` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:507-508` |
|
|
289
|
+
| `externalAgent` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1821-1856` |
|
|
290
|
+
| `externalAgent` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:794-801` |
|
|
291
|
+
| `externalWorkflow` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1857-1872` |
|
|
292
|
+
| `externalWorkflow` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:802-809` |
|
|
293
|
+
| `extractionResult` | property | `DocValidationInputs` | `dist/core/actions.d.ts:437-442` |
|
|
294
|
+
| `field` | property | `Aggregation` | `dist/core/actions.d.ts:250-251` |
|
|
295
|
+
| `field` | property | `DataFabricFilter` | `dist/core/actions.d.ts:2021-2022` |
|
|
296
|
+
| `field` | property | `FieldMapping` | `dist/core/actions.d.ts:238-239` |
|
|
297
|
+
| `field` | property | `FilterRule` | `dist/core/actions.d.ts:223-224` |
|
|
298
|
+
| `field` | property | `LookupResolution` | `dist/core/lookups.d.ts:163` |
|
|
299
|
+
| `fields` | property | `EscalationRef` | `dist/core/actions.d.ts:1877-1881` |
|
|
300
|
+
| `fields` | property | `HitlInputs` | `dist/core/actions.d.ts:554-563` |
|
|
301
|
+
| `fileExtension` | property | `BuiltinToolRef` | `dist/core/actions.d.ts:1757-1758` |
|
|
302
|
+
| `fileExtension` | property | `ContextIndexRef` | `dist/core/actions.d.ts:1945-1946` |
|
|
303
|
+
| `fileRef` | property | `DocumentClassifyInputs` | `dist/core/actions.d.ts:2061-2062` |
|
|
304
|
+
| `fileRef` | property | `DynamicExtractInputs` | `dist/core/actions.d.ts:2071-2072` |
|
|
305
|
+
| `fileRef` | property | `IxpExtractInputs` | `dist/core/actions.d.ts:897-911` |
|
|
306
|
+
| `filter` | property | `ConnectorEventOpts` | `dist/bpmn/bpmn-sdk.d.ts:1096-1102` |
|
|
307
|
+
| `filters` | property | `DataFabricReadInputs` | `dist/core/actions.d.ts:2033-2034` |
|
|
308
|
+
| `filters` | property | `EventSubscription` | `dist/core/actions.d.ts:3194-3195` |
|
|
309
|
+
| `filters` | property | `TriggerOptions` | `dist/core/actions.d.ts:3154-3155` |
|
|
310
|
+
| `flavour` | property | `AgentInputs` | `dist/core/actions.d.ts:1225-1239` |
|
|
311
|
+
| `flowProcess` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:783-792` |
|
|
312
|
+
| `flows` | property | `BuiltBpmn` | `dist/bpmn/bpmn-sdk.d.ts:413-414` |
|
|
313
|
+
| `folder` | property | `ConnectorEventOpts` | `dist/bpmn/bpmn-sdk.d.ts:1090-1091` |
|
|
314
|
+
| `folder` | property | `ConnectorOpts` | `dist/core/actions.d.ts:182-183` |
|
|
315
|
+
| `folder` | property | `EventSubscription` | `dist/core/actions.d.ts:3198-3199` |
|
|
316
|
+
| `folder` | property | `ExternalTaskOptions` | `dist/case/case-sdk.d.ts:395-396` |
|
|
317
|
+
| `folder` | property | `ExternalTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1129-1130` |
|
|
318
|
+
| `folder` | property | `OrchestratorOpts` | `dist/bpmn/bpmn-sdk.d.ts:915-916` |
|
|
319
|
+
| `folder` | property | `QueueItemOpts` | `dist/bpmn/bpmn-sdk.d.ts:959-960` |
|
|
320
|
+
| `folder` | property | `TriggerOptions` | `dist/core/actions.d.ts:3158-3159` |
|
|
321
|
+
| `folderKey` | property | `AgentMemoryRef` | `dist/core/actions.d.ts:1730-1731` |
|
|
322
|
+
| `folderKey` | property | `ContextIndexRef` | `dist/core/actions.d.ts:1931-1932` |
|
|
323
|
+
| `folderKey` | property | `DataFabricReadInputs` | `dist/core/actions.d.ts:2035-2036` |
|
|
324
|
+
| `folderKey` | property | `DataFabricUpdateInputs` | `dist/core/actions.d.ts:2057-2058` |
|
|
325
|
+
| `folderKey` | property | `McpToolRef` | `dist/core/actions.d.ts:1635-1636` |
|
|
326
|
+
| `folderKey` | property | `RemoteA2aToolRef` | `dist/core/actions.d.ts:1667` |
|
|
327
|
+
| `folderName` | property | `IxpExtractInputs` | `dist/core/actions.d.ts:890-896` |
|
|
328
|
+
| `folderPath` | property | `AgenticProcessInputsBase` | `dist/core/actions.d.ts:1079-1083` |
|
|
329
|
+
| `folderPath` | property | `AgentInputs` | `dist/core/actions.d.ts:1169-1180` |
|
|
330
|
+
| `folderPath` | property | `ApiWorkflowInputs` | `dist/core/actions.d.ts:1008-1009` |
|
|
331
|
+
| `folderPath` | property | `AppRef` | `dist/core/actions.d.ts:521-522` |
|
|
332
|
+
| `folderPath` | property | `ConnectorEventOpts` | `dist/bpmn/bpmn-sdk.d.ts:1092-1093` |
|
|
333
|
+
| `folderPath` | property | `ContextIndexRef` | `dist/core/actions.d.ts:1929-1930` |
|
|
334
|
+
| `folderPath` | property | `HitlConnection` | `dist/core/actions.d.ts:391-392` |
|
|
335
|
+
| `folderPath` | property | `IxpExtractInputs` | `dist/core/actions.d.ts:916-922` |
|
|
336
|
+
| `folderPath` | property | `McpToolRef` | `dist/core/actions.d.ts:1633-1634` |
|
|
337
|
+
| `folderPath` | property | `ProcessToolRef` | `dist/core/actions.d.ts:1812-1813` |
|
|
338
|
+
| `folderPath` | property | `PublishedFunctionInputs` | `dist/core/actions.d.ts:1045-1051` |
|
|
339
|
+
| `folderPath` | property | `QueueItemInputs` | `dist/core/actions.d.ts:1953-1954` |
|
|
340
|
+
| `folderPath` | property | `RemoteA2aToolRef` | `dist/core/actions.d.ts:1666` |
|
|
341
|
+
| `folderPath` | property | `RpaWorkflowInputs` | `dist/core/actions.d.ts:972-976` |
|
|
342
|
+
| `folderPath` | property | `TaskRef` | `dist/case/case-sdk.d.ts:411` |
|
|
343
|
+
| `form` | property | `AgenticProcessInputsBase` | `dist/core/actions.d.ts:1090-1097` |
|
|
344
|
+
| `from` | property | `CreateOutgoingCallInputs` | `dist/core/actions.d.ts:711-715` |
|
|
345
|
+
| `guardrails` | property | `ConversationalAgentInputs` | `dist/core/actions.d.ts:701-702` |
|
|
346
|
+
| `guardrails` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1489-1505` |
|
|
347
|
+
| `has` | method | `BindingsRegistry` | `dist/bpmn/bpmn-sdk.d.ts:1275-1279` |
|
|
348
|
+
| `headers` | property | `HttpInputsBase` | `dist/core/actions.d.ts:39` |
|
|
349
|
+
| `headers` | property | `HttpOpts` | `dist/bpmn/bpmn-sdk.d.ts:878-879` |
|
|
350
|
+
| `headers` | property | `HttpRequestToolRef` | `dist/core/actions.d.ts:1701-1705` |
|
|
351
|
+
| `height` | property | `CaseNodeLayout` | `dist/case/case-sdk.d.ts:606-607` |
|
|
352
|
+
| `height` | property | `StickyNote` | `dist/flow-sdk.d.ts:604-605` |
|
|
353
|
+
| `http` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1492-1525` |
|
|
354
|
+
| `humanTask` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1666-1716` |
|
|
355
|
+
| `id` | property | `AgentMemoryRef` | `dist/core/actions.d.ts:1727-1728` |
|
|
356
|
+
| `id` | property | `AskedField` | `dist/core/actions.d.ts:343-344` |
|
|
357
|
+
| `id` | property | `BindingContribution` | `dist/core/node-classes.d.ts:81-82` |
|
|
358
|
+
| `id` | property | `BindingDecl` | `dist/bpmn/bpmn-sdk.d.ts:360-361` |
|
|
359
|
+
| `id` | property | `BpmnFlow` | `dist/bpmn/bpmn-sdk.d.ts:319-320` |
|
|
360
|
+
| `id` | property | `BpmnVarDecl` | `dist/bpmn/bpmn-sdk.d.ts:337-338` |
|
|
361
|
+
| `id` | property | `BuiltBpmn` | `dist/bpmn/bpmn-sdk.d.ts:399-400` |
|
|
362
|
+
| `id` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:624` |
|
|
363
|
+
| `id` | property | `BuiltEntryPoint` | `dist/flow-sdk.d.ts:623-624` |
|
|
364
|
+
| `id` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:635` |
|
|
365
|
+
| `id` | property | `BuiltInValidatorGuardrail` | `dist/core/actions.d.ts:1328-1329` |
|
|
366
|
+
| `id` | property | `CaseAppSection` | `dist/case/case-sdk.d.ts:576-577` |
|
|
367
|
+
| `id` | property | `ContextIndexRef` | `dist/core/actions.d.ts:1923-1928` |
|
|
368
|
+
| `id` | property | `CustomGuardrail` | `dist/core/actions.d.ts:1315-1316` |
|
|
369
|
+
| `id` | property | `ErrorDecl` | `dist/bpmn/bpmn-sdk.d.ts:387-388` |
|
|
370
|
+
| `id` | property | `ErrorMappingRow` | `dist/bpmn/bpmn-sdk.d.ts:287-288` |
|
|
371
|
+
| `id` | property | `FlowOpts` | `dist/bpmn/bpmn-sdk.d.ts:1224-1225` |
|
|
372
|
+
| `id` | property | `InOutField` | `dist/core/actions.d.ts:359-360` |
|
|
373
|
+
| `id` | property | `MessageDecl` | `dist/bpmn/bpmn-sdk.d.ts:380-381` |
|
|
374
|
+
| `id` | property | `ShownField` | `dist/core/actions.d.ts:327-328` |
|
|
375
|
+
| `id` | property | `StickyNote` | `dist/flow-sdk.d.ts:584-593` |
|
|
376
|
+
| `identifier` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:634` |
|
|
377
|
+
| `identifier` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1102-1109` |
|
|
378
|
+
| `identifierType` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:635` |
|
|
379
|
+
| `inclusiveGateway` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1397-1404` |
|
|
380
|
+
| `input` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1160-1185` |
|
|
381
|
+
| `input` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1314-1321` |
|
|
382
|
+
| `input` | property | `HumanTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1014-1015` |
|
|
383
|
+
| `input` | property | `OrchestratorOpts` | `dist/bpmn/bpmn-sdk.d.ts:917-918` |
|
|
384
|
+
| `input` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1935-1943` |
|
|
385
|
+
| `inputs` | property | `ActionSpecData` | `dist/case/case-sdk.d.ts:462-463` |
|
|
386
|
+
| `inputs` | property | `ActivityNodeOpts` | `dist/bpmn/bpmn-sdk.d.ts:1160-1161` |
|
|
387
|
+
| `inputs` | property | `AgenticProcessInputsBase` | `dist/core/actions.d.ts:1084-1089` |
|
|
388
|
+
| `inputs` | property | `AgentInputs` | `dist/core/actions.d.ts:1187-1204` |
|
|
389
|
+
| `inputs` | property | `ApiWorkflowInputs` | `dist/core/actions.d.ts:1010-1014` |
|
|
390
|
+
| `inputs` | property | `AppRef` | `dist/core/actions.d.ts:529-537` |
|
|
391
|
+
| `inputs` | property | `BuiltEntryPoint` | `dist/flow-sdk.d.ts:629-630` |
|
|
392
|
+
| `inputs` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:647` |
|
|
393
|
+
| `inputs` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:516-517` |
|
|
394
|
+
| `inputs` | property | `ClientSideToolRef` | `dist/core/actions.d.ts:1681-1682` |
|
|
395
|
+
| `inputs` | property | `ExternalTaskOptions` | `dist/case/case-sdk.d.ts:399-400` |
|
|
396
|
+
| `inputs` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1419-1449` |
|
|
397
|
+
| `inputs` | property | `NodeContribution` | `dist/core/node-classes.d.ts:109-113` |
|
|
398
|
+
| `inputs` | property | `ProcessToolRef` | `dist/core/actions.d.ts:1814-1815` |
|
|
399
|
+
| `inputs` | property | `PublishedFunctionInputs` | `dist/core/actions.d.ts:1052-1053` |
|
|
400
|
+
| `inputs` | property | `RpaWorkflowInputs` | `dist/core/actions.d.ts:977-982` |
|
|
401
|
+
| `inputs` | property | `ScriptTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:746-747` |
|
|
402
|
+
| `inputs` | property | `SubflowSpec` | `dist/flow-sdk.d.ts:38-39` |
|
|
403
|
+
| `inputs` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:920-932` |
|
|
404
|
+
| `inputs` | property | `VoiceAgentInputs` | `dist/core/actions.d.ts:757-762` |
|
|
405
|
+
| `inputSchema` | property | `ActivityNodeOpts` | `dist/bpmn/bpmn-sdk.d.ts:1189-1197` |
|
|
406
|
+
| `inputSchema` | property | `ScriptTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:773-777` |
|
|
407
|
+
| `intermediateCatchEvent` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1354-1361` |
|
|
408
|
+
| `intermediateThrowEvent` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1362-1369` |
|
|
409
|
+
| `isInterrupting` | property | `BuiltEntryCondition` | `dist/case/case-sdk.d.ts:296` |
|
|
410
|
+
| `isInterrupting` | property | `EntryOpts` | `dist/case/case-sdk.d.ts:660` |
|
|
411
|
+
| `item` | property | `QueueItemInputs` | `dist/core/actions.d.ts:1965-1970` |
|
|
412
|
+
| `item` | property | `QueueItemOpts` | `dist/bpmn/bpmn-sdk.d.ts:961-962` |
|
|
413
|
+
| `itemVar` | property | `LoopSpec` | `dist/bpmn/bpmn-sdk.d.ts:78-79` |
|
|
414
|
+
| `js` | property | `Expr` | `dist/core/expr.d.ts:17` |
|
|
415
|
+
| `key` | property | `AgenticProcessInputsBase` | `dist/core/actions.d.ts:1065-1076` |
|
|
416
|
+
| `key` | property | `AgentInputs` | `dist/core/actions.d.ts:1147-1160` |
|
|
417
|
+
| `key` | property | `ApiWorkflowInputs` | `dist/core/actions.d.ts:998-1005` |
|
|
418
|
+
| `key` | property | `AppRef` | `dist/core/actions.d.ts:519-520` |
|
|
419
|
+
| `key` | property | `HitlConnection` | `dist/core/actions.d.ts:389-390` |
|
|
420
|
+
| `key` | property | `HumanTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1012-1013` |
|
|
421
|
+
| `key` | property | `McpToolRef` | `dist/core/actions.d.ts:1630-1631` |
|
|
422
|
+
| `key` | property | `ProcessToolRef` | `dist/core/actions.d.ts:1804-1809` |
|
|
423
|
+
| `key` | property | `PublishedFunctionInputs` | `dist/core/actions.d.ts:1036-1042` |
|
|
424
|
+
| `key` | property | `QueueItemInputs` | `dist/core/actions.d.ts:1955-1964` |
|
|
425
|
+
| `key` | property | `RemoteA2aToolRef` | `dist/core/actions.d.ts:1658-1659` |
|
|
426
|
+
| `key` | property | `RpaWorkflowInputs` | `dist/core/actions.d.ts:963-969` |
|
|
427
|
+
| `kind` | property | `BuiltinToolRef` | `dist/core/actions.d.ts:1746` |
|
|
428
|
+
| `kind` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:503` |
|
|
429
|
+
| `kind` | property | `BuiltTrigger` | `dist/case/case-sdk.d.ts:197` |
|
|
430
|
+
| `kind` | property | `ClientSideToolRef` | `dist/core/actions.d.ts:1676` |
|
|
431
|
+
| `kind` | property | `ConnectorToolRef` | `dist/core/actions.d.ts:1769` |
|
|
432
|
+
| `kind` | property | `HttpRequestToolRef` | `dist/core/actions.d.ts:1693` |
|
|
433
|
+
| `kind` | property | `IxpToolRef` | `dist/core/actions.d.ts:1830` |
|
|
434
|
+
| `kind` | property | `McpToolRef` | `dist/core/actions.d.ts:1627` |
|
|
435
|
+
| `kind` | property | `ProcessToolRef` | `dist/core/actions.d.ts:1803` |
|
|
436
|
+
| `kind` | property | `RemoteA2aToolRef` | `dist/core/actions.d.ts:1655` |
|
|
437
|
+
| `kind` | property | `SubflowSpec` | `dist/flow-sdk.d.ts:35` |
|
|
438
|
+
| `kind` | property | `WhenExpression` | `dist/case/case-sdk.d.ts:99-100` |
|
|
439
|
+
| `kValue` | property | `AgentMemoryRef` | `dist/core/actions.d.ts:1736-1737` |
|
|
440
|
+
| `label` | method | `ArmBuilder` | `dist/flow-sdk.d.ts:1105-1114` |
|
|
441
|
+
| `label` | property | `AskedField` | `dist/core/actions.d.ts:345-346` |
|
|
442
|
+
| `label` | property | `BuiltStage` | `dist/case/case-sdk.d.ts:523` |
|
|
443
|
+
| `label` | property | `InOutField` | `dist/core/actions.d.ts:361-362` |
|
|
444
|
+
| `label` | property | `NodeOptions` | `dist/flow-sdk.d.ts:334-352` |
|
|
445
|
+
| `label` | property | `ShownField` | `dist/core/actions.d.ts:329-330` |
|
|
446
|
+
| `label` | property | `SwitchArm` | `dist/flow-sdk.d.ts:292` |
|
|
447
|
+
| `labels` | property | `ActionSpecData` | `dist/case/case-sdk.d.ts:458-459` |
|
|
448
|
+
| `labels` | property | `EscalationRef` | `dist/core/actions.d.ts:1910-1911` |
|
|
449
|
+
| `labels` | property | `HitlInputs` | `dist/core/actions.d.ts:581-582` |
|
|
450
|
+
| `lanes` | property | `BuiltStage` | `dist/case/case-sdk.d.ts:527` |
|
|
451
|
+
| `layout` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:646-647` |
|
|
452
|
+
| `layout` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:656-657` |
|
|
453
|
+
| `layout` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1139-1159` |
|
|
454
|
+
| `layout` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1148-1158` |
|
|
455
|
+
| `limit` | property | `DoWhileOptions` | `dist/flow-sdk.d.ts:413-414` |
|
|
456
|
+
| `literal` | property | `Expr` | `dist/core/expr.d.ts:18` |
|
|
457
|
+
| `location` | property | `AgentInputs` | `dist/core/actions.d.ts:1163-1168` |
|
|
458
|
+
| `lookups` | property | `ConnectorMeta` | `dist/core/connectors.d.ts:76-87` |
|
|
459
|
+
| `loop` | property | `ActivityNodeFields` | `dist/bpmn/bpmn-sdk.d.ts:312-313` |
|
|
460
|
+
| `loop` | property | `ActivityOpts` | `dist/bpmn/bpmn-sdk.d.ts:724-725` |
|
|
461
|
+
| `loop` | method | `StepList` | `dist/flow-sdk.d.ts:954-965` |
|
|
462
|
+
| `managed` | property | `HttpInputsBase` | `dist/core/actions.d.ts:43-73` |
|
|
463
|
+
| `marksCaseComplete` | property | `BuiltCaseExitCondition` | `dist/case/case-sdk.d.ts:354` |
|
|
464
|
+
| `marksStageComplete` | property | `BuiltExitCondition` | `dist/case/case-sdk.d.ts:321` |
|
|
465
|
+
| `marksStageComplete` | property | `ExitOpts` | `dist/case/case-sdk.d.ts:671-672` |
|
|
466
|
+
| `match` | property | `LookupResolution` | `dist/core/lookups.d.ts:165-166` |
|
|
467
|
+
| `matchNames` | property | `GuardrailSelector` | `dist/core/actions.d.ts:1266-1267` |
|
|
468
|
+
| `maxDuration` | property | `RetrySpec` | `dist/bpmn/bpmn-sdk.d.ts:697-698` |
|
|
469
|
+
| `maxIterations` | property | `ConversationalAgentInputs` | `dist/core/actions.d.ts:699-700` |
|
|
470
|
+
| `maxIterations` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1480-1481` |
|
|
471
|
+
| `maxIterations` | property | `VoiceAgentInputs` | `dist/core/actions.d.ts:771-776` |
|
|
472
|
+
| `maxRetries` | property | `RetrySpec` | `dist/bpmn/bpmn-sdk.d.ts:676-681` |
|
|
473
|
+
| `maxTokenPerResponse` | property | `ConversationalAgentInputs` | `dist/core/actions.d.ts:695-696` |
|
|
474
|
+
| `maxTokenPerResponse` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1476-1477` |
|
|
475
|
+
| `maxTokens` | property | `VoiceSettings` | `dist/core/actions.d.ts:745-746` |
|
|
476
|
+
| `mcpType` | property | `McpToolRef` | `dist/core/actions.d.ts:1637-1638` |
|
|
477
|
+
| `measured` | property | `CaseNodeLayout` | `dist/case/case-sdk.d.ts:599-603` |
|
|
478
|
+
| `memory` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1506-1511` |
|
|
479
|
+
| `message` | property | `BoundaryOpts` | `dist/bpmn/bpmn-sdk.d.ts:638-639` |
|
|
480
|
+
| `message` | property | `CatchOpts` | `dist/bpmn/bpmn-sdk.d.ts:609-610` |
|
|
481
|
+
| `message` | property | `ContributionDiagnostic` | `dist/core/node-classes.d.ts:25-26` |
|
|
482
|
+
| `message` | property | `EndOpts` | `dist/bpmn/bpmn-sdk.d.ts:586-587` |
|
|
483
|
+
| `message` | property | `ReceiveMessageOpts` | `dist/bpmn/bpmn-sdk.d.ts:1045-1046` |
|
|
484
|
+
| `message` | property | `StartOpts` | `dist/bpmn/bpmn-sdk.d.ts:503-504` |
|
|
485
|
+
| `message` | property | `ThrowOpts` | `dist/bpmn/bpmn-sdk.d.ts:620-621` |
|
|
486
|
+
| `messageRef` | method | `DefinitionsRegistry` | `dist/bpmn/bpmn-sdk.d.ts:1289-1295` |
|
|
487
|
+
| `messages` | property | `BuiltBpmn` | `dist/bpmn/bpmn-sdk.d.ts:405-406` |
|
|
488
|
+
| `messages` | property | `ConversationalAgentSettings` | `dist/core/actions.d.ts:667-668` |
|
|
489
|
+
| `messages` | property | `DefinitionsRegistry` | `dist/bpmn/bpmn-sdk.d.ts:1283-1284` |
|
|
490
|
+
| `metadata` | method | `BpmnBuilder` | `dist/bpmn/bpmn-sdk.d.ts:2058-2072` |
|
|
491
|
+
| `metadata` | property | `BuiltBpmn` | `dist/bpmn/bpmn-sdk.d.ts:415-416` |
|
|
492
|
+
| `method` | property | `HttpInputsBase` | `dist/core/actions.d.ts:37` |
|
|
493
|
+
| `method` | property | `HttpOpts` | `dist/bpmn/bpmn-sdk.d.ts:876-877` |
|
|
494
|
+
| `method` | property | `HttpRequestToolRef` | `dist/core/actions.d.ts:1699-1700` |
|
|
495
|
+
| `migrationVersion` | property | `ProcessMetadata` | `dist/bpmn/bpmn-sdk.d.ts:431-439` |
|
|
496
|
+
| `mode` | property | `ConversationalAgentSettings` | `dist/core/actions.d.ts:660` |
|
|
497
|
+
| `mode` | property | `ExternalTaskOptions` | `dist/case/case-sdk.d.ts:397-398` |
|
|
498
|
+
| `mode` | property | `ExternalTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1125-1126` |
|
|
499
|
+
| `mode` | property | `ExternalTaskSpecData` | `dist/case/case-sdk.d.ts:404-405` |
|
|
500
|
+
| `mode` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1482-1488` |
|
|
501
|
+
| `model` | property | `ConversationalAgentInputs` | `dist/core/actions.d.ts:679-680` |
|
|
502
|
+
| `model` | property | `DynamicExtractInputs` | `dist/core/actions.d.ts:2073-2092` |
|
|
503
|
+
| `model` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1370-1377` |
|
|
504
|
+
| `model` | property | `VoiceSettings` | `dist/core/actions.d.ts:739-740` |
|
|
505
|
+
| `modelConfig` | property | `DocumentClassifyInputs` | `dist/core/actions.d.ts:2067-2068` |
|
|
506
|
+
| `modelConfig` | property | `DynamicExtractInputs` | `dist/core/actions.d.ts:2102-2103` |
|
|
507
|
+
| `modelMaxTokens` | property | `ConversationalAgentInputs` | `dist/core/actions.d.ts:697-698` |
|
|
508
|
+
| `modelMaxTokens` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1478-1479` |
|
|
509
|
+
| `modelMaxTokens` | property | `VoiceSettings` | `dist/core/actions.d.ts:747-748` |
|
|
510
|
+
| `modelName` | property | `IxpExtractInputs` | `dist/core/actions.d.ts:872-883` |
|
|
511
|
+
| `name` | property | `ActionField` | `dist/case/case-sdk.d.ts:433-434` |
|
|
512
|
+
| `name` | property | `ActivityNodeOpts` | `dist/bpmn/bpmn-sdk.d.ts:1148-1149` |
|
|
513
|
+
| `name` | property | `AgenticProcessInputsBase` | `dist/core/actions.d.ts:1077-1078` |
|
|
514
|
+
| `name` | property | `AgentInputs` | `dist/core/actions.d.ts:1161-1162` |
|
|
515
|
+
| `name` | property | `AgentMemoryRef` | `dist/core/actions.d.ts:1725-1726` |
|
|
516
|
+
| `name` | property | `ApiWorkflowInputs` | `dist/core/actions.d.ts:1006-1007` |
|
|
517
|
+
| `name` | property | `AppRef` | `dist/core/actions.d.ts:517-518` |
|
|
518
|
+
| `name` | property | `BindingContribution` | `dist/core/node-classes.d.ts:83-84` |
|
|
519
|
+
| `name` | property | `BindingDecl` | `dist/bpmn/bpmn-sdk.d.ts:362-363` |
|
|
520
|
+
| `name` | property | `BindingOpts` | `dist/bpmn/bpmn-sdk.d.ts:836-837` |
|
|
521
|
+
| `name` | property | `BoundaryOpts` | `dist/bpmn/bpmn-sdk.d.ts:632-633` |
|
|
522
|
+
| `name` | method | `BpmnBuilder` | `dist/bpmn/bpmn-sdk.d.ts:2051-2057` |
|
|
523
|
+
| `name` | property | `BpmnFlow` | `dist/bpmn/bpmn-sdk.d.ts:325-326` |
|
|
524
|
+
| `name` | property | `BpmnVarDecl` | `dist/bpmn/bpmn-sdk.d.ts:339-340` |
|
|
525
|
+
| `name` | property | `BuiltBpmn` | `dist/bpmn/bpmn-sdk.d.ts:401-402` |
|
|
526
|
+
| `name` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:625` |
|
|
527
|
+
| `name` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:636` |
|
|
528
|
+
| `name` | property | `BuiltInValidatorGuardrail` | `dist/core/actions.d.ts:1331` |
|
|
529
|
+
| `name` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:501-502` |
|
|
530
|
+
| `name` | property | `BuiltTrigger` | `dist/case/case-sdk.d.ts:198-199` |
|
|
531
|
+
| `name` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1050-1056` |
|
|
532
|
+
| `name` | property | `CaseVarDecl` | `dist/case/case-sdk.d.ts:558` |
|
|
533
|
+
| `name` | property | `CatchOpts` | `dist/bpmn/bpmn-sdk.d.ts:607-608` |
|
|
534
|
+
| `name` | property | `ClientSideToolRef` | `dist/core/actions.d.ts:1677-1678` |
|
|
535
|
+
| `name` | property | `ConnectorEventOpts` | `dist/bpmn/bpmn-sdk.d.ts:1086-1087` |
|
|
536
|
+
| `name` | property | `ConnectorToolRef` | `dist/core/actions.d.ts:1778-1779` |
|
|
537
|
+
| `name` | property | `ContextIndexRef` | `dist/core/actions.d.ts:1921-1922` |
|
|
538
|
+
| `name` | property | `CustomGuardrail` | `dist/core/actions.d.ts:1318` |
|
|
539
|
+
| `name` | property | `EndOpts` | `dist/bpmn/bpmn-sdk.d.ts:582-583` |
|
|
540
|
+
| `name` | property | `ErrorDecl` | `dist/bpmn/bpmn-sdk.d.ts:389-390` |
|
|
541
|
+
| `name` | property | `EscalationRef` | `dist/core/actions.d.ts:1864-1865` |
|
|
542
|
+
| `name` | property | `EventTriggerOpts` | `dist/case/case-sdk.d.ts:240` |
|
|
543
|
+
| `name` | property | `ExternalTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1123-1124` |
|
|
544
|
+
| `name` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1132-1139` |
|
|
545
|
+
| `name` | property | `FlowOpts` | `dist/bpmn/bpmn-sdk.d.ts:1226-1227` |
|
|
546
|
+
| `name` | property | `GatewayOpts` | `dist/bpmn/bpmn-sdk.d.ts:652-653` |
|
|
547
|
+
| `name` | property | `HitlConnection` | `dist/core/actions.d.ts:387-388` |
|
|
548
|
+
| `name` | property | `HttpBranch` | `dist/core/actions.d.ts:16-22` |
|
|
549
|
+
| `name` | property | `HttpOpts` | `dist/bpmn/bpmn-sdk.d.ts:872-873` |
|
|
550
|
+
| `name` | property | `HttpRequestToolRef` | `dist/core/actions.d.ts:1694-1695` |
|
|
551
|
+
| `name` | property | `HumanTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:994-995` |
|
|
552
|
+
| `name` | property | `IxpExtractInputs` | `dist/core/actions.d.ts:884-889` |
|
|
553
|
+
| `name` | property | `IxpToolRef` | `dist/core/actions.d.ts:1842-1843` |
|
|
554
|
+
| `name` | property | `ManualTriggerOpts` | `dist/case/case-sdk.d.ts:209` |
|
|
555
|
+
| `name` | property | `McpToolRef` | `dist/core/actions.d.ts:1628-1629` |
|
|
556
|
+
| `name` | property | `MessageDecl` | `dist/bpmn/bpmn-sdk.d.ts:382-383` |
|
|
557
|
+
| `name` | property | `OrchestratorOpts` | `dist/bpmn/bpmn-sdk.d.ts:911-912` |
|
|
558
|
+
| `name` | property | `OutputColumn` | `dist/core/actions.d.ts:819-820` |
|
|
559
|
+
| `name` | property | `PlainTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1217-1218` |
|
|
560
|
+
| `name` | property | `ProcessToolRef` | `dist/core/actions.d.ts:1810-1811` |
|
|
561
|
+
| `name` | property | `PublishedFunctionInputs` | `dist/core/actions.d.ts:1043-1044` |
|
|
562
|
+
| `name` | property | `QueueItemOpts` | `dist/bpmn/bpmn-sdk.d.ts:955-956` |
|
|
563
|
+
| `name` | property | `ReceiveMessageOpts` | `dist/bpmn/bpmn-sdk.d.ts:1043-1044` |
|
|
564
|
+
| `name` | property | `RemoteA2aToolRef` | `dist/core/actions.d.ts:1656-1657` |
|
|
565
|
+
| `name` | property | `ResolvedEventTriggerOpts` | `dist/case/case-sdk.d.ts:266-267` |
|
|
566
|
+
| `name` | property | `ReturnOptions` | `dist/flow-sdk.d.ts:369-384` |
|
|
567
|
+
| `name` | property | `RpaWorkflowInputs` | `dist/core/actions.d.ts:970-971` |
|
|
568
|
+
| `name` | property | `ScriptTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:736-737` |
|
|
569
|
+
| `name` | property | `StartOpts` | `dist/bpmn/bpmn-sdk.d.ts:501-502` |
|
|
570
|
+
| `name` | property | `SubProcessOpts` | `dist/bpmn/bpmn-sdk.d.ts:821-822` |
|
|
571
|
+
| `name` | property | `TaskInputBinding` | `dist/case/case-sdk.d.ts:483-484` |
|
|
572
|
+
| `name` | property | `TaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:806-807` |
|
|
573
|
+
| `name` | property | `TaskRef` | `dist/case/case-sdk.d.ts:410` |
|
|
574
|
+
| `name` | property | `ThrowOpts` | `dist/bpmn/bpmn-sdk.d.ts:618-619` |
|
|
575
|
+
| `name` | property | `TimerTriggerOpts` | `dist/case/case-sdk.d.ts:222` |
|
|
576
|
+
| `name` | property | `TypedContextRow` | `dist/bpmn/typed-node.d.ts:156-157` |
|
|
577
|
+
| `name` | property | `TypedOutputRow` | `dist/bpmn/typed-node.d.ts:174-175` |
|
|
578
|
+
| `name` | property | `VarDecl` | `dist/flow-sdk.d.ts:48` |
|
|
579
|
+
| `name` | property | `VarOpts` | `dist/bpmn/bpmn-sdk.d.ts:1233-1234` |
|
|
580
|
+
| `nodes` | property | `BuiltBpmn` | `dist/bpmn/bpmn-sdk.d.ts:411-412` |
|
|
581
|
+
| `nodes` | property | `FlowLayout` | `dist/flow-sdk.d.ts:616-617` |
|
|
582
|
+
| `nodeType` | property | `ConnectorMeta` | `dist/core/connectors.d.ts:62` |
|
|
583
|
+
| `nodeType` | property | `LookupResolution` | `dist/core/lookups.d.ts:162` |
|
|
584
|
+
| `notify` | property | `EscalationOpts` | `dist/case/case-sdk.d.ts:130-131` |
|
|
585
|
+
| `numExchanges` | property | `WaitForMessageInputs` | `dist/core/actions.d.ts:634-638` |
|
|
586
|
+
| `object` | property | `ConnectorOpts` | `dist/core/actions.d.ts:184-216` |
|
|
587
|
+
| `object` | property | `ConnectorToolRef` | `dist/core/actions.d.ts:1776-1777` |
|
|
588
|
+
| `object` | property | `EventSubscription` | `dist/core/actions.d.ts:3188-3193` |
|
|
589
|
+
| `object` | property | `TriggerOptions` | `dist/core/actions.d.ts:3143-3153` |
|
|
590
|
+
| `objectName` | property | `ConnectorMeta` | `dist/core/connectors.d.ts:66-75` |
|
|
591
|
+
| `objectName` | property | `LookupSpec` | `dist/core/lookups.d.ts:23-24` |
|
|
592
|
+
| `objectName` | property | `SelectNextStageSpec` | `dist/case/case-sdk.d.ts:302-303` |
|
|
593
|
+
| `onError` | method | `StepList` | `dist/flow-sdk.d.ts:757-818` |
|
|
594
|
+
| `operation` | property | `Aggregation` | `dist/core/actions.d.ts:247` |
|
|
595
|
+
| `operation` | property | `ConnectorToolRef` | `dist/core/actions.d.ts:1772-1773` |
|
|
596
|
+
| `operation` | property | `WaitConnectorPlaceholderSpec` | `dist/case/case-sdk.d.ts:368-369` |
|
|
597
|
+
| `operations` | property | `TransformInputs` | `dist/core/actions.d.ts:316-317` |
|
|
598
|
+
| `operator` | property | `DataFabricFilter` | `dist/core/actions.d.ts:2023-2024` |
|
|
599
|
+
| `options` | property | `ActionField` | `dist/case/case-sdk.d.ts:445-449` |
|
|
600
|
+
| `options` | property | `BuiltEntryPoint` | `dist/flow-sdk.d.ts:627-628` |
|
|
601
|
+
| `or` | property | `DataFabricFilter` | `dist/core/actions.d.ts:2027-2028` |
|
|
602
|
+
| `outcomePorts` | property | `HitlInputs` | `dist/core/actions.d.ts:583-597` |
|
|
603
|
+
| `outcomes` | property | `EscalationRef` | `dist/core/actions.d.ts:1900-1905` |
|
|
604
|
+
| `outcomes` | property | `HitlInputs` | `dist/core/actions.d.ts:564-578` |
|
|
605
|
+
| `output` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1186-1198` |
|
|
606
|
+
| `output` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1322-1328` |
|
|
607
|
+
| `output` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1944-1952` |
|
|
608
|
+
| `outputColumns` | property | `BatchTransformInputs` | `dist/core/actions.d.ts:832-836` |
|
|
609
|
+
| `outputRows` | property | `ActivityNodeOpts` | `dist/bpmn/bpmn-sdk.d.ts:1166-1172` |
|
|
610
|
+
| `outputRows` | property | `ExtensionPayload` | `dist/bpmn/bpmn-sdk.d.ts:493-494` |
|
|
611
|
+
| `outputRows` | property | `ScriptTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:763-772` |
|
|
612
|
+
| `outputs` | property | `ActionSpecData` | `dist/case/case-sdk.d.ts:464-465` |
|
|
613
|
+
| `outputs` | property | `ActivityNodeOpts` | `dist/bpmn/bpmn-sdk.d.ts:1164-1165` |
|
|
614
|
+
| `outputs` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:648` |
|
|
615
|
+
| `outputs` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:518-519` |
|
|
616
|
+
| `outputs` | property | `ConnectorEventOpts` | `dist/bpmn/bpmn-sdk.d.ts:1107-1117` |
|
|
617
|
+
| `outputs` | property | `EventTriggerOpts` | `dist/case/case-sdk.d.ts:248-262` |
|
|
618
|
+
| `outputs` | property | `ExternalTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1135-1136` |
|
|
619
|
+
| `outputs` | property | `HttpOpts` | `dist/bpmn/bpmn-sdk.d.ts:884-895` |
|
|
620
|
+
| `outputs` | property | `HumanTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1016-1026` |
|
|
621
|
+
| `outputs` | property | `NodeContribution` | `dist/core/node-classes.d.ts:114-118` |
|
|
622
|
+
| `outputs` | property | `OrchestratorOpts` | `dist/bpmn/bpmn-sdk.d.ts:921-932` |
|
|
623
|
+
| `outputs` | property | `QueueItemOpts` | `dist/bpmn/bpmn-sdk.d.ts:968-979` |
|
|
624
|
+
| `outputs` | property | `ReceiveMessageOpts` | `dist/bpmn/bpmn-sdk.d.ts:1059-1074` |
|
|
625
|
+
| `outputs` | property | `ResolvedEventTriggerOpts` | `dist/case/case-sdk.d.ts:270-274` |
|
|
626
|
+
| `outputs` | property | `ScriptTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:748-762` |
|
|
627
|
+
| `outputs` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:933-946` |
|
|
628
|
+
| `outputVar` | property | `ActivityNodeOpts` | `dist/bpmn/bpmn-sdk.d.ts:1162-1163` |
|
|
629
|
+
| `outputVar` | property | `ConnectorEventOpts` | `dist/bpmn/bpmn-sdk.d.ts:1105-1106` |
|
|
630
|
+
| `outputVar` | property | `ExternalTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1133-1134` |
|
|
631
|
+
| `outputVar` | property | `HttpOpts` | `dist/bpmn/bpmn-sdk.d.ts:896-897` |
|
|
632
|
+
| `outputVar` | property | `HumanTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1027-1028` |
|
|
633
|
+
| `outputVar` | property | `OrchestratorOpts` | `dist/bpmn/bpmn-sdk.d.ts:933-934` |
|
|
634
|
+
| `outputVar` | property | `QueueItemOpts` | `dist/bpmn/bpmn-sdk.d.ts:980-981` |
|
|
635
|
+
| `outputVar` | property | `ReceiveMessageOpts` | `dist/bpmn/bpmn-sdk.d.ts:1055-1056` |
|
|
636
|
+
| `pageRange` | property | `DocumentClassifyInputs` | `dist/core/actions.d.ts:2063-2064` |
|
|
637
|
+
| `pageRange` | property | `DynamicExtractInputs` | `dist/core/actions.d.ts:2100-2101` |
|
|
638
|
+
| `pageRange` | property | `IxpExtractInputs` | `dist/core/actions.d.ts:912-913` |
|
|
639
|
+
| `parallel` | property | `LoopOptions` | `dist/flow-sdk.d.ts:395-396` |
|
|
640
|
+
| `parallel` | method | `StepList` | `dist/flow-sdk.d.ts:918-953` |
|
|
641
|
+
| `parallelGateway` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1387-1396` |
|
|
642
|
+
| `parameters` | property | `ConnectorEventOpts` | `dist/bpmn/bpmn-sdk.d.ts:1103-1104` |
|
|
643
|
+
| `parameters` | property | `HttpOpts` | `dist/bpmn/bpmn-sdk.d.ts:880-881` |
|
|
644
|
+
| `params` | property | `HttpRequestToolRef` | `dist/core/actions.d.ts:1706-1710` |
|
|
645
|
+
| `path` | property | `GuardrailFieldReference` | `dist/core/actions.d.ts:1271` |
|
|
646
|
+
| `path` | property | `LookupSpec` | `dist/core/lookups.d.ts:25-26` |
|
|
647
|
+
| `payload` | property | `BoundaryOpts` | `dist/bpmn/bpmn-sdk.d.ts:647-648` |
|
|
648
|
+
| `payload` | property | `CatchOpts` | `dist/bpmn/bpmn-sdk.d.ts:613-614` |
|
|
649
|
+
| `payload` | property | `EndOpts` | `dist/bpmn/bpmn-sdk.d.ts:599-600` |
|
|
650
|
+
| `payload` | property | `StartOpts` | `dist/bpmn/bpmn-sdk.d.ts:574-575` |
|
|
651
|
+
| `payload` | property | `SubProcessOpts` | `dist/bpmn/bpmn-sdk.d.ts:825-832` |
|
|
652
|
+
| `payload` | property | `ThrowOpts` | `dist/bpmn/bpmn-sdk.d.ts:622-623` |
|
|
653
|
+
| `persona` | property | `VoiceSettings` | `dist/core/actions.d.ts:741-742` |
|
|
654
|
+
| `plainTask` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1431-1459` |
|
|
655
|
+
| `position` | property | `CaseNodeLayout` | `dist/case/case-sdk.d.ts:592-596` |
|
|
656
|
+
| `position` | property | `NodeLayout` | `dist/flow-sdk.d.ts:532-536` |
|
|
657
|
+
| `priority` | property | `ActionSpecData` | `dist/case/case-sdk.d.ts:453` |
|
|
658
|
+
| `priority` | property | `ErrorMappingRow` | `dist/bpmn/bpmn-sdk.d.ts:289-290` |
|
|
659
|
+
| `priority` | property | `EscalationRef` | `dist/core/actions.d.ts:1908-1909` |
|
|
660
|
+
| `priority` | property | `HitlInputs` | `dist/core/actions.d.ts:552-553` |
|
|
661
|
+
| `priority` | property | `QueueItemInputs` | `dist/core/actions.d.ts:1971-1972` |
|
|
662
|
+
| `process` | property | `OrchestratorOpts` | `dist/bpmn/bpmn-sdk.d.ts:913-914` |
|
|
663
|
+
| `process` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:718-727` |
|
|
664
|
+
| `project` | property | `IxpExtractInputs` | `dist/core/actions.d.ts:858-871` |
|
|
665
|
+
| `projectId` | property | `AgentInputs` | `dist/core/actions.d.ts:1181-1186` |
|
|
666
|
+
| `projectId` | property | `IxpToolRef` | `dist/core/actions.d.ts:1831-1841` |
|
|
667
|
+
| `prompt` | property | `BatchTransformInputs` | `dist/core/actions.d.ts:830-831` |
|
|
668
|
+
| `prompt` | property | `SummarizeInputs` | `dist/core/actions.d.ts:808-809` |
|
|
669
|
+
| `propertyAttribute` | property | `BindingContribution` | `dist/core/node-classes.d.ts:93-94` |
|
|
670
|
+
| `propertyAttribute` | property | `BindingDecl` | `dist/bpmn/bpmn-sdk.d.ts:366-367` |
|
|
671
|
+
| `propertyAttribute` | property | `BindingOpts` | `dist/bpmn/bpmn-sdk.d.ts:850-851` |
|
|
672
|
+
| `query` | property | `BuiltinToolRef` | `dist/core/actions.d.ts:1751-1756` |
|
|
673
|
+
| `query` | property | `ContextIndexRef` | `dist/core/actions.d.ts:1933-1938` |
|
|
674
|
+
| `query` | property | `HttpInputsBase` | `dist/core/actions.d.ts:40` |
|
|
675
|
+
| `queue` | property | `QueueItemInputs` | `dist/core/actions.d.ts:1951-1952` |
|
|
676
|
+
| `queue` | property | `QueueItemOpts` | `dist/bpmn/bpmn-sdk.d.ts:957-958` |
|
|
677
|
+
| `queueItem` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1646-1665` |
|
|
678
|
+
| `receiveMessage` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1717-1756` |
|
|
679
|
+
| `recipient` | property | `ActionSpecData` | `dist/case/case-sdk.d.ts:454-457` |
|
|
680
|
+
| `recipient` | property | `HitlInputs` | `dist/core/actions.d.ts:579-580` |
|
|
681
|
+
| `recipients` | property | `EscalationRef` | `dist/core/actions.d.ts:1898-1899` |
|
|
682
|
+
| `record` | property | `DataFabricUpdateInputs` | `dist/core/actions.d.ts:2041-2051` |
|
|
683
|
+
| `ref` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:504` |
|
|
684
|
+
| `reference` | property | `QueueItemInputs` | `dist/core/actions.d.ts:1973-1986` |
|
|
685
|
+
| `reference` | property | `ReceiveMessageOpts` | `dist/bpmn/bpmn-sdk.d.ts:1047-1054` |
|
|
686
|
+
| `releaseKey` | property | `OrchestratorOpts` | `dist/bpmn/bpmn-sdk.d.ts:919-920` |
|
|
687
|
+
| `renameTo` | property | `FieldMapping` | `dist/core/actions.d.ts:242-243` |
|
|
688
|
+
| `render` | property | `DocValidationInputs` | `dist/core/actions.d.ts:447-451` |
|
|
689
|
+
| `requestedVersion` | property | `ContributionContext` | `dist/core/node-classes.d.ts:68-74` |
|
|
690
|
+
| `required` | property | `ActionField` | `dist/case/case-sdk.d.ts:443-444` |
|
|
691
|
+
| `required` | property | `AskedField` | `dist/core/actions.d.ts:349-350` |
|
|
692
|
+
| `required` | property | `BpmnVarDecl` | `dist/bpmn/bpmn-sdk.d.ts:351-352` |
|
|
693
|
+
| `required` | property | `BuiltStage` | `dist/case/case-sdk.d.ts:526` |
|
|
694
|
+
| `required` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:512` |
|
|
695
|
+
| `required` | property | `InOutField` | `dist/core/actions.d.ts:367-368` |
|
|
696
|
+
| `required` | method | `StageBuilder` | `dist/case/case-sdk.d.ts:977-983` |
|
|
697
|
+
| `required` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:884-890` |
|
|
698
|
+
| `required` | property | `TypedContextRow` | `dist/bpmn/typed-node.d.ts:170-171` |
|
|
699
|
+
| `required` | property | `VarOpts` | `dist/bpmn/bpmn-sdk.d.ts:1253-1254` |
|
|
700
|
+
| `requiresConnection` | property | `ConnectorMeta` | `dist/core/connectors.d.ts:64` |
|
|
701
|
+
| `requiresFolderKey` | property | `ConnectorMeta` | `dist/core/connectors.d.ts:65` |
|
|
702
|
+
| `resource` | property | `BindingContribution` | `dist/core/node-classes.d.ts:87-88` |
|
|
703
|
+
| `resource` | property | `BindingDecl` | `dist/bpmn/bpmn-sdk.d.ts:364-365` |
|
|
704
|
+
| `resource` | property | `BindingOpts` | `dist/bpmn/bpmn-sdk.d.ts:843-849` |
|
|
705
|
+
| `resourceFolderPath` | property | `RemoteA2aToolRef` | `dist/core/actions.d.ts:1668` |
|
|
706
|
+
| `resourceKey` | property | `BindingContribution` | `dist/core/node-classes.d.ts:89-90` |
|
|
707
|
+
| `resourceKey` | property | `BindingDecl` | `dist/bpmn/bpmn-sdk.d.ts:370-371` |
|
|
708
|
+
| `resourceKey` | property | `BindingOpts` | `dist/bpmn/bpmn-sdk.d.ts:852-853` |
|
|
709
|
+
| `resourceSubType` | property | `BindingContribution` | `dist/core/node-classes.d.ts:95-96` |
|
|
710
|
+
| `resourceSubType` | property | `BindingDecl` | `dist/bpmn/bpmn-sdk.d.ts:372-376` |
|
|
711
|
+
| `resourceSubType` | property | `BindingOpts` | `dist/bpmn/bpmn-sdk.d.ts:854-861` |
|
|
712
|
+
| `resourceType` | property | `RemoteA2aToolRef` | `dist/core/actions.d.ts:1665` |
|
|
713
|
+
| `resultCount` | property | `ContextIndexRef` | `dist/core/actions.d.ts:1941-1942` |
|
|
714
|
+
| `retrievalMode` | property | `ContextIndexRef` | `dist/core/actions.d.ts:1939-1940` |
|
|
715
|
+
| `retry` | property | `ActivityNodeFields` | `dist/bpmn/bpmn-sdk.d.ts:310-311` |
|
|
716
|
+
| `retry` | property | `ActivityOpts` | `dist/bpmn/bpmn-sdk.d.ts:722-723` |
|
|
717
|
+
| `retryable` | property | `ErrorMappingRow` | `dist/bpmn/bpmn-sdk.d.ts:285-286` |
|
|
718
|
+
| `retryCount` | property | `HttpInputsBase` | `dist/core/actions.d.ts:105-119` |
|
|
719
|
+
| `return` | method | `StepList` | `dist/flow-sdk.d.ts:1081-1090` |
|
|
720
|
+
| `returnCitations` | property | `SummarizeInputs` | `dist/core/actions.d.ts:810-815` |
|
|
721
|
+
| `returns` | property | `AgentInputs` | `dist/core/actions.d.ts:1205-1224` |
|
|
722
|
+
| `returns` | property | `ApiWorkflowInputs` | `dist/core/actions.d.ts:1015-1027` |
|
|
723
|
+
| `returns` | property | `ClientSideToolRef` | `dist/core/actions.d.ts:1683-1684` |
|
|
724
|
+
| `returns` | property | `HttpInputsBase` | `dist/core/actions.d.ts:74-86` |
|
|
725
|
+
| `returns` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1450-1463` |
|
|
726
|
+
| `returns` | property | `ProcessToolRef` | `dist/core/actions.d.ts:1816-1817` |
|
|
727
|
+
| `returns` | property | `PublishedFunctionInputs` | `dist/core/actions.d.ts:1054-1062` |
|
|
728
|
+
| `returns` | property | `QueueItemInputs` | `dist/core/actions.d.ts:2002-2017` |
|
|
729
|
+
| `returns` | property | `RpaWorkflowInputs` | `dist/core/actions.d.ts:983-995` |
|
|
730
|
+
| `returns` | property | `ScriptInputs` | `dist/core/actions.d.ts:142-175` |
|
|
731
|
+
| `role` | property | `FlowAction` | `dist/core/node-classes.d.ts:162-163` |
|
|
732
|
+
| `role` | property | `FlowNode` | `dist/core/node-classes.d.ts:138-139` |
|
|
733
|
+
| `role` | property | `FlowResource` | `dist/core/node-classes.d.ts:177-178` |
|
|
734
|
+
| `role` | property | `FlowTrigger` | `dist/core/node-classes.d.ts:169-170` |
|
|
735
|
+
| `routedWaypoints` | property | `EdgeRoute` | `dist/flow-sdk.d.ts:553-558` |
|
|
736
|
+
| `rpa` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:751-760` |
|
|
737
|
+
| `rule` | property | `CaseRule` | `dist/case/case-sdk.d.ts:80` |
|
|
738
|
+
| `rules` | property | `BuiltCaseExitCondition` | `dist/case/case-sdk.d.ts:355` |
|
|
739
|
+
| `rules` | property | `BuiltEntryCondition` | `dist/case/case-sdk.d.ts:297` |
|
|
740
|
+
| `rules` | property | `BuiltExitCondition` | `dist/case/case-sdk.d.ts:346` |
|
|
741
|
+
| `rules` | property | `BuiltTaskEntryCondition` | `dist/case/case-sdk.d.ts:350` |
|
|
742
|
+
| `rules` | property | `CustomGuardrail` | `dist/core/actions.d.ts:1324` |
|
|
743
|
+
| `runOnce` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:513` |
|
|
744
|
+
| `runOnce` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:891-897` |
|
|
745
|
+
| `runOnReEntry` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:898-905` |
|
|
746
|
+
| `schema` | method | `BpmnBuilder` | `dist/bpmn/bpmn-sdk.d.ts:2105-2130` |
|
|
747
|
+
| `schema` | property | `BpmnVarDecl` | `dist/bpmn/bpmn-sdk.d.ts:349-350` |
|
|
748
|
+
| `schema` | property | `DynamicExtractInputs` | `dist/core/actions.d.ts:2093-2099` |
|
|
749
|
+
| `schema` | property | `TypedOutputRow` | `dist/bpmn/typed-node.d.ts:182-183` |
|
|
750
|
+
| `schema` | property | `VarDecl` | `dist/flow-sdk.d.ts:55-56` |
|
|
751
|
+
| `schema` | property | `VarOpts` | `dist/bpmn/bpmn-sdk.d.ts:1239-1252` |
|
|
752
|
+
| `schema` | property | `VarSpec` | `dist/flow-sdk.d.ts:72-73` |
|
|
753
|
+
| `schemas` | property | `BuiltBpmn` | `dist/bpmn/bpmn-sdk.d.ts:417-418` |
|
|
754
|
+
| `schemaVersion` | method | `BpmnBuilder` | `dist/bpmn/bpmn-sdk.d.ts:2073-2102` |
|
|
755
|
+
| `schemaVersion` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:640-646` |
|
|
756
|
+
| `schemaVersion` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1068-1094` |
|
|
757
|
+
| `schemaVersion` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1274-1313` |
|
|
758
|
+
| `scope` | property | `EscalationRecipient` | `dist/case/case-sdk.d.ts:121` |
|
|
759
|
+
| `scopes` | property | `GuardrailSelector` | `dist/core/actions.d.ts:1265` |
|
|
760
|
+
| `script` | property | `ScriptTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:738-743` |
|
|
761
|
+
| `scriptFormat` | property | `ScriptTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:744-745` |
|
|
762
|
+
| `scriptTask` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1415-1422` |
|
|
763
|
+
| `searchMode` | property | `AgentMemoryRef` | `dist/core/actions.d.ts:1738-1739` |
|
|
764
|
+
| `sections` | property | `CaseAppConfig` | `dist/case/case-sdk.d.ts:587-588` |
|
|
765
|
+
| `selectedTools` | property | `McpToolRef` | `dist/core/actions.d.ts:1642-1647` |
|
|
766
|
+
| `selectNextStage` | property | `BuiltExitCondition` | `dist/case/case-sdk.d.ts:344-345` |
|
|
767
|
+
| `selectNextStage` | property | `ExitOpts` | `dist/case/case-sdk.d.ts:693-697` |
|
|
768
|
+
| `selector` | property | `BuiltInValidatorGuardrail` | `dist/core/actions.d.ts:1333` |
|
|
769
|
+
| `selector` | property | `CustomGuardrail` | `dist/core/actions.d.ts:1320` |
|
|
770
|
+
| `semanticSimilarity` | property | `AgentMemoryRef` | `dist/core/actions.d.ts:1734-1735` |
|
|
771
|
+
| `sequenceFlow` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1917-1925` |
|
|
772
|
+
| `sequential` | property | `LoopSpec` | `dist/bpmn/bpmn-sdk.d.ts:80-81` |
|
|
773
|
+
| `serviceName` | property | `McpToolRef` | `dist/core/actions.d.ts:1639` |
|
|
774
|
+
| `set` | property | `DataFabricUpdateInputs` | `dist/core/actions.d.ts:2052-2056` |
|
|
775
|
+
| `set` | property | `TaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:808-817` |
|
|
776
|
+
| `settings` | property | `ConversationalAgentInputs` | `dist/core/actions.d.ts:681-687` |
|
|
777
|
+
| `severity` | property | `ContributionDiagnostic` | `dist/core/node-classes.d.ts:27-28` |
|
|
778
|
+
| `size` | property | `NodeLayout` | `dist/flow-sdk.d.ts:537-541` |
|
|
779
|
+
| `skip` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:515` |
|
|
780
|
+
| `skipCondition` | property | `ActivityNodeOpts` | `dist/bpmn/bpmn-sdk.d.ts:1198-1199` |
|
|
781
|
+
| `skipCondition` | property | `ConnectorEventOpts` | `dist/bpmn/bpmn-sdk.d.ts:1118-1119` |
|
|
782
|
+
| `skipCondition` | property | `ExternalTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1137-1138` |
|
|
783
|
+
| `skipCondition` | property | `HttpOpts` | `dist/bpmn/bpmn-sdk.d.ts:898-899` |
|
|
784
|
+
| `skipCondition` | property | `HumanTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1029-1030` |
|
|
785
|
+
| `skipCondition` | property | `OrchestratorOpts` | `dist/bpmn/bpmn-sdk.d.ts:935-936` |
|
|
786
|
+
| `skipCondition` | property | `QueueItemOpts` | `dist/bpmn/bpmn-sdk.d.ts:982-983` |
|
|
787
|
+
| `skipCondition` | property | `ReceiveMessageOpts` | `dist/bpmn/bpmn-sdk.d.ts:1057-1058` |
|
|
788
|
+
| `skipWhen` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:913-919` |
|
|
789
|
+
| `sla` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1260-1268` |
|
|
790
|
+
| `sla` | property | `RuleOpts` | `dist/case/case-sdk.d.ts:63-68` |
|
|
791
|
+
| `sla` | method | `StageBuilder` | `dist/case/case-sdk.d.ts:1020-1028` |
|
|
792
|
+
| `slaRules` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:643` |
|
|
793
|
+
| `slaRules` | property | `BuiltStage` | `dist/case/case-sdk.d.ts:530` |
|
|
794
|
+
| `slug` | property | `McpToolRef` | `dist/core/actions.d.ts:1640-1641` |
|
|
795
|
+
| `slug` | property | `RemoteA2aToolRef` | `dist/core/actions.d.ts:1660-1661` |
|
|
796
|
+
| `source` | property | `BpmnFlow` | `dist/bpmn/bpmn-sdk.d.ts:321-322` |
|
|
797
|
+
| `source` | property | `ConversationalAgentInputs` | `dist/core/actions.d.ts:703-708` |
|
|
798
|
+
| `source` | property | `GuardrailFieldReference` | `dist/core/actions.d.ts:1272` |
|
|
799
|
+
| `source` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1464-1473` |
|
|
800
|
+
| `source` | property | `TaskOutputBinding` | `dist/case/case-sdk.d.ts:496-497` |
|
|
801
|
+
| `source` | property | `TypedOutputRow` | `dist/bpmn/typed-node.d.ts:180-181` |
|
|
802
|
+
| `source` | property | `VoiceAgentInputs` | `dist/core/actions.d.ts:777-782` |
|
|
803
|
+
| `sourceTrigger` | property | `CaseVarDecl` | `dist/case/case-sdk.d.ts:564-570` |
|
|
804
|
+
| `splitPages` | property | `DocumentClassifyInputs` | `dist/core/actions.d.ts:2065-2066` |
|
|
805
|
+
| `stage` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1233-1240` |
|
|
806
|
+
| `stage` | property | `RuleOpts` | `dist/case/case-sdk.d.ts:29-39` |
|
|
807
|
+
| `stages` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:641` |
|
|
808
|
+
| `stages` | property | `CaseLayout` | `dist/case/case-sdk.d.ts:618-619` |
|
|
809
|
+
| `startAgent` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1561-1568` |
|
|
810
|
+
| `startAgenticProcess` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1569-1577` |
|
|
811
|
+
| `startCaseProcess` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1578-1586` |
|
|
812
|
+
| `startEvent` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1329-1345` |
|
|
813
|
+
| `startProcess` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1542-1560` |
|
|
814
|
+
| `step` | method | `StepList` | `dist/flow-sdk.d.ts:704-714` |
|
|
815
|
+
| `steps` | property | `BuiltEntryPoint` | `dist/flow-sdk.d.ts:631-632` |
|
|
816
|
+
| `steps` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:650` |
|
|
817
|
+
| `steps` | property | `StepList` | `dist/flow-sdk.d.ts:672` |
|
|
818
|
+
| `stepSwitch` | method | `StepList` | `dist/flow-sdk.d.ts:715-756` |
|
|
819
|
+
| `stepToList` | method | `StepList` | `dist/flow-sdk.d.ts:832-856` |
|
|
820
|
+
| `stepToRef` | method | `StepList` | `dist/flow-sdk.d.ts:1032-1060` |
|
|
821
|
+
| `stepToRef` | method | `StepList` | `dist/flow-sdk.d.ts:1061-1080` |
|
|
822
|
+
| `stickyNotes` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:658-659` |
|
|
823
|
+
| `stickyNotes` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1159-1184` |
|
|
824
|
+
| `storageBucket` | property | `DocValidationInputs` | `dist/core/actions.d.ts:443-444` |
|
|
825
|
+
| `strategy` | property | `LookupSpec` | `dist/core/lookups.d.ts:33` |
|
|
826
|
+
| `style` | property | `CaseNodeLayout` | `dist/case/case-sdk.d.ts:597-598` |
|
|
827
|
+
| `subProcess` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1908-1916` |
|
|
828
|
+
| `subscription` | property | `EventTriggerOpts` | `dist/case/case-sdk.d.ts:242-247` |
|
|
829
|
+
| `subType` | property | `ActionField` | `dist/case/case-sdk.d.ts:437-438` |
|
|
830
|
+
| `subType` | property | `VarDecl` | `dist/flow-sdk.d.ts:53-54` |
|
|
831
|
+
| `subType` | property | `VarSpec` | `dist/flow-sdk.d.ts:70-71` |
|
|
832
|
+
| `summary` | property | `CaseAppConfig` | `dist/case/case-sdk.d.ts:585-586` |
|
|
833
|
+
| `switch` | method | `StepList` | `dist/flow-sdk.d.ts:884-917` |
|
|
834
|
+
| `systemPrompt` | property | `ConversationalAgentInputs` | `dist/core/actions.d.ts:673-678` |
|
|
835
|
+
| `systemPrompt` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1378-1413` |
|
|
836
|
+
| `systemPrompt` | property | `VoiceAgentInputs` | `dist/core/actions.d.ts:751-756` |
|
|
837
|
+
| `tags` | property | `ActivityNodeFields` | `dist/bpmn/bpmn-sdk.d.ts:308-309` |
|
|
838
|
+
| `tags` | property | `ActivityOpts` | `dist/bpmn/bpmn-sdk.d.ts:712-721` |
|
|
839
|
+
| `tags` | property | `ProcessMetadata` | `dist/bpmn/bpmn-sdk.d.ts:442-443` |
|
|
840
|
+
| `target` | property | `BpmnFlow` | `dist/bpmn/bpmn-sdk.d.ts:323-324` |
|
|
841
|
+
| `target` | property | `EscalationRecipient` | `dist/case/case-sdk.d.ts:122-123` |
|
|
842
|
+
| `target` | property | `TypedContextRow` | `dist/bpmn/typed-node.d.ts:168-169` |
|
|
843
|
+
| `target` | property | `TypedOutputRow` | `dist/bpmn/typed-node.d.ts:191-196` |
|
|
844
|
+
| `task` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1423-1430` |
|
|
845
|
+
| `task` | method | `StageBuilder` | `dist/case/case-sdk.d.ts:984-1003` |
|
|
846
|
+
| `tasks` | property | `RuleOpts` | `dist/case/case-sdk.d.ts:40-55` |
|
|
847
|
+
| `taskTitle` | property | `EscalationRef` | `dist/core/actions.d.ts:1906-1907` |
|
|
848
|
+
| `taxonomy` | property | `DocValidationInputs` | `dist/core/actions.d.ts:452-453` |
|
|
849
|
+
| `temperature` | property | `ConversationalAgentInputs` | `dist/core/actions.d.ts:693-694` |
|
|
850
|
+
| `temperature` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1474-1475` |
|
|
851
|
+
| `temperature` | property | `VoiceSettings` | `dist/core/actions.d.ts:743-744` |
|
|
852
|
+
| `terminate` | property | `EndOpts` | `dist/bpmn/bpmn-sdk.d.ts:584-585` |
|
|
853
|
+
| `terminate` | method | `StepList` | `dist/flow-sdk.d.ts:1001-1031` |
|
|
854
|
+
| `threshold` | property | `ContextIndexRef` | `dist/core/actions.d.ts:1943-1944` |
|
|
855
|
+
| `timeCycle` | property | `BuiltTrigger` | `dist/case/case-sdk.d.ts:201-202` |
|
|
856
|
+
| `timeout` | property | `HttpInputsBase` | `dist/core/actions.d.ts:87-104` |
|
|
857
|
+
| `timeout` | property | `HttpRequestToolRef` | `dist/core/actions.d.ts:1713-1714` |
|
|
858
|
+
| `timer` | property | `BoundaryOpts` | `dist/bpmn/bpmn-sdk.d.ts:640-641` |
|
|
859
|
+
| `timer` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:509` |
|
|
860
|
+
| `timer` | property | `CatchOpts` | `dist/bpmn/bpmn-sdk.d.ts:611-612` |
|
|
861
|
+
| `timer` | property | `StartOpts` | `dist/bpmn/bpmn-sdk.d.ts:524-525` |
|
|
862
|
+
| `title` | property | `ActionSpecData` | `dist/case/case-sdk.d.ts:452` |
|
|
863
|
+
| `title` | property | `CaseAppSection` | `dist/case/case-sdk.d.ts:578-579` |
|
|
864
|
+
| `title` | property | `GuardrailFieldReference` | `dist/core/actions.d.ts:1273` |
|
|
865
|
+
| `title` | property | `HitlInputs` | `dist/core/actions.d.ts:550-551` |
|
|
866
|
+
| `title` | property | `HumanTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1010-1011` |
|
|
867
|
+
| `to` | property | `CreateOutgoingCallInputs` | `dist/core/actions.d.ts:716-717` |
|
|
868
|
+
| `tool` | property | `BuiltinToolRef` | `dist/core/actions.d.ts:1747-1748` |
|
|
869
|
+
| `tools` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1558-1579` |
|
|
870
|
+
| `transformation` | property | `FieldMapping` | `dist/core/actions.d.ts:240-241` |
|
|
871
|
+
| `trigger` | property | `BuiltEntryPoint` | `dist/flow-sdk.d.ts:625-626` |
|
|
872
|
+
| `trigger` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:651-653` |
|
|
873
|
+
| `trigger` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1224-1232` |
|
|
874
|
+
| `trigger` | property | `EscalationOpts` | `dist/case/case-sdk.d.ts:128-129` |
|
|
875
|
+
| `trigger` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1185-1202` |
|
|
876
|
+
| `trigger` | property | `StartOpts` | `dist/bpmn/bpmn-sdk.d.ts:526-573` |
|
|
877
|
+
| `triggeredByEvent` | property | `SubProcessOpts` | `dist/bpmn/bpmn-sdk.d.ts:823-824` |
|
|
878
|
+
| `triggerId` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:662-668` |
|
|
879
|
+
| `triggerId` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1240-1259` |
|
|
880
|
+
| `triggerOptions` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:654-655` |
|
|
881
|
+
| `triggers` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:644-645` |
|
|
882
|
+
| `triggers` | property | `CaseLayout` | `dist/case/case-sdk.d.ts:620-621` |
|
|
883
|
+
| `type` | property | `ActionField` | `dist/case/case-sdk.d.ts:435-436` |
|
|
884
|
+
| `type` | property | `AskedField` | `dist/core/actions.d.ts:347` |
|
|
885
|
+
| `type` | property | `BindingContribution` | `dist/core/node-classes.d.ts:85-86` |
|
|
886
|
+
| `type` | property | `BpmnVarDecl` | `dist/bpmn/bpmn-sdk.d.ts:341-342` |
|
|
887
|
+
| `type` | property | `BuiltExitCondition` | `dist/case/case-sdk.d.ts:322-328` |
|
|
888
|
+
| `type` | property | `CaseVarDecl` | `dist/case/case-sdk.d.ts:559` |
|
|
889
|
+
| `type` | property | `ExitOpts` | `dist/case/case-sdk.d.ts:673-677` |
|
|
890
|
+
| `type` | property | `ExtensionPayload` | `dist/bpmn/bpmn-sdk.d.ts:491-492` |
|
|
891
|
+
| `type` | property | `InOutField` | `dist/core/actions.d.ts:363` |
|
|
892
|
+
| `type` | property | `JsonSchemaType` | `dist/case/case-sdk.d.ts:538` |
|
|
893
|
+
| `type` | property | `ScriptTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:778-802` |
|
|
894
|
+
| `type` | property | `ShownField` | `dist/core/actions.d.ts:331` |
|
|
895
|
+
| `type` | property | `TaskInputBinding` | `dist/case/case-sdk.d.ts:487` |
|
|
896
|
+
| `type` | property | `TaskOutputBinding` | `dist/case/case-sdk.d.ts:498` |
|
|
897
|
+
| `type` | property | `TypedContextRow` | `dist/bpmn/typed-node.d.ts:158-159` |
|
|
898
|
+
| `type` | property | `TypedOutputRow` | `dist/bpmn/typed-node.d.ts:176-177` |
|
|
899
|
+
| `type` | property | `VarDecl` | `dist/flow-sdk.d.ts:49` |
|
|
900
|
+
| `type` | property | `VarSpec` | `dist/flow-sdk.d.ts:66-67` |
|
|
901
|
+
| `typeVersion` | property | `ActivityNodeOpts` | `dist/bpmn/bpmn-sdk.d.ts:1173-1188` |
|
|
902
|
+
| `unit` | property | `BuiltSla` | `dist/case/case-sdk.d.ts:189` |
|
|
903
|
+
| `unit` | property | `SlaOpts` | `dist/case/case-sdk.d.ts:169` |
|
|
904
|
+
| `unresolved` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:728-740` |
|
|
905
|
+
| `updates` | property | `NodeOptions` | `dist/flow-sdk.d.ts:322-333` |
|
|
906
|
+
| `url` | property | `HttpInputsBase` | `dist/core/actions.d.ts:38` |
|
|
907
|
+
| `url` | property | `HttpOpts` | `dist/bpmn/bpmn-sdk.d.ts:874-875` |
|
|
908
|
+
| `url` | property | `HttpRequestToolRef` | `dist/core/actions.d.ts:1697-1698` |
|
|
909
|
+
| `userPrompt` | property | `InlineAgentInputs` | `dist/core/actions.d.ts:1414-1418` |
|
|
910
|
+
| `userSettings` | property | `ConversationalAgentSettings` | `dist/core/actions.d.ts:669-670` |
|
|
911
|
+
| `validatorParameters` | property | `BuiltInValidatorGuardrail` | `dist/core/actions.d.ts:1338-1366` |
|
|
912
|
+
| `validatorType` | property | `BuiltInValidatorGuardrail` | `dist/core/actions.d.ts:1336-1337` |
|
|
913
|
+
| `value` | property | `ActionField` | `dist/case/case-sdk.d.ts:441-442` |
|
|
914
|
+
| `value` | property | `BindingOpts` | `dist/bpmn/bpmn-sdk.d.ts:838-842` |
|
|
915
|
+
| `value` | property | `DataFabricFilter` | `dist/core/actions.d.ts:2025-2026` |
|
|
916
|
+
| `value` | property | `EscalationRecipient` | `dist/case/case-sdk.d.ts:124-125` |
|
|
917
|
+
| `value` | property | `Expr` | `dist/core/expr.d.ts:19` |
|
|
918
|
+
| `value` | property | `FilterRule` | `dist/core/actions.d.ts:226-233` |
|
|
919
|
+
| `value` | property | `InOutField` | `dist/core/actions.d.ts:365-366` |
|
|
920
|
+
| `value` | property | `LookupResolution` | `dist/core/lookups.d.ts:167-168` |
|
|
921
|
+
| `value` | property | `LookupSpec` | `dist/core/lookups.d.ts:29-30` |
|
|
922
|
+
| `value` | property | `PortArm` | `dist/flow-sdk.d.ts:303-304` |
|
|
923
|
+
| `value` | property | `ShownField` | `dist/core/actions.d.ts:333-339` |
|
|
924
|
+
| `value` | property | `SwitchArm` | `dist/flow-sdk.d.ts:291` |
|
|
925
|
+
| `value` | property | `TaskInputBinding` | `dist/case/case-sdk.d.ts:485-486` |
|
|
926
|
+
| `value` | property | `TypedContextRow` | `dist/bpmn/typed-node.d.ts:160-161` |
|
|
927
|
+
| `var` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1199-1223` |
|
|
928
|
+
| `var` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1329-1338` |
|
|
929
|
+
| `var` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1926-1934` |
|
|
930
|
+
| `var` | property | `TaskOutputBinding` | `dist/case/case-sdk.d.ts:494-495` |
|
|
931
|
+
| `var` | property | `TypedOutputRow` | `dist/bpmn/typed-node.d.ts:178-179` |
|
|
932
|
+
| `variables` | property | `BuiltBpmn` | `dist/bpmn/bpmn-sdk.d.ts:403-404` |
|
|
933
|
+
| `variant` | property | `EscalationRef` | `dist/core/actions.d.ts:1868-1876` |
|
|
934
|
+
| `variant` | property | `HitlInputs` | `dist/core/actions.d.ts:540-544` |
|
|
935
|
+
| `variant` | property | `TransformInputs` | `dist/core/actions.d.ts:306-315` |
|
|
936
|
+
| `vars` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:640` |
|
|
937
|
+
| `vars` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:649` |
|
|
938
|
+
| `version` | property | `BuiltCase` | `dist/case/case-sdk.d.ts:626-632` |
|
|
939
|
+
| `version` | property | `BuiltFlow` | `dist/flow-sdk.d.ts:639` |
|
|
940
|
+
| `version` | method | `CaseBuilder` | `dist/case/case-sdk.d.ts:1057-1067` |
|
|
941
|
+
| `version` | property | `ConnectorEventOpts` | `dist/bpmn/bpmn-sdk.d.ts:1094-1095` |
|
|
942
|
+
| `version` | property | `ConnectorMeta` | `dist/core/connectors.d.ts:63` |
|
|
943
|
+
| `version` | property | `ConnectorOpts` | `dist/core/actions.d.ts:178-179` |
|
|
944
|
+
| `version` | property | `ConnectorToolRef` | `dist/core/actions.d.ts:1774-1775` |
|
|
945
|
+
| `version` | property | `EventSubscription` | `dist/core/actions.d.ts:3200` |
|
|
946
|
+
| `version` | property | `ExternalTaskOpts` | `dist/bpmn/bpmn-sdk.d.ts:1131-1132` |
|
|
947
|
+
| `version` | method | `FlowBuilder` | `dist/flow-sdk.d.ts:1260-1273` |
|
|
948
|
+
| `version` | property | `NodeOptions` | `dist/flow-sdk.d.ts:314-321` |
|
|
949
|
+
| `version` | property | `TriggerMeta` | `dist/core/connectors.d.ts:126` |
|
|
950
|
+
| `version` | property | `TriggerOptions` | `dist/core/actions.d.ts:3160-3161` |
|
|
951
|
+
| `versionTag` | property | `IxpExtractInputs` | `dist/core/actions.d.ts:914-915` |
|
|
952
|
+
| `versionTag` | property | `IxpToolRef` | `dist/core/actions.d.ts:1846-1847` |
|
|
953
|
+
| `voice` | property | `VoiceAgentInputs` | `dist/core/actions.d.ts:769-770` |
|
|
954
|
+
| `wait` | property | `QueueItemInputs` | `dist/core/actions.d.ts:1991-2001` |
|
|
955
|
+
| `wait` | property | `QueueItemOpts` | `dist/bpmn/bpmn-sdk.d.ts:963-967` |
|
|
956
|
+
| `waitConnector` | property | `BuiltTask` | `dist/case/case-sdk.d.ts:510-511` |
|
|
957
|
+
| `waitForConnector` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:859-868` |
|
|
958
|
+
| `waitForConnector` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:869-876` |
|
|
959
|
+
| `waitForEvent` | method | `ScopeBuilder` | `dist/bpmn/bpmn-sdk.d.ts:1757-1797` |
|
|
960
|
+
| `waitForTimer` | method | `TaskBuilder` | `dist/case/case-sdk.d.ts:877-883` |
|
|
961
|
+
| `waypoints` | property | `EdgeRoute` | `dist/flow-sdk.d.ts:547-552` |
|
|
962
|
+
| `when` | property | `SlaOpts` | `dist/case/case-sdk.d.ts:176-182` |
|
|
963
|
+
| `where` | property | `EventSubscription` | `dist/core/actions.d.ts:3169-3187` |
|
|
964
|
+
| `where` | property | `TriggerOptions` | `dist/core/actions.d.ts:3125-3142` |
|
|
965
|
+
| `width` | property | `CaseNodeLayout` | `dist/case/case-sdk.d.ts:604-605` |
|
|
966
|
+
| `width` | property | `StickyNote` | `dist/flow-sdk.d.ts:602-603` |
|
|
967
|
+
| `x` | property | `StickyNote` | `dist/flow-sdk.d.ts:598-599` |
|
|
968
|
+
| `y` | property | `StickyNote` | `dist/flow-sdk.d.ts:600-601` |
|
|
969
|
+
| `zIndex` | property | `CaseNodeLayout` | `dist/case/case-sdk.d.ts:608-609` |
|