app-workflow_engine

On this page:

watchJob

Summary

Watch a Job

Description

Add current user to a job's watchers list.

Route

PUT /workflow_engine/job/:job_id/watch

Roles

admin apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
job_id string yes ID of the job to watch.

Return

DetailsExampleSchema
Name Type Description
username string User id added to the watchers list.