Modules§
- asset_
field - Nested message and enum types in
AssetField
. - asset_
reference - Nested message and enum types in
AssetReference
. - auto_
proceed_ config - Nested message and enum types in
AutoProceedConfig
. - auto_
start_ config - Nested message and enum types in
AutoStartConfig
. - checklist_
reference - Nested message and enum types in
ChecklistReference
. - completion_
action_ config - Nested message and enum types in
CompletionActionConfig
. - create_
run_ config - Nested message and enum types in
CreateRunConfig
. - double_
field - Nested message and enum types in
DoubleField
. - form_
field - Nested message and enum types in
FormField
. - integration_
reference - Nested message and enum types in
IntegrationReference
. - multi_
asset_ reference - Nested message and enum types in
MultiAssetReference
. - multi_
checklist_ reference - Nested message and enum types in
MultiChecklistReference
. - multi_
enum_ field - Nested message and enum types in
MultiEnumField
. - multi_
integration_ reference - Nested message and enum types in
MultiIntegrationReference
. - multi_
run_ reference - Nested message and enum types in
MultiRunReference
. - multi_
string_ reference - Nested message and enum types in
MultiStringReference
. - multi_
workbook_ template_ reference - Nested message and enum types in
MultiWorkbookTemplateReference
. - nested_
procedure_ node - Nested message and enum types in
NestedProcedureNode
. - procedure_
node - Nested message and enum types in
ProcedureNode
. - procedure_
search_ query - Nested message and enum types in
ProcedureSearchQuery
. - procedure_
step_ content - Nested message and enum types in
ProcedureStepContent
. - procedures_
service_ client - Generated client implementations.
- run_
reference - Nested message and enum types in
RunReference
. - select_
or_ create_ asset_ step - Nested message and enum types in
SelectOrCreateAssetStep
. - single_
enum_ field - Nested message and enum types in
SingleEnumField
. - start_
ingest_ step - Nested message and enum types in
StartIngestStep
. - string_
reference - Nested message and enum types in
StringReference
. - success_
condition - Nested message and enum types in
SuccessCondition
. - text_
field - Nested message and enum types in
TextField
. - time_
range_ reference - Nested message and enum types in
TimeRangeReference
. - workbook_
template_ reference - Nested message and enum types in
WorkbookTemplateReference
.
Structs§
- AndSuccess
Condition - All conditions within must be met for the step to be succeeded.
- Apply
Checklists Config - An action to apply one or more checklists to one or more runs when a step is completed.
- Apply
Workbook Templates Config - An action to apply one or more workbook templates to one or more runs when a step is completed.
- Archive
Procedures Request - Archive
Procedures Response - Asset
Field - A field to select a single asset.
- Asset
Reference - A reference to a single asset
- Auto
Proceed Config - AutoProceedConfig is a configuration that determines whether a step should
automatically proceed (submit the contents and check success_conditions)
when some set of criteria are met. By default this will be
disabled
. - Auto
Start Config - AutoStartConfig is a configuration that determines whether a step should be
automatically moved from NOT_STARTED to IN_PROGRESS when some set of criteria are met.
By default this will be
all_parents
- Checkbox
Field - A field to capture a boolean value.
- Checklist
Reference - A reference to a single checklist
- Commit
Request - Commit
Response - Completion
Action Config - An action that will be taken when a step transitions to a completed state (succeeded, errored, or skipped). These actions are executed after the step contents are submitted and the PassCondition (if any) is satisfied. These actions are executed synchronously with the state transition and generally should be quick to complete. Almost all actions will be executed only if the step transitions to SUCCEEDED. The exception is CreateEvent, which will be executed for all terminal states.
- Create
Event Config - An action to create an event when a step is completed. The completion state of the step is mapped to the event’s EventType as follows:
- Create
Procedure Request - Create
Procedure Response - Create
RunConfig - An action to create a run when a step is completed.
- Double
Field - A field to capture a double value.
- Enum
Field Buttons Input Type - Enum
Field Menu Input Type - Form
Field - A field to be filled out by the user.
- Form
Step - A form step consists of a set of fields to be filled out by the user.
- GetProcedure
AsNested Request - GetProcedure
AsNested Response - GetProcedure
Request - GetProcedure
Response - Ingest
JobSuccess Condition - The step will succeed when the associated ingest job succeeds. If the ingest job fails, the step will move to ERRORED.
- IntField
- A field to capture an int value.
- Integration
Reference - A reference to a notification Integration
- Merge
ToMain Request - Merge
ToMain Response - Multi
Asset Reference - A reference to multiple assets
- Multi
Checklist Reference - A reference to multiple checklists
- Multi
Enum Field - A field to capture one or more of several options.
- Multi
Integration Reference - A reference to multiple notification Integrations
- Multi
RunReference - A reference to multiple runs
- Multi
String Reference - A reference to multiple string values
- Multi
Workbook Template Reference - A reference to multiple workbook templates
- Nested
Procedure - A simplified version of procedure state that is currently used for procedure authoring. In this form, the graph is a completely linear structure where each step depends solely on the preceding step.
- Nested
Procedure Node - A section or a step in a NestedProcedure.
- Node
List - A list of node IDs.
- Parse
Nested Procedure Request - Parse
Nested Procedure Response - Preset
Asset Field Options - A limited set of options to choose from, with an optional default option.
- Procedure
- A procedure describes a series of steps to be performed, typically in a specific order,
- Procedure
Display Graph - A simpler representation of the procedure graph that is used for display in a UI.
- Procedure
Metadata - Metadata about a procedure that is not part of the versioned state.
- Procedure
Node - A procedure node is either a section or a step.
- Procedure
Search Query - Procedure
Section Node - A procedure section node visually groups other sections and steps.
- Procedure
State - ProcedureState is the versioned state of a procedure template.
- Procedure
Step Content - The content of a procedure step. This typically involves some form of user interaction/input.
- Procedure
Step Node - A procedure step node represents a step in the procedure.
- RunReference
- A reference to a single run
- Save
Working State Request - Save
Working State Response - Search
Procedures Request - Search
Procedures Response - Search
Procedures Sort Options - Select
OrCreate Asset Step - The user will be prompted to select an existing asset or create a new asset.
- Send
Notification Config - An action to send a notification to one or more integrations when a step is completed.
- Single
Enum Field - A field to capture one of several options.
- Start
Ingest Step - The user will be prompted to start an ingest job in the frontend and the output of the step will be the rid of the created ingest job.
- String
Reference - A reference to a single string value
- Success
Condition - The condition that must be met for a step to succeed after submitting its contents.
- Text
Field - A field to capture a string value.
- Text
Field Markdown Input Type - Text
Field Simple Input Type - Time
Range Reference - A reference to a time range
- Timer
Success Condition - A timer condition that will succeed the step after a specified duration.
- Unarchive
Procedures Request - Unarchive
Procedures Response - Update
Procedure Metadata Request - Update
Procedure Metadata Response - Workbook
Template Reference - A reference to a single workbook template