What is the generic Input component used for in a Joblet design?
The generic Input component used for in a Joblet design is the tJobletInput component. This component is used to carry data into a Joblet from another component in the job that contains the Joblet. A Joblet is a reusable piece of a job that can be used in multiple jobs as a single component. A Joblet can have one or more input and output flows that connect it with other components in a job. To create these flows, you need to use generic input and output components, such as tJobletInput, tJobletOutput, tJobletTriggerInput, and tJobletTriggerOutput. These components allow you to define schemas and triggers for your Joblet without depending on specific components.
Currently there are no comments in this discussion, be the first to comment!