Explain about precedence constraint in SISS

devquora
devquora

Posted On: Feb 22, 2018

 

In any coding language or back-end application, a task is executed only after satisfying a set of parameters. Only then the task is assigned on a path that is suitable to complete the given command. In SISS too there are parameters that define the path of a task. A precedence constraint is a task sequence that is defined by a logical statement or a command. It is in this sequence a task is being performed. We can also use a connector to connect these tasks and precedence constraints.

  • Completion

It is mandatory for the preceding container to get executed completely. The result may be a success or a failure. Only when it is completed, the current workflow starts preceding.

  • Success

If the preceding container has completed execution and is also successful, then it is represented by a green line.

  • Failure

When the preceding container is executed but failed then it is marked with a red line.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    SISS Interview Questions

    Name the important components of the SISS package

    The components in SISS include the data flow, control flow, package explorer, and event handler. All of these components come in the package after installing the SISS application from Microsoft..

    SISS Interview Questions

    Tell about the SISS package

    The SISS package is available for installation online and it is an organized set of connections. These connections include event handlers, data flow elements, control events, variables, parameters, an..

    SISS Interview Questions

    What is the type of containers that can be used in the SISS package?

    Containers are helpful in grouping different tasks together. Each one of them has a purpose that helps in performing various tasks...