WorkflowStep.in_

Defines the input parameters of the workflow step. The process is ready to run when all required input parameters are associated with concrete values. Input parameters include a schema for each parameter which is used to validate the input object. It may also be used build a user interface for constructing the input object.

class WorkflowStep
@idMap("id", "source")
WorkflowStepInput[] in_;

Meta