UNPKG

@haystacks/async

Version:

A framework to build any number or any kind of native application or automation solution.

29 lines (28 loc) 5.4 kB
<?xml version="1.0" encoding="UTF-8"?><CommandWorkflows> <Workflow Name="workflow1" Value="commandSequencer echoCommand customEchoCommand"/> <Workflow Name="workflow2" Value="commandSequencer customEchoCommand echoCommand"/> <Workflow Name="bossPanicWorkflow1" Value="bossPanic 0 100 20 15"/> <Workflow Name="bossPanicWorkflow2" Value="bossPanic 100 100 25 20"/> <Workflow Name="bossPanicWorkflow3" Value="bossPanic 25 50 30 20"/> <Workflow Name="bossPanicWorkflow4" Value="bossPanic 400 200 30 25"/> <Workflow Name="bossPanicWorkflow5" Value="bossPanic 0 200 30 5 True"/> <Workflow Name="bossPanicWorkflow6" Value="bossPanic 0 200 30 5 True 25"/> <Workflow Name="mostPopularNumber" Value="businessRule mostPopularNumber 1 2 2 3 4 5 2"/> <Workflow Name="isAlmostPalindrome" Value="businessRule isAlmostPalindrome annae"/> <Workflow Name="threePointAverage" Value="businessRule threePointAverage [1,1] [2,2] [3,3]"/> <Workflow Name="arrayCounter" Value="businessRule arrayCounter 3 [1,2,3,3,2]"/> <Workflow Name="allClientBusinessRules" Value="commandSequencer workflow,mostPopularNumber workflow,isAlmostPalindrome workflow,threePointAverage workflow,arrayCounter"/> <Workflow Name="allClientAndFrameworkBusinessRules" Value="commandSequencer workflow,allSystemWorkflows workflow,allClientBusinessRules"/> <Workflow Name="DefaultThemeDemo" Value="cmdSeq changeDebugConfigTheme,Default wrkflo,executeCommandEnable,true wrkflo,auxiliaryArrayParsingEnable,true wrkflo,commandArrayParsingEnable,true wrkflo,constantArrayParsingEnable,true wrkflo,dataArrayParsingEnable,true wrkflo,pathArrayParsingEnable,true wrkflo,wordArrayParsingEnable,true wrkflo,auxiliaryStringParsingEnable,true wrkflo,characterStringParsingEnable,true wrkflo,commandStringParsingEnable,true wrkflo,constantStringParsingEnable,true wrkflo,dataStringParsingEnable,true wrkflo,fileStringParsingEnable,true wrkflo,stringGenerationEnable,true wrkflo,allClientAndFrameworkBusinessRules"/> <Workflow Name="SkywalkerThemeDemo" Value="cmdSeq changeDebugConfigTheme,Skywalker wrkflo,executeCommandEnable,true wrkflo,auxiliaryArrayParsingEnable,true wrkflo,commandArrayParsingEnable,true wrkflo,constantArrayParsingEnable,true wrkflo,dataArrayParsingEnable,true wrkflo,pathArrayParsingEnable,true wrkflo,wordArrayParsingEnable,true wrkflo,auxiliaryStringParsingEnable,true wrkflo,characterStringParsingEnable,true wrkflo,commandStringParsingEnable,true wrkflo,constantStringParsingEnable,true wrkflo,dataStringParsingEnable,true wrkflo,fileStringParsingEnable,true wrkflo,stringGenerationEnable,true wrkflo,allClientAndFrameworkBusinessRules"/> <Workflow Name="VaderThemeDemo" Value="cmdSeq changeDebugConfigTheme,Vader wrkflo,executeCommandEnable,true wrkflo,auxiliaryArrayParsingEnable,true wrkflo,commandArrayParsingEnable,true wrkflo,constantArrayParsingEnable,true wrkflo,dataArrayParsingEnable,true wrkflo,pathArrayParsingEnable,true wrkflo,wordArrayParsingEnable,true wrkflo,auxiliaryStringParsingEnable,true wrkflo,characterStringParsingEnable,true wrkflo,commandStringParsingEnable,true wrkflo,constantStringParsingEnable,true wrkflo,dataStringParsingEnable,true wrkflo,fileStringParsingEnable,true wrkflo,stringGenerationEnable,true wrkflo,allClientAndFrameworkBusinessRules"/> <Workflow Name="MatrixThemeDemo" Value="cmdSeq changeDebugConfigTheme,Matrix wrkflo,executeCommandEnable,true wrkflo,auxiliaryArrayParsingEnable,true wrkflo,commandArrayParsingEnable,true wrkflo,constantArrayParsingEnable,true wrkflo,dataArrayParsingEnable,true wrkflo,pathArrayParsingEnable,true wrkflo,wordArrayParsingEnable,true wrkflo,auxiliaryStringParsingEnable,true wrkflo,characterStringParsingEnable,true wrkflo,commandStringParsingEnable,true wrkflo,constantStringParsingEnable,true wrkflo,dataStringParsingEnable,true wrkflo,fileStringParsingEnable,true wrkflo,stringGenerationEnable,true wrkflo,allClientAndFrameworkBusinessRules"/> <Workflow Name="TronThemeDemo" Value="cmdSeq changeDebugConfigTheme,Tron wrkflo,executeCommandEnable,true wrkflo,auxiliaryArrayParsingEnable,true wrkflo,commandArrayParsingEnable,true wrkflo,constantArrayParsingEnable,true wrkflo,dataArrayParsingEnable,true wrkflo,pathArrayParsingEnable,true wrkflo,wordArrayParsingEnable,true wrkflo,auxiliaryStringParsingEnable,true wrkflo,characterStringParsingEnable,true wrkflo,commandStringParsingEnable,true wrkflo,constantStringParsingEnable,true wrkflo,dataStringParsingEnable,true wrkflo,fileStringParsingEnable,true wrkflo,stringGenerationEnable,true wrkflo,allClientAndFrameworkBusinessRules"/> <Workflow Name="DemoAllThemes" Value="cmdSeq wrkflo,DefaultThemeDemo wrkflo,SkywalkerThemeDemo wrkflo,VaderThemeDemo wrkflo,MatrixThemeDemo wrkflo,TronThemeDemo changeDebugConfigTheme,Default wrkflo,disableAllDebugging"/> <Workflow Name="TestCommandSequence1" Value="cmdSeq command01 command02"/> <Workflow Name="TestCommandSequence2" Value="cmdSeq command03 command04"/> <Workflow Name="TestCommandSequence3" Value="cmdSeq command05 command06"/> <Workflow Name="TestCommandSequence4" Value="cmdSeq command07 command08"/> <Workflow Name="TestCommandSequence5" Value="cmdSeq command09 command10"/> <Workflow Name="TestCommandSequenceALL" Value="cmdSeq wrkflo,TestCommandSequence1 wrkflo,TestCommandSequence2 wrkflo,TestCommandSequence3 wrkflo,TestCommandSequence4 wrkflo,TestCommandSequence5"/> </CommandWorkflows>