Method | Description | |
---|---|---|
AddFrameworkJob ( string jobName, IWorkflowMessage message ) : void |
Add a job for the framework to process
|
|
GetActiveQueue ( |
Get the currently active Queue to pickup or deliver messages
|
|
ReAddFrameworkJob ( string jobName, IWorkflowMessage message ) : void |
Re adds a Job that ran in the past for re processing This will make sure to ignore any "DependsOn" rules and will only run active steps
|
Method | Description | |
---|---|---|
AddFrameworkError ( |
Add a message containing the error to the error queue and the original message to the poison queue
|
|
AddFrameworkJobComplete ( |
public static AddFrameworkJob ( string jobName, IWorkflowMessage message ) : void | ||
jobName | string | The name of the job in the framework's workflow file |
message | IWorkflowMessage | A class containing the message data |
return | void |
public static GetActiveQueue ( |
||
processorJob | The current loaded configuration | |
queueOperationType | QueueOperationType | The type of operation to execute on the Queue |
return |
public static ReAddFrameworkJob ( string jobName, IWorkflowMessage message ) : void | ||
jobName | string | The name of the job in the framework's workflow file |
message | IWorkflowMessage | A class containing the message data |
return | void |