Module v1

Module v1 

Source

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.
completion_action_config
Nested message and enum types in CompletionActionConfig.
double_field
Nested message and enum types in DoubleField.
form_field
Nested message and enum types in FormField.
multi_enum_field
Nested message and enum types in MultiEnumField.
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.
single_enum_field
Nested message and enum types in SingleEnumField.
start_ingest_step
Nested message and enum types in StartIngestStep.
success_condition
Nested message and enum types in SuccessCondition.
text_field
Nested message and enum types in TextField.

Structs§

AndSuccessCondition
All conditions within must be met for the step to be succeeded.
ArchiveProceduresRequest
ArchiveProceduresResponse
AssetField
A field to select a single asset.
AssetReference
A reference to an asset, either by rid or by a field in the current or previous steps.
AutoProceedConfig
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.
AutoStartConfig
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
CheckboxField
A field to capture a boolean value.
CommitRequest
CommitResponse
CompletionActionConfig
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.
CreateEventConfig
An action to create an event when a step is completed.
CreateProcedureRequest
CreateProcedureResponse
DoubleField
A field to capture a double value.
EnumFieldButtonsInputType
EnumFieldMenuInputType
FormField
A field to be filled out by the user.
FormStep
A form step consists of a set of fields to be filled out by the user.
GetProcedureAsNestedRequest
GetProcedureAsNestedResponse
GetProcedureRequest
GetProcedureResponse
IntField
A field to capture an int value.
MergeToMainRequest
MergeToMainResponse
MultiEnumField
A field to capture one or more of several options.
NestedProcedure
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.
NestedProcedureNode
A section or a step in a NestedProcedure.
NodeList
A list of node IDs.
ParseNestedProcedureRequest
ParseNestedProcedureResponse
PresetAssetFieldOptions
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,
ProcedureDisplayGraph
A simpler representation of the procedure graph that is used for display in a UI.
ProcedureMetadata
Metadata about a procedure that is not part of the versioned state.
ProcedureNode
A procedure node is either a section or a step.
ProcedureSearchQuery
ProcedureSectionNode
A procedure section node visually groups other sections and steps.
ProcedureState
ProcedureState is the versioned state of a procedure template.
ProcedureStepContent
The content of a procedure step. This typically involves some form of user interaction/input.
ProcedureStepNode
A procedure step node represents a step in the procedure.
SaveWorkingStateRequest
SaveWorkingStateResponse
SearchProceduresRequest
SearchProceduresResponse
SearchProceduresSortOptions
SingleEnumField
A field to capture one of several options.
StartIngestStep
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.
SuccessCondition
The condition that must be met for a step to succeed after submitting its contents.
TextField
A field to capture a string value.
TextFieldMarkdownInputType
TextFieldSimpleInputType
TimerSuccessCondition
A timer condition that will succeed the step after a specified duration.
UnarchiveProceduresRequest
UnarchiveProceduresResponse
UpdateProcedureMetadataRequest
UpdateProcedureMetadataResponse

Enums§

ProceduresServiceError
SearchProceduresSortField