AssemblyLine Sequence

You can use the AssemblyLine Sequence to run AssemblyLines together with a minimum of conditional capabilities.

Use the Configuration Editor user interface to create and run AssemblyLine Sequence. To create an AssemblyLine Sequence, click File ->New ->Sequence.

You can also use a script to start the AssemblyLine Sequence as shown in the following example.
main.startSequence("MySequence"); 
Where, mySequence is the name of your AssemblyLine Sequence.

You can also use the IBM® Security Directory Integrator Scheduler to start an AssemblyLine Sequence.

In the Configuration Editor, click the:
  • Add AssemblyLine button to add an AssemblyLine to the sequence.
  • Add Script button to add a script.
  • Delete button to remove an AssemblyLine or script from the sequence.
  • Log button to open a window for configuring logging.
  • Run in console button to run the AssemblyLine Sequence from Configuration Editor.

To restart or edit a Sequence, in the Navigator panel on the left side of the Configuration Editor window, double-click the AssemblyLine Sequence to be edited under Project ->Resources ->Sequence.