You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "workflow.h"
|
|
|
|
unsigned short g_single_function_flow_table[] = {10000, 10001};
|
|
int g_chain_length = 2;
|
|
int g_execution_index = 0;
|
|
|