The ScheduleWorkflow activity can be included inside a workflow to schedule the execution of a sequential workflow in Back4.
Here is an example of a ScheduleWorkflow activity in a workflow:
<ScheduleWorkflow
x:Name="scheduleAudioPreview"
Priority="0"
WFName="createAudioPreview"
ObjIds="{wf:ActivityBind xmpAudio, IdsOut}" />
See also