Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 411 Bytes

PortRequired.md

File metadata and controls

13 lines (6 loc) · 411 Bytes

PortRequired

Subtype of port. Represents a communication port that the task requires from other (downstream) tasks.

Properties

Name Type Description Notes
isMandatory Boolean States if an instance of a downstream tasks needs to be already started (true), or if the task can start without a downstream task (false).