Class: BatchJob
A link to a built-in batch job. Batch jobs can be used to perform operations on a set of workflows (e.g. terminate, signal, cancel, etc). This link can be put on workflow history events generated by actions taken by a batch job.
Properties
jobId
• jobId: string
BatchJob jobId.
Methods
toJSON
▸ toJSON(): Object
Converts this BatchJob to JSON.
Returns
Object
JSON object
create
▸ create(properties?): BatchJob & $Properties
Creates a new BatchJob instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
BatchJob instance