runJob
TherunJob
function starts a job for the provided tenantId
, flowId
, and connectorId
.
Parameters:
- tenantId:
string
- A string identifier for the tenant.
- flowId:
string
- A string identifier for the flow.
- connectorId:
string
- A string identifier for the connector.
- jobType:
'write' | 'read
(optional)- For bidirectional flows only, specify job type, either ‘write’ or ‘read’.
- startDate:
string
(optional)- An optional date string to specify the start date of the job.