tasker-engine 1.0.1 → 1.0.2
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.
- checksums.yaml +4 -4
- data/README.md +2 -5
- data/app/models/tasker/task.rb +0 -10
- data/config/routes.rb +3 -3
- data/docs/AUTH.md +1 -40
- data/docs/DEVELOPER_GUIDE.md +2 -3
- data/docs/OVERVIEW.md +0 -4
- data/docs/Tasker/Analysis/RuntimeGraphAnalyzer.html +1 -1
- data/docs/Tasker/Analysis/TemplateGraphAnalyzer.html +1 -1
- data/docs/Tasker/Analysis.html +1 -1
- data/docs/Tasker/AnalyticsController.html +1 -1
- data/docs/Tasker/AnalyticsService/BottleneckAnalytics.html +1 -1
- data/docs/Tasker/AnalyticsService/PerformanceAnalytics.html +1 -1
- data/docs/Tasker/AnalyticsService.html +1 -1
- data/docs/Tasker/AnnotationType.html +1 -1
- data/docs/Tasker/AnnotationTypeSerializer.html +1 -1
- data/docs/Tasker/ApplicationController.html +2 -2
- data/docs/Tasker/ApplicationJob.html +1 -1
- data/docs/Tasker/ApplicationRecord.html +1 -1
- data/docs/Tasker/Authentication/AuthenticationError.html +1 -1
- data/docs/Tasker/Authentication/ConfigurationError.html +1 -1
- data/docs/Tasker/Authentication/Coordinator.html +1 -1
- data/docs/Tasker/Authentication/Interface.html +1 -1
- data/docs/Tasker/Authentication/InterfaceError.html +1 -1
- data/docs/Tasker/Authentication/NoneAuthenticator.html +1 -1
- data/docs/Tasker/Authentication.html +1 -1
- data/docs/Tasker/Authorization/AuthorizationError.html +1 -1
- data/docs/Tasker/Authorization/BaseCoordinator.html +1 -1
- data/docs/Tasker/Authorization/ConfigurationError.html +1 -1
- data/docs/Tasker/Authorization/ResourceConstants/ACTIONS.html +10 -10
- data/docs/Tasker/Authorization/ResourceConstants/RESOURCES.html +8 -13
- data/docs/Tasker/Authorization/ResourceConstants.html +1 -1
- data/docs/Tasker/Authorization/ResourceRegistry.html +33 -40
- data/docs/Tasker/Authorization/UnauthorizedError.html +1 -1
- data/docs/Tasker/Authorization.html +1 -1
- data/docs/Tasker/CacheCapabilities.html +1 -1
- data/docs/Tasker/CacheStrategy.html +1 -1
- data/docs/Tasker/Concerns/Authenticatable.html +1 -1
- data/docs/Tasker/Concerns/Authorizable/AdminStatusChecker.html +1 -1
- data/docs/Tasker/Concerns/Authorizable.html +1 -1
- data/docs/Tasker/Concerns/ControllerAuthorizable.html +1 -1
- data/docs/Tasker/Concerns/EventPublisher.html +1 -1
- data/docs/Tasker/Concerns/IdempotentStateTransitions.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase/ClassMethods.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase/StateMachineBase/ClassMethods.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase/StateMachineBase.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase.html +1 -1
- data/docs/Tasker/Concerns/StructuredLogging.html +1 -1
- data/docs/Tasker/Concerns.html +1 -1
- data/docs/Tasker/Configuration/ConfigurationProxy.html +1 -1
- data/docs/Tasker/Configuration/TelemetryConfigurationProxy.html +1 -1
- data/docs/Tasker/Configuration.html +1 -1
- data/docs/Tasker/ConfigurationError.html +1 -1
- data/docs/Tasker/ConfiguredTask.html +1 -1
- data/docs/Tasker/Constants/EventDefinitions.html +1 -1
- data/docs/Tasker/Constants/ObservabilityEvents/Step.html +1 -1
- data/docs/Tasker/Constants/ObservabilityEvents/Task.html +1 -1
- data/docs/Tasker/Constants/ObservabilityEvents.html +1 -1
- data/docs/Tasker/Constants/RegistryEvents.html +1 -1
- data/docs/Tasker/Constants/StepEvents.html +1 -1
- data/docs/Tasker/Constants/TaskEvents.html +1 -1
- data/docs/Tasker/Constants/TaskExecution/ExecutionStatus.html +1 -1
- data/docs/Tasker/Constants/TaskExecution/HealthStatus.html +1 -1
- data/docs/Tasker/Constants/TaskExecution/RecommendedAction.html +1 -1
- data/docs/Tasker/Constants/TaskExecution.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization/ErrorMessages.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization/PendingReasons.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization/ReenqueueReasons.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization.html +1 -1
- data/docs/Tasker/Constants/TaskStatuses.html +1 -1
- data/docs/Tasker/Constants/TestEvents.html +1 -1
- data/docs/Tasker/Constants/WorkflowEvents.html +1 -1
- data/docs/Tasker/Constants/WorkflowStepStatuses.html +1 -1
- data/docs/Tasker/Constants.html +1 -1
- data/docs/Tasker/DependentSystem.html +1 -1
- data/docs/Tasker/DependentSystemObjectMap.html +1 -1
- data/docs/Tasker/DetectorRegistry.html +1 -1
- data/docs/Tasker/Engine.html +1 -1
- data/docs/Tasker/Error.html +1 -1
- data/docs/Tasker/Events/Catalog/CatalogPrinter.html +1 -1
- data/docs/Tasker/Events/Catalog/CustomEventRegistrar.html +1 -1
- data/docs/Tasker/Events/Catalog/ExamplePayloadGenerator.html +1 -1
- data/docs/Tasker/Events/Catalog.html +1 -1
- data/docs/Tasker/Events/CustomRegistry.html +1 -1
- data/docs/Tasker/Events/DefinitionLoader.html +1 -1
- data/docs/Tasker/Events/EventPayloadBuilder/ErrorInfoExtractor.html +1 -1
- data/docs/Tasker/Events/EventPayloadBuilder/StepPayloadBuilder.html +1 -1
- data/docs/Tasker/Events/EventPayloadBuilder.html +1 -1
- data/docs/Tasker/Events/Publisher.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber/ErrorCategorizer/ErrorTypeClassifier.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber/ErrorCategorizer.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber/MetricTagsExtractor.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber.html +1 -1
- data/docs/Tasker/Events/Subscribers/MetricsSubscriber.html +1 -1
- data/docs/Tasker/Events/Subscribers/TelemetrySubscriber.html +1 -1
- data/docs/Tasker/Events/Subscribers.html +1 -1
- data/docs/Tasker/Events/SubscriptionLoader.html +1 -1
- data/docs/Tasker/Events.html +1 -1
- data/docs/Tasker/EventsGenerator.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedAnalyticsMetrics/AnalyticsMetrics.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedAnalyticsMetrics.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedDependencyLevels.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestSteps/SlowestStep.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestSteps.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestTasks/SlowestTask.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestTasks.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedStepReadinessStatus.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSystemHealthCounts/HealthMetrics.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSystemHealthCounts.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedTaskExecutionContext.html +1 -1
- data/docs/Tasker/Functions/FunctionWrapper.html +1 -1
- data/docs/Tasker/Functions.html +1 -1
- data/docs/Tasker/Generators/AuthenticatorGenerator/UsageInstructionsFormatter.html +1 -1
- data/docs/Tasker/Generators/AuthenticatorGenerator.html +1 -1
- data/docs/Tasker/Generators/AuthorizationCoordinatorGenerator.html +1 -1
- data/docs/Tasker/Generators/SubscriberGenerator.html +1 -1
- data/docs/Tasker/Generators/TaskHandlerGenerator.html +1 -1
- data/docs/Tasker/Generators.html +1 -1
- data/docs/Tasker/GraphQLTypes/AnnotationType.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseArgument.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseConnection.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseEdge.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseEnum.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseField.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseInputObject.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseInterface.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseObject.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseScalar.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseUnion.html +1 -1
- data/docs/Tasker/GraphQLTypes/DependentSystemObjectMapType.html +1 -1
- data/docs/Tasker/GraphQLTypes/DependentSystemType.html +1 -1
- data/docs/Tasker/GraphQLTypes/MutationType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NamedStepType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NamedTaskType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NamedTasksNamedStepType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NodeType.html +1 -1
- data/docs/Tasker/GraphQLTypes/QueryType.html +1 -1
- data/docs/Tasker/GraphQLTypes/TaskAnnotationType.html +1 -1
- data/docs/Tasker/GraphQLTypes/TaskInterface.html +1 -1
- data/docs/Tasker/GraphQLTypes/TaskType.html +1 -1
- data/docs/Tasker/GraphQLTypes/WorkflowStepType.html +1 -1
- data/docs/Tasker/GraphQLTypes.html +1 -1
- data/docs/Tasker/GraphqlController.html +1 -1
- data/docs/Tasker/HandlerFactory.html +1 -1
- data/docs/Tasker/HandlerSerializer.html +1 -1
- data/docs/Tasker/HandlersController.html +1 -1
- data/docs/Tasker/HashIdentityStrategy.html +1 -1
- data/docs/Tasker/Health/ReadinessChecker.html +1 -1
- data/docs/Tasker/Health/StatusChecker.html +1 -1
- data/docs/Tasker/Health.html +1 -1
- data/docs/Tasker/HealthController.html +1 -1
- data/docs/Tasker/IdentityStrategy.html +1 -1
- data/docs/Tasker/InvalidTaskHandlerConfig.html +1 -1
- data/docs/Tasker/Logging/CorrelationIdGenerator.html +1 -1
- data/docs/Tasker/Logging.html +1 -1
- data/docs/Tasker/MetricsController.html +1 -1
- data/docs/Tasker/MetricsExportJob.html +1 -1
- data/docs/Tasker/Mutations/BaseMutation.html +1 -1
- data/docs/Tasker/Mutations/CancelStep.html +1 -1
- data/docs/Tasker/Mutations/CancelTask.html +1 -1
- data/docs/Tasker/Mutations/CreateTask.html +1 -1
- data/docs/Tasker/Mutations/UpdateStep.html +1 -1
- data/docs/Tasker/Mutations/UpdateTask.html +1 -1
- data/docs/Tasker/Mutations.html +1 -1
- data/docs/Tasker/NamedStep.html +1 -1
- data/docs/Tasker/NamedTask.html +1 -1
- data/docs/Tasker/NamedTasksNamedStep.html +1 -1
- data/docs/Tasker/Orchestration/BackoffCalculator.html +1 -1
- data/docs/Tasker/Orchestration/ConnectionBuilder/ConfigValidator.html +1 -1
- data/docs/Tasker/Orchestration/ConnectionBuilder.html +1 -1
- data/docs/Tasker/Orchestration/ConnectionPoolIntelligence.html +1 -1
- data/docs/Tasker/Orchestration/Coordinator.html +1 -1
- data/docs/Tasker/Orchestration/FutureStateAnalyzer.html +1 -1
- data/docs/Tasker/Orchestration/PluginIntegration.html +1 -1
- data/docs/Tasker/Orchestration/ResponseProcessor.html +1 -1
- data/docs/Tasker/Orchestration/RetryHeaderParser.html +1 -1
- data/docs/Tasker/Orchestration/StepExecutor.html +1 -1
- data/docs/Tasker/Orchestration/StepSequenceFactory.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/BlockageChecker.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/ContextManager.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/DelayCalculator.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/FinalizationDecisionMaker.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/FinalizationProcessor.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/ReasonDeterminer.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/ReenqueueManager.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/UnclearStateHandler.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer.html +1 -1
- data/docs/Tasker/Orchestration/TaskInitializer.html +1 -1
- data/docs/Tasker/Orchestration/TaskReenqueuer.html +1 -1
- data/docs/Tasker/Orchestration/ViableStepDiscovery.html +1 -1
- data/docs/Tasker/Orchestration/WorkflowCoordinator.html +1 -1
- data/docs/Tasker/Orchestration.html +1 -1
- data/docs/Tasker/PageSort/PageSortParamsBuilder.html +1 -1
- data/docs/Tasker/PageSort.html +1 -1
- data/docs/Tasker/PermanentError.html +1 -1
- data/docs/Tasker/ProceduralError.html +1 -1
- data/docs/Tasker/Queries/AllAnnotationTypes.html +1 -1
- data/docs/Tasker/Queries/AllTasks.html +1 -1
- data/docs/Tasker/Queries/BaseQuery.html +1 -1
- data/docs/Tasker/Queries/Helpers.html +1 -1
- data/docs/Tasker/Queries/OneStep.html +1 -1
- data/docs/Tasker/Queries/OneTask.html +1 -1
- data/docs/Tasker/Queries/TasksByAnnotation.html +1 -1
- data/docs/Tasker/Queries/TasksByStatus.html +1 -1
- data/docs/Tasker/Queries.html +1 -1
- data/docs/Tasker/Railtie.html +1 -1
- data/docs/Tasker/Registry/BaseRegistry.html +1 -1
- data/docs/Tasker/Registry/EventPublisher.html +1 -1
- data/docs/Tasker/Registry/InterfaceValidator.html +1 -1
- data/docs/Tasker/Registry/RegistrationError.html +1 -1
- data/docs/Tasker/Registry/RegistryError.html +1 -1
- data/docs/Tasker/Registry/StatisticsCollector.html +1 -1
- data/docs/Tasker/Registry/SubscriberRegistry.html +1 -1
- data/docs/Tasker/Registry/ValidationError.html +1 -1
- data/docs/Tasker/Registry.html +1 -1
- data/docs/Tasker/RetryableError.html +1 -1
- data/docs/Tasker/StateMachine/Compatibility.html +1 -1
- data/docs/Tasker/StateMachine/InvalidStateTransition.html +1 -1
- data/docs/Tasker/StateMachine/StepStateMachine.html +1 -1
- data/docs/Tasker/StateMachine/TaskStateMachine.html +1 -1
- data/docs/Tasker/StateMachine.html +1 -1
- data/docs/Tasker/StepDagRelationship.html +1 -1
- data/docs/Tasker/StepHandler/Api/Config.html +1 -1
- data/docs/Tasker/StepHandler/Api.html +1 -1
- data/docs/Tasker/StepHandler/AutomaticEventPublishing.html +1 -1
- data/docs/Tasker/StepHandler/Base.html +1 -1
- data/docs/Tasker/StepHandler.html +1 -1
- data/docs/Tasker/StepReadinessStatus.html +1 -1
- data/docs/Tasker/Task.html +76 -183
- data/docs/Tasker/TaskAnnotation.html +1 -1
- data/docs/Tasker/TaskAnnotationSerializer.html +1 -1
- data/docs/Tasker/TaskBuilder/StepNameValidator.html +1 -1
- data/docs/Tasker/TaskBuilder/StepTemplateDefiner.html +1 -1
- data/docs/Tasker/TaskBuilder.html +1 -1
- data/docs/Tasker/TaskExecutionContext.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner/ClassBasedEventRegistrar.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner/YamlEventRegistrar.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods.html +1 -1
- data/docs/Tasker/TaskHandler/InstanceMethods.html +1 -1
- data/docs/Tasker/TaskHandler/StepGroup.html +1 -1
- data/docs/Tasker/TaskHandler.html +1 -1
- data/docs/Tasker/TaskNamespace.html +1 -1
- data/docs/Tasker/TaskRunnerJob.html +1 -1
- data/docs/Tasker/TaskSerializer.html +1 -1
- data/docs/Tasker/TaskTransition.html +1 -1
- data/docs/Tasker/TaskerRailsSchema/InvalidObjectTypeError.html +1 -1
- data/docs/Tasker/TaskerRailsSchema/TypeResolutionError.html +1 -1
- data/docs/Tasker/TaskerRailsSchema/UnknownInterfaceError.html +1 -1
- data/docs/Tasker/TaskerRailsSchema.html +1 -1
- data/docs/Tasker/TasksController.html +1 -1
- data/docs/Tasker/Telemetry/EventMapping.html +1 -1
- data/docs/Tasker/Telemetry/EventRouter.html +1 -1
- data/docs/Tasker/Telemetry/Events/ExportEvents.html +1 -1
- data/docs/Tasker/Telemetry/Events.html +1 -1
- data/docs/Tasker/Telemetry/ExportCoordinator.html +1 -1
- data/docs/Tasker/Telemetry/IntelligentCacheManager.html +1 -1
- data/docs/Tasker/Telemetry/LogBackend.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes/Counter.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes/Gauge.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes/Histogram.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes.html +1 -1
- data/docs/Tasker/Telemetry/MetricsBackend.html +1 -1
- data/docs/Tasker/Telemetry/MetricsExportService.html +1 -1
- data/docs/Tasker/Telemetry/PluginRegistry.html +1 -1
- data/docs/Tasker/Telemetry/Plugins/BaseExporter.html +1 -1
- data/docs/Tasker/Telemetry/Plugins/CsvExporter.html +1 -1
- data/docs/Tasker/Telemetry/Plugins/JsonExporter.html +1 -1
- data/docs/Tasker/Telemetry/Plugins.html +1 -1
- data/docs/Tasker/Telemetry/PrometheusExporter.html +1 -1
- data/docs/Tasker/Telemetry/TraceBackend.html +1 -1
- data/docs/Tasker/Telemetry.html +1 -1
- data/docs/Tasker/Types/AuthConfig.html +1 -1
- data/docs/Tasker/Types/BackoffConfig.html +1 -1
- data/docs/Tasker/Types/BaseConfig.html +1 -1
- data/docs/Tasker/Types/CacheConfig.html +1 -1
- data/docs/Tasker/Types/DatabaseConfig.html +1 -1
- data/docs/Tasker/Types/DependencyGraph.html +1 -1
- data/docs/Tasker/Types/DependencyGraphConfig.html +1 -1
- data/docs/Tasker/Types/EngineConfig.html +1 -1
- data/docs/Tasker/Types/ExecutionConfig.html +1 -1
- data/docs/Tasker/Types/GraphEdge.html +1 -1
- data/docs/Tasker/Types/GraphMetadata.html +1 -1
- data/docs/Tasker/Types/GraphNode.html +1 -1
- data/docs/Tasker/Types/HealthConfig.html +1 -1
- data/docs/Tasker/Types/StepSequence.html +1 -1
- data/docs/Tasker/Types/StepTemplate.html +1 -1
- data/docs/Tasker/Types/TaskRequest.html +1 -1
- data/docs/Tasker/Types/TelemetryConfig.html +1 -1
- data/docs/Tasker/Types.html +1 -1
- data/docs/Tasker/WorkflowStep/StepFinder.html +1 -1
- data/docs/Tasker/WorkflowStep.html +1 -1
- data/docs/Tasker/WorkflowStepEdge.html +1 -1
- data/docs/Tasker/WorkflowStepSerializer.html +1 -1
- data/docs/Tasker/WorkflowStepTransition/TransitionDescriptionFormatter.html +1 -1
- data/docs/Tasker/WorkflowStepTransition.html +1 -1
- data/docs/Tasker/WorkflowStepsController.html +1 -1
- data/docs/Tasker.html +5 -5
- data/docs/_index.html +21 -77
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +3 -7
- data/docs/index.html +3 -7
- data/docs/method_list.html +1105 -1433
- data/docs/top-level-namespace.html +1 -1
- data/lib/generators/tasker/templates/authorization_coordinator.rb.erb +0 -13
- data/lib/generators/tasker/templates/authorization_coordinator_spec.rb.erb +1 -7
- data/lib/tasker/authorization/resource_constants.rb +1 -2
- data/lib/tasker/authorization/resource_registry.rb +0 -7
- data/lib/tasker/version.rb +1 -1
- metadata +2 -9
- data/app/controllers/tasker/task_diagrams_controller.rb +0 -30
- data/app/models/tasker/diagram/edge.rb +0 -106
- data/app/models/tasker/diagram/flowchart.rb +0 -137
- data/app/models/tasker/diagram/node.rb +0 -99
- data/app/models/tasker/task_diagram.rb +0 -332
- data/app/views/tasker/task/_diagram.html.erb +0 -32
- data/docs/TASK_DIAGRAM.md +0 -252
data/docs/Tasker/Task.html
CHANGED
@@ -559,30 +559,6 @@
|
|
559
559
|
<p>Provides runtime dependency graph analysis Delegates to RuntimeGraphAnalyzer for graph-based analysis.</p>
|
560
560
|
</div></span>
|
561
561
|
|
562
|
-
</li>
|
563
|
-
|
564
|
-
|
565
|
-
<li class="public ">
|
566
|
-
<span class="summary_signature">
|
567
|
-
|
568
|
-
<a href="#diagram-instance_method" title="#diagram (instance method)">#<strong>diagram</strong>(base_url = nil) ⇒ Tasker::TaskDiagram </a>
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
</span>
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
<span class="summary_desc"><div class='inline'>
|
583
|
-
<p>Gets or creates a diagram representation of this task.</p>
|
584
|
-
</div></span>
|
585
|
-
|
586
562
|
</li>
|
587
563
|
|
588
564
|
|
@@ -813,6 +789,7 @@
|
|
813
789
|
<pre class="lines">
|
814
790
|
|
815
791
|
|
792
|
+
182
|
816
793
|
183
|
817
794
|
184
|
818
795
|
185
|
@@ -825,11 +802,10 @@
|
|
825
802
|
192
|
826
803
|
193
|
827
804
|
194
|
828
|
-
195
|
829
|
-
196</pre>
|
805
|
+
195</pre>
|
830
806
|
</td>
|
831
807
|
<td>
|
832
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
808
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 182</span>
|
833
809
|
|
834
810
|
<span class='id identifier rubyid_scope'>scope</span> <span class='symbol'>:active</span><span class='comma'>,</span> <span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span>
|
835
811
|
<span class='comment'># Active tasks are those with at least one workflow step whose most recent transition
|
@@ -946,16 +922,16 @@
|
|
946
922
|
<pre class="lines">
|
947
923
|
|
948
924
|
|
925
|
+
96
|
949
926
|
97
|
950
927
|
98
|
951
928
|
99
|
952
929
|
100
|
953
930
|
101
|
954
|
-
102
|
955
|
-
103</pre>
|
931
|
+
102</pre>
|
956
932
|
</td>
|
957
933
|
<td>
|
958
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
934
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 96</span>
|
959
935
|
|
960
936
|
<span class='id identifier rubyid_scope'>scope</span> <span class='symbol'>:by_annotation</span><span class='comma'>,</span>
|
961
937
|
<span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='op'>|</span>
|
@@ -1033,6 +1009,7 @@
|
|
1033
1009
|
<pre class="lines">
|
1034
1010
|
|
1035
1011
|
|
1012
|
+
109
|
1036
1013
|
110
|
1037
1014
|
111
|
1038
1015
|
112
|
@@ -1047,11 +1024,10 @@
|
|
1047
1024
|
121
|
1048
1025
|
122
|
1049
1026
|
123
|
1050
|
-
124
|
1051
|
-
125</pre>
|
1027
|
+
124</pre>
|
1052
1028
|
</td>
|
1053
1029
|
<td>
|
1054
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
1030
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 109</span>
|
1055
1031
|
|
1056
1032
|
<span class='id identifier rubyid_scope'>scope</span> <span class='symbol'>:by_current_state</span><span class='comma'>,</span>
|
1057
1033
|
<span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_state'>state</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='op'>|</span>
|
@@ -1138,15 +1114,15 @@
|
|
1138
1114
|
<pre class="lines">
|
1139
1115
|
|
1140
1116
|
|
1117
|
+
152
|
1141
1118
|
153
|
1142
1119
|
154
|
1143
1120
|
155
|
1144
1121
|
156
|
1145
|
-
157
|
1146
|
-
158</pre>
|
1122
|
+
157</pre>
|
1147
1123
|
</td>
|
1148
1124
|
<td>
|
1149
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
1125
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 152</span>
|
1150
1126
|
|
1151
1127
|
<span class='id identifier rubyid_scope'>scope</span> <span class='symbol'>:completed_since</span><span class='comma'>,</span> <span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_since_time'>since_time</span><span class='op'>|</span>
|
1152
1128
|
<span class='id identifier rubyid_joins'>joins</span><span class='lparen'>(</span><span class='label'>workflow_steps:</span> <span class='symbol'>:workflow_step_transitions</span><span class='rparen'>)</span>
|
@@ -1241,14 +1217,14 @@
|
|
1241
1217
|
<pre class="lines">
|
1242
1218
|
|
1243
1219
|
|
1220
|
+
239
|
1244
1221
|
240
|
1245
1222
|
241
|
1246
1223
|
242
|
1247
|
-
243
|
1248
|
-
244</pre>
|
1224
|
+
243</pre>
|
1249
1225
|
</td>
|
1250
1226
|
<td>
|
1251
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
1227
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 239</span>
|
1252
1228
|
|
1253
1229
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_create_with_defaults!'>create_with_defaults!</span><span class='lparen'>(</span><span class='id identifier rubyid_task_request'>task_request</span><span class='rparen'>)</span>
|
1254
1230
|
<span class='id identifier rubyid_task'>task</span> <span class='op'>=</span> <span class='id identifier rubyid_from_task_request'>from_task_request</span><span class='lparen'>(</span><span class='id identifier rubyid_task_request'>task_request</span><span class='rparen'>)</span>
|
@@ -1324,12 +1300,12 @@
|
|
1324
1300
|
<pre class="lines">
|
1325
1301
|
|
1326
1302
|
|
1303
|
+
143
|
1327
1304
|
144
|
1328
|
-
145
|
1329
|
-
146</pre>
|
1305
|
+
145</pre>
|
1330
1306
|
</td>
|
1331
1307
|
<td>
|
1332
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
1308
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 143</span>
|
1333
1309
|
|
1334
1310
|
<span class='id identifier rubyid_scope'>scope</span> <span class='symbol'>:created_since</span><span class='comma'>,</span> <span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_since_time'>since_time</span><span class='op'>|</span>
|
1335
1311
|
<span class='id identifier rubyid_where'>where</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tasker_tasks.created_at > ?</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_since_time'>since_time</span><span class='rparen'>)</span>
|
@@ -1403,6 +1379,7 @@
|
|
1403
1379
|
<pre class="lines">
|
1404
1380
|
|
1405
1381
|
|
1382
|
+
166
|
1406
1383
|
167
|
1407
1384
|
168
|
1408
1385
|
169
|
@@ -1412,11 +1389,10 @@
|
|
1412
1389
|
173
|
1413
1390
|
174
|
1414
1391
|
175
|
1415
|
-
176
|
1416
|
-
177</pre>
|
1392
|
+
176</pre>
|
1417
1393
|
</td>
|
1418
1394
|
<td>
|
1419
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
1395
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 166</span>
|
1420
1396
|
|
1421
1397
|
<span class='id identifier rubyid_scope'>scope</span> <span class='symbol'>:failed_since</span><span class='comma'>,</span> <span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_since_time'>since_time</span><span class='op'>|</span>
|
1422
1398
|
<span class='id identifier rubyid_joins'>joins</span><span class='lparen'>(</span><span class='heredoc_beg'><<-SQL</span><span class='period'>.</span><span class='id identifier rubyid_squish'>squish</span><span class='rparen'>)</span>
|
@@ -1498,6 +1474,7 @@
|
|
1498
1474
|
<pre class="lines">
|
1499
1475
|
|
1500
1476
|
|
1477
|
+
249
|
1501
1478
|
250
|
1502
1479
|
251
|
1503
1480
|
252
|
@@ -1508,11 +1485,10 @@
|
|
1508
1485
|
257
|
1509
1486
|
258
|
1510
1487
|
259
|
1511
|
-
260
|
1512
|
-
261</pre>
|
1488
|
+
260</pre>
|
1513
1489
|
</td>
|
1514
1490
|
<td>
|
1515
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
1491
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 249</span>
|
1516
1492
|
|
1517
1493
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_from_task_request'>from_task_request</span><span class='lparen'>(</span><span class='id identifier rubyid_task_request'>task_request</span><span class='rparen'>)</span>
|
1518
1494
|
<span class='id identifier rubyid_named_task'>named_task</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="NamedTask.html" title="Tasker::NamedTask (class)">NamedTask</a></span></span><span class='period'>.</span><span class='id identifier rubyid_find_or_create_by_full_name!'><span class='object_link'><a href="NamedTask.html#find_or_create_by_full_name!-class_method" title="Tasker::NamedTask.find_or_create_by_full_name! (method)">find_or_create_by_full_name!</a></span></span><span class='lparen'>(</span><span class='label'>name:</span> <span class='id identifier rubyid_task_request'>task_request</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span>
|
@@ -1595,6 +1571,7 @@
|
|
1595
1571
|
<pre class="lines">
|
1596
1572
|
|
1597
1573
|
|
1574
|
+
282
|
1598
1575
|
283
|
1599
1576
|
284
|
1600
1577
|
285
|
@@ -1605,11 +1582,10 @@
|
|
1605
1582
|
290
|
1606
1583
|
291
|
1607
1584
|
292
|
1608
|
-
293
|
1609
|
-
294</pre>
|
1585
|
+
293</pre>
|
1610
1586
|
</td>
|
1611
1587
|
<td>
|
1612
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
1588
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 282</span>
|
1613
1589
|
|
1614
1590
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_get_default_task_request_options'>get_default_task_request_options</span><span class='lparen'>(</span><span class='id identifier rubyid_named_task'>named_task</span><span class='rparen'>)</span>
|
1615
1591
|
<span class='lbrace'>{</span>
|
@@ -1692,6 +1668,7 @@
|
|
1692
1668
|
<pre class="lines">
|
1693
1669
|
|
1694
1670
|
|
1671
|
+
266
|
1695
1672
|
267
|
1696
1673
|
268
|
1697
1674
|
269
|
@@ -1701,11 +1678,10 @@
|
|
1701
1678
|
273
|
1702
1679
|
274
|
1703
1680
|
275
|
1704
|
-
276
|
1705
|
-
277</pre>
|
1681
|
+
276</pre>
|
1706
1682
|
</td>
|
1707
1683
|
<td>
|
1708
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
1684
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 266</span>
|
1709
1685
|
|
1710
1686
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_get_request_options'>get_request_options</span><span class='lparen'>(</span><span class='id identifier rubyid_task_request'>task_request</span><span class='rparen'>)</span>
|
1711
1687
|
<span class='lbrace'>{</span>
|
@@ -1787,13 +1763,13 @@
|
|
1787
1763
|
<pre class="lines">
|
1788
1764
|
|
1789
1765
|
|
1766
|
+
202
|
1790
1767
|
203
|
1791
1768
|
204
|
1792
|
-
205
|
1793
|
-
206</pre>
|
1769
|
+
205</pre>
|
1794
1770
|
</td>
|
1795
1771
|
<td>
|
1796
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
1772
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 202</span>
|
1797
1773
|
|
1798
1774
|
<span class='id identifier rubyid_scope'>scope</span> <span class='symbol'>:in_namespace</span><span class='comma'>,</span> <span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_namespace_name'>namespace_name</span><span class='op'>|</span>
|
1799
1775
|
<span class='id identifier rubyid_joins'>joins</span><span class='lparen'>(</span><span class='label'>named_task:</span> <span class='symbol'>:task_namespace</span><span class='rparen'>)</span>
|
@@ -1848,12 +1824,12 @@
|
|
1848
1824
|
<pre class="lines">
|
1849
1825
|
|
1850
1826
|
|
1827
|
+
230
|
1851
1828
|
231
|
1852
|
-
232
|
1853
|
-
233</pre>
|
1829
|
+
232</pre>
|
1854
1830
|
</td>
|
1855
1831
|
<td>
|
1856
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
1832
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 230</span>
|
1857
1833
|
|
1858
1834
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_unique_task_types_count'>unique_task_types_count</span>
|
1859
1835
|
<span class='id identifier rubyid_joins'>joins</span><span class='lparen'>(</span><span class='symbol'>:named_task</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_distinct'>distinct</span><span class='period'>.</span><span class='id identifier rubyid_count'>count</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tasker_named_tasks.name</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span>
|
@@ -1927,13 +1903,13 @@
|
|
1927
1903
|
<pre class="lines">
|
1928
1904
|
|
1929
1905
|
|
1906
|
+
212
|
1930
1907
|
213
|
1931
1908
|
214
|
1932
|
-
215
|
1933
|
-
216</pre>
|
1909
|
+
215</pre>
|
1934
1910
|
</td>
|
1935
1911
|
<td>
|
1936
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
1912
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 212</span>
|
1937
1913
|
|
1938
1914
|
<span class='id identifier rubyid_scope'>scope</span> <span class='symbol'>:with_task_name</span><span class='comma'>,</span> <span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_task_name'>task_name</span><span class='op'>|</span>
|
1939
1915
|
<span class='id identifier rubyid_joins'>joins</span><span class='lparen'>(</span><span class='symbol'>:named_task</span><span class='rparen'>)</span>
|
@@ -2008,13 +1984,13 @@
|
|
2008
1984
|
<pre class="lines">
|
2009
1985
|
|
2010
1986
|
|
1987
|
+
222
|
2011
1988
|
223
|
2012
1989
|
224
|
2013
|
-
225
|
2014
|
-
226</pre>
|
1990
|
+
225</pre>
|
2015
1991
|
</td>
|
2016
1992
|
<td>
|
2017
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
1993
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 222</span>
|
2018
1994
|
|
2019
1995
|
<span class='id identifier rubyid_scope'>scope</span> <span class='symbol'>:with_version</span><span class='comma'>,</span> <span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_version'>version</span><span class='op'>|</span>
|
2020
1996
|
<span class='id identifier rubyid_joins'>joins</span><span class='lparen'>(</span><span class='symbol'>:named_task</span><span class='rparen'>)</span>
|
@@ -2075,12 +2051,12 @@
|
|
2075
2051
|
<pre class="lines">
|
2076
2052
|
|
2077
2053
|
|
2078
|
-
|
2079
|
-
|
2080
|
-
|
2054
|
+
318
|
2055
|
+
319
|
2056
|
+
320</pre>
|
2081
2057
|
</td>
|
2082
2058
|
<td>
|
2083
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
2059
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 318</span>
|
2084
2060
|
|
2085
2061
|
<span class='kw'>def</span> <span class='id identifier rubyid_all_steps_complete?'>all_steps_complete?</span>
|
2086
2062
|
<span class='const'><span class='object_link'><a href="../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="StepReadinessStatus.html" title="Tasker::StepReadinessStatus (class)">StepReadinessStatus</a></span></span><span class='period'>.</span><span class='id identifier rubyid_all_steps_complete_for_task?'><span class='object_link'><a href="StepReadinessStatus.html#all_steps_complete_for_task%3F-class_method" title="Tasker::StepReadinessStatus.all_steps_complete_for_task? (method)">all_steps_complete_for_task?</a></span></span><span class='lparen'>(</span><span class='kw'>self</span><span class='rparen'>)</span>
|
@@ -2134,12 +2110,12 @@
|
|
2134
2110
|
<pre class="lines">
|
2135
2111
|
|
2136
2112
|
|
2137
|
-
|
2138
|
-
|
2139
|
-
|
2113
|
+
311
|
2114
|
+
312
|
2115
|
+
313</pre>
|
2140
2116
|
</td>
|
2141
2117
|
<td>
|
2142
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
2118
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 311</span>
|
2143
2119
|
|
2144
2120
|
<span class='kw'>def</span> <span class='id identifier rubyid_dependency_graph'>dependency_graph</span>
|
2145
2121
|
<span class='id identifier rubyid_runtime_analyzer'>runtime_analyzer</span><span class='period'>.</span><span class='id identifier rubyid_analyze'>analyze</span>
|
@@ -2147,87 +2123,6 @@
|
|
2147
2123
|
</td>
|
2148
2124
|
</tr>
|
2149
2125
|
</table>
|
2150
|
-
</div>
|
2151
|
-
|
2152
|
-
<div class="method_details ">
|
2153
|
-
<h3 class="signature " id="diagram-instance_method">
|
2154
|
-
|
2155
|
-
#<strong>diagram</strong>(base_url = nil) ⇒ <tt><span class='object_link'><a href="TaskDiagram.html" title="Tasker::TaskDiagram (class)">Tasker::TaskDiagram</a></span></tt>
|
2156
|
-
|
2157
|
-
|
2158
|
-
|
2159
|
-
|
2160
|
-
|
2161
|
-
</h3><div class="docstring">
|
2162
|
-
<div class="discussion">
|
2163
|
-
|
2164
|
-
<p>Gets or creates a diagram representation of this task</p>
|
2165
|
-
|
2166
|
-
|
2167
|
-
</div>
|
2168
|
-
</div>
|
2169
|
-
<div class="tags">
|
2170
|
-
<p class="tag_title">Parameters:</p>
|
2171
|
-
<ul class="param">
|
2172
|
-
|
2173
|
-
<li>
|
2174
|
-
|
2175
|
-
<span class='name'>base_url</span>
|
2176
|
-
|
2177
|
-
|
2178
|
-
<span class='type'>(<tt>String</tt>, <tt>nil</tt>)</span>
|
2179
|
-
|
2180
|
-
|
2181
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
2182
|
-
|
2183
|
-
|
2184
|
-
—
|
2185
|
-
<div class='inline'>
|
2186
|
-
<p>The base URL to use for links in the diagram, defaults to nil</p>
|
2187
|
-
</div>
|
2188
|
-
|
2189
|
-
</li>
|
2190
|
-
|
2191
|
-
</ul>
|
2192
|
-
|
2193
|
-
<p class="tag_title">Returns:</p>
|
2194
|
-
<ul class="return">
|
2195
|
-
|
2196
|
-
<li>
|
2197
|
-
|
2198
|
-
|
2199
|
-
<span class='type'>(<tt><span class='object_link'><a href="TaskDiagram.html" title="Tasker::TaskDiagram (class)">Tasker::TaskDiagram</a></span></tt>)</span>
|
2200
|
-
|
2201
|
-
|
2202
|
-
|
2203
|
-
—
|
2204
|
-
<div class='inline'>
|
2205
|
-
<p>The diagram representation of this task</p>
|
2206
|
-
</div>
|
2207
|
-
|
2208
|
-
</li>
|
2209
|
-
|
2210
|
-
</ul>
|
2211
|
-
|
2212
|
-
</div><table class="source_code">
|
2213
|
-
<tr>
|
2214
|
-
<td>
|
2215
|
-
<pre class="lines">
|
2216
|
-
|
2217
|
-
|
2218
|
-
308
|
2219
|
-
309
|
2220
|
-
310</pre>
|
2221
|
-
</td>
|
2222
|
-
<td>
|
2223
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 308</span>
|
2224
|
-
|
2225
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_diagram'>diagram</span><span class='lparen'>(</span><span class='id identifier rubyid_base_url'>base_url</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
2226
|
-
<span class='ivar'>@diagram</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="TaskDiagram.html" title="Tasker::TaskDiagram (class)">TaskDiagram</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="TaskDiagram.html#initialize-instance_method" title="Tasker::TaskDiagram#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='kw'>self</span><span class='comma'>,</span> <span class='id identifier rubyid_base_url'>base_url</span><span class='rparen'>)</span>
|
2227
|
-
<span class='kw'>end</span></pre>
|
2228
|
-
</td>
|
2229
|
-
</tr>
|
2230
|
-
</table>
|
2231
2126
|
</div>
|
2232
2127
|
|
2233
2128
|
<div class="method_details ">
|
@@ -2294,12 +2189,12 @@
|
|
2294
2189
|
<pre class="lines">
|
2295
2190
|
|
2296
2191
|
|
2192
|
+
299
|
2297
2193
|
300
|
2298
|
-
301
|
2299
|
-
302</pre>
|
2194
|
+
301</pre>
|
2300
2195
|
</td>
|
2301
2196
|
<td>
|
2302
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
2197
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 299</span>
|
2303
2198
|
|
2304
2199
|
<span class='kw'>def</span> <span class='id identifier rubyid_get_step_by_name'>get_step_by_name</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
|
2305
2200
|
<span class='id identifier rubyid_workflow_steps'>workflow_steps</span><span class='period'>.</span><span class='id identifier rubyid_includes'>includes</span><span class='lparen'>(</span><span class='symbol'>:named_step</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_where'>where</span><span class='lparen'>(</span><span class='label'>named_step:</span> <span class='lbrace'>{</span> <span class='label'>name:</span> <span class='id identifier rubyid_name'>name</span> <span class='rbrace'>}</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span>
|
@@ -2324,19 +2219,17 @@
|
|
2324
2219
|
<pre class="lines">
|
2325
2220
|
|
2326
2221
|
|
2327
|
-
|
2328
|
-
|
2329
|
-
|
2330
|
-
|
2331
|
-
339</pre>
|
2222
|
+
326
|
2223
|
+
327
|
2224
|
+
328
|
2225
|
+
329</pre>
|
2332
2226
|
</td>
|
2333
2227
|
<td>
|
2334
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
2228
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 326</span>
|
2335
2229
|
|
2336
2230
|
<span class='kw'>def</span> <span class='id identifier rubyid_reload'>reload</span>
|
2337
2231
|
<span class='kw'>super</span>
|
2338
2232
|
<span class='ivar'>@task_execution_context</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
2339
|
-
<span class='ivar'>@diagram</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
2340
2233
|
<span class='kw'>end</span></pre>
|
2341
2234
|
</td>
|
2342
2235
|
</tr>
|
@@ -2358,12 +2251,12 @@
|
|
2358
2251
|
<pre class="lines">
|
2359
2252
|
|
2360
2253
|
|
2361
|
-
|
2362
|
-
|
2363
|
-
|
2254
|
+
303
|
2255
|
+
304
|
2256
|
+
305</pre>
|
2364
2257
|
</td>
|
2365
2258
|
<td>
|
2366
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
2259
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 303</span>
|
2367
2260
|
|
2368
2261
|
<span class='kw'>def</span> <span class='id identifier rubyid_runtime_analyzer'>runtime_analyzer</span>
|
2369
2262
|
<span class='ivar'>@runtime_analyzer</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Analysis.html" title="Tasker::Analysis (module)">Analysis</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Analysis/RuntimeGraphAnalyzer.html" title="Tasker::Analysis::RuntimeGraphAnalyzer (class)">RuntimeGraphAnalyzer</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Analysis/RuntimeGraphAnalyzer.html#initialize-instance_method" title="Tasker::Analysis::RuntimeGraphAnalyzer#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>task:</span> <span class='kw'>self</span><span class='rparen'>)</span>
|
@@ -2399,16 +2292,16 @@
|
|
2399
2292
|
<pre class="lines">
|
2400
2293
|
|
2401
2294
|
|
2295
|
+
70
|
2402
2296
|
71
|
2403
2297
|
72
|
2404
2298
|
73
|
2405
2299
|
74
|
2406
2300
|
75
|
2407
|
-
76
|
2408
|
-
77</pre>
|
2301
|
+
76</pre>
|
2409
2302
|
</td>
|
2410
2303
|
<td>
|
2411
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
2304
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 70</span>
|
2412
2305
|
|
2413
2306
|
<span class='kw'>def</span> <span class='id identifier rubyid_state_machine'>state_machine</span>
|
2414
2307
|
<span class='ivar'>@state_machine</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="StateMachine.html" title="Tasker::StateMachine (module)">StateMachine</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="StateMachine/TaskStateMachine.html" title="Tasker::StateMachine::TaskStateMachine (class)">TaskStateMachine</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span>
|
@@ -2448,6 +2341,7 @@
|
|
2448
2341
|
<pre class="lines">
|
2449
2342
|
|
2450
2343
|
|
2344
|
+
79
|
2451
2345
|
80
|
2452
2346
|
81
|
2453
2347
|
82
|
@@ -2455,11 +2349,10 @@
|
|
2455
2349
|
84
|
2456
2350
|
85
|
2457
2351
|
86
|
2458
|
-
87
|
2459
|
-
88</pre>
|
2352
|
+
87</pre>
|
2460
2353
|
</td>
|
2461
2354
|
<td>
|
2462
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
2355
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 79</span>
|
2463
2356
|
|
2464
2357
|
<span class='kw'>def</span> <span class='id identifier rubyid_status'>status</span>
|
2465
2358
|
<span class='kw'>if</span> <span class='id identifier rubyid_new_record?'>new_record?</span>
|
@@ -2490,12 +2383,12 @@
|
|
2490
2383
|
<pre class="lines">
|
2491
2384
|
|
2492
2385
|
|
2493
|
-
|
2494
|
-
|
2495
|
-
|
2386
|
+
322
|
2387
|
+
323
|
2388
|
+
324</pre>
|
2496
2389
|
</td>
|
2497
2390
|
<td>
|
2498
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
2391
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 322</span>
|
2499
2392
|
|
2500
2393
|
<span class='kw'>def</span> <span class='id identifier rubyid_task_execution_context'>task_execution_context</span>
|
2501
2394
|
<span class='ivar'>@task_execution_context</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="TaskExecutionContext.html" title="Tasker::TaskExecutionContext (class)">TaskExecutionContext</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="TaskExecutionContext.html#initialize-instance_method" title="Tasker::TaskExecutionContext#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_task_id'>task_id</span><span class='rparen'>)</span>
|
@@ -2549,15 +2442,15 @@
|
|
2549
2442
|
<pre class="lines">
|
2550
2443
|
|
2551
2444
|
|
2445
|
+
129
|
2552
2446
|
130
|
2553
2447
|
131
|
2554
2448
|
132
|
2555
2449
|
133
|
2556
|
-
134
|
2557
|
-
135</pre>
|
2450
|
+
134</pre>
|
2558
2451
|
</td>
|
2559
2452
|
<td>
|
2560
|
-
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line
|
2453
|
+
<pre class="code"><span class="info file"># File 'app/models/tasker/task.rb', line 129</span>
|
2561
2454
|
|
2562
2455
|
<span class='id identifier rubyid_scope'>scope</span> <span class='symbol'>:with_all_associated</span><span class='comma'>,</span> <span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span>
|
2563
2456
|
<span class='id identifier rubyid_includes'>includes</span><span class='lparen'>(</span><span class='label'>named_task:</span> <span class='lbracket'>[</span><span class='symbol'>:task_namespace</span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
@@ -2575,7 +2468,7 @@
|
|
2575
2468
|
</div>
|
2576
2469
|
|
2577
2470
|
<div id="footer">
|
2578
|
-
Generated on Thu Jul 3
|
2471
|
+
Generated on Thu Jul 3 20:27:33 2025 by
|
2579
2472
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2580
2473
|
0.9.37 (ruby-3.2.4).
|
2581
2474
|
</div>
|
@@ -127,7 +127,7 @@
|
|
127
127
|
</div>
|
128
128
|
|
129
129
|
<div id="footer">
|
130
|
-
Generated on Thu Jul 3
|
130
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
131
131
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
132
132
|
0.9.37 (ruby-3.2.4).
|
133
133
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on Thu Jul 3
|
117
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
118
118
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
119
|
0.9.37 (ruby-3.2.4).
|
120
120
|
</div>
|
@@ -254,7 +254,7 @@
|
|
254
254
|
</div>
|
255
255
|
|
256
256
|
<div id="footer">
|
257
|
-
Generated on Thu Jul 3
|
257
|
+
Generated on Thu Jul 3 20:27:33 2025 by
|
258
258
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
259
259
|
0.9.37 (ruby-3.2.4).
|
260
260
|
</div>
|
@@ -254,7 +254,7 @@
|
|
254
254
|
</div>
|
255
255
|
|
256
256
|
<div id="footer">
|
257
|
-
Generated on Thu Jul 3
|
257
|
+
Generated on Thu Jul 3 20:27:33 2025 by
|
258
258
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
259
259
|
0.9.37 (ruby-3.2.4).
|
260
260
|
</div>
|
@@ -754,7 +754,7 @@
|
|
754
754
|
</div>
|
755
755
|
|
756
756
|
<div id="footer">
|
757
|
-
Generated on Thu Jul 3
|
757
|
+
Generated on Thu Jul 3 20:27:33 2025 by
|
758
758
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
759
759
|
0.9.37 (ruby-3.2.4).
|
760
760
|
</div>
|
@@ -459,7 +459,7 @@
|
|
459
459
|
</div>
|
460
460
|
|
461
461
|
<div id="footer">
|
462
|
-
Generated on Thu Jul 3
|
462
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
463
463
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
464
464
|
0.9.37 (ruby-3.2.4).
|
465
465
|
</div>
|
@@ -228,7 +228,7 @@
|
|
228
228
|
</div>
|
229
229
|
|
230
230
|
<div id="footer">
|
231
|
-
Generated on Thu Jul 3
|
231
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
232
232
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
233
233
|
0.9.37 (ruby-3.2.4).
|
234
234
|
</div>
|