Interface: JobPayloadMisc
A collection of miscellaneous parameters.
Export
JobPayloadMisc
Properties
workflow?
optional
workflow:string
The workflow ID of the webhook that listens to Model Derivative events. It must be 36 characters or less and can only contain alphanumeric characters (A-Z, 0-9) and hyphens (-).
Memberof
JobPayloadMisc
Defined in
aps-sdk-node/modelderivative/source/model/jobPayloadMisc.ts:14
workflowAttribute?
optional
workflowAttribute:object
A user-defined JSON object, which you can use to set some custom workflow information. It must be less than 1KB and is ignored ifmisc.workflow
is not specified.
Memberof
JobPayloadMisc
Defined in
aps-sdk-node/modelderivative/source/model/jobPayloadMisc.ts:20