Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.75 KB

RenderingTask.md

File metadata and controls

23 lines (20 loc) · 1.75 KB

# RenderingTask

Properties

Name Type Description Notes
processing_timeout int Task processing timeout [optional]
max_auto_retry_count int Task processing maximum allowed automatic retry count [optional]
auto_retry_count int This value indicates current automatic retry count [optional]
description string Rendering task description [optional]
id string Rendering task identifier [optional]
name string Rendering task name. It should be unique within job task list [optional]
namespace string Rendering task namespace. Used to find appropriate task processor [optional]
type string Rendering task type. Used to find appropriate task processor /// [optional]
input_artifacts string[] Input artifacts alias list. Defines task arguments which should be taken from artifacts storage [optional]
parameters array<string,mixed> Task processing paramaeters [optional]
output_artifacts string[] Output artifacts alias list. Defines task results which should be saved in artifacts storage [optional]
final_artifacts string[] Final artifacts alias list. Defines which task results should be included in job results [optional]
status \Aurigma\RenderingService\Model\RenderingTaskStatus [optional]
started \DateTime Rendering task launch time stamp [optional]
finished \DateTime Rendering task completion time stamp [optional]

[Back to Model list] [Back to API list] [Back to README]