How Do Sequential Function Charts Work?
SFCs are built in the Designer, and executed on the Gateway, so they run independently of any Clients. They make use of both Python and Ignition's Expression language, so any number of tasks are possible from a single chart. A single SFC in Ignition can be called multiple times. Parameters can also be passed into a chart as it starts, so multiple instances can work on separate tasks individually.
Simple Visual interface
Charts elements are drag-and-drop, and work similarly to the components you are used to using in the rest of Ignition.

Chart Elements
Charts are comprised of elements, and these element perform the work in a SFC. Each element does something different, but they generally serve to either control the flow of the chart, or execute one or more Python scripts.

Chart Flow
Charts always flow in the same way. They start at their begin step, and the logic of the chart typically flows from the top to the bottom, however charts are able to loop back to previous steps. Doing so allows for looping logic to be built directly into the chart. Flow of the chart can be halted by a transition element. The state of the transition can update in realtime, so a chart can pause until a user approves the chart to move on.

Monitor Chart Activity
Simple HMI interfaces can be developed to manage the SFC. An SFC can be started with a simple button or it can be managed with the Vision - SFC Monitor component.

SFC Redundancy
Sequential Function Charts support redundant Gateway clusters and will persist over gateway failovers using the Redundancy Sync property. A Backup Gateway will now pick up where the Master left off, or the chart can be canceled, restarted, or even set to run at a different step.