Summary
Job Event Listener
Description
Waits for an event that matches the topic and schema, can use job variables.
Route
No Northbound API Available
Roles
Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| job_id | string | yes | The Job ID | 
| source | string | yes | The source that will provide the topic | 
| topic | string | yes | The event topic | 
| schema | object | yes | Valid json schema that should uniquely identify an event | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| result | object | The payload of the captured event |