William Sossamon
William Sossamon
Job with multiple steps, where each step is treated as an item processed in a job. Steps are configured in the constructor and executed in order. ``` public class JobWithSteps...
When an exception is thrown in Initialize: ``` Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at Runly.ResultLog.ToString() at System.IO.TextWriter.WriteLine(Object value) at System.IO.TextWriter.SyncTextWriter.WriteLine(Object value) at...
Update the donet config with changes made in the nodejs lib.
To reproduce: 1. Queue a job and let it start. 2. Sever its connection to the API. 3. Wait for it to timeout on the server. 4. Restore the connection....
When a process type cannot be found, throw an exception/alert the users to the issue.
When one process runs as a result of another process completing, match fields from the output of the first process with the config of the second and copy data (possibly...