Module activity

Source

Structs§

Activity
An Activity represents a fundamental unit of work within a workflow. It encapsulates a specific analysis step or action as a callback function, which is augmented by a configuration. The configuration defines the activity’s metadata, eligibility criteria, and execution semantics, allowing it to seamlessly integrate into the workflow system.
Auto
Represents the request for an automatically generated boolean control setting and corresponding predicate.
Config
The configuration for an Activity, defining its metadata, eligibility criteria, and execution semantics.
Dependencies
Eligibility
The conditions that determine when an activity should execute.
Predicate
A predicate that can be used to determine the eligibility of an activity.
Setting
A predicate that evaluates the value of a specific setting.

Enums§

Operator
Platform
A predicate that checks the platform of the BinaryView.
PredicateLogicalOperator
Role
Defines the behavior of the activity in the workflow.
ViewType
A predicate that checks the type of the BinaryView.

Traits§

AsConfig