Page tree

Provides default user to task associations

Deprecated

URL:

/editor/userassocdefault/[ID]

Available Methods:

GET / POST / PUT / DELETE

Specialities:

After task post action, all matching defaults (workflow, customerId, sourceLang and targetLang) will be auto assigned to the task.

Actual:

URL:

/editor/customers/:customerId/workflow/:workflow/default-job/[ID]

Available Methods:

GET / POST / PUT / DELETE

Specialities:

After task post action, all matching defaults (workflow, customerId, sourceLang and targetLang) will be auto assigned to the task.

Resource Layout

Name

Type

Info (each row is unique for customerId, sourceLang, targetLang, userGuid, workflowStepName, workflow.)

id

int

GET only

customerIdintThe customer for which the default user should be assigned. PUT|POST deprecated. Should be provided in query
sourceLangintPUT|POST The source language(langauge id or rfc5646) of the task for which this default should be assigned
targetLangintPUT|POST The target language(langauge id or rfc5646) of the task for which this default should be assigned
userGuidguidPUT|POST The user guid which will be assigned to the matching task
workflowStepNamestringPUT|POST The workflow step which will be assigned to the defined user
workflowstringWorkflow for the defined default. PUT|POST deprecated. Should be provided in query
deadlineDatefloatPUT|POST Same value as the system configuration deadline date (matching the workflowStepName and worklfow).
typeint1 - Editor job, 2 - Coordinator group job
groupIdint|nullGET only. ID of Coordinator group if this is Coordinator group job or null. Use with caution, may be removed in next versions
isCoordinatorGroupJobboolGET only. Indicates if current job is Coordinator group job. Use with caution, may be removed in next versions
  • No labels