Files
blender-portable-repo/scripts/addons/flamenco/manager/docs/SubmittedJob.md
T
2026-03-17 15:25:32 -06:00

2.1 KiB

SubmittedJob

Job definition submitted to Flamenco.

Properties

Name Type Description Notes
name str
type str
submitter_platform str Operating system of the submitter. This is used to recognise two-way variables. This should be a lower-case version of the platform, like "linux", "windows", "darwin", "openbsd", etc. Should be ompatible with Go's `runtime.GOOS`; run `go tool dist list` to get a list of possible platforms. As a special case, the platform "manager" can be given, which will be interpreted as "the Manager's platform". This is mostly to make test/debug scripts easier, as they can use a static document on all platforms.
priority int defaults to 50
type_etag str Hash of the job type, copied from the `AvailableJobType.etag` property of the job type. The job will be rejected if this field doesn't match the actual job type on the Manager. This prevents job submission with old settings, after the job compiler script has been updated. If this field is omitted, the check is bypassed. [optional]
settings JobSettings [optional]
metadata JobMetadata [optional]
storage JobStorageInfo [optional]
worker_tag str Worker tag that should execute this job. When a tag ID is given, only Workers in that tag will be scheduled to work on it. If empty or omitted, all workers can work on this job. [optional]
initial_status JobStatus [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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