📄️ Logic Context - C Sharp
A logic context object would be passed to LOC logic during execution, which contains the following important data:
📄️ Logic Error - C Sharp
If an unhandled error had been thrown in the task, an error object would be passed to the logic and all subsequential ones. The object is an instance of Exception in C#.
📄️ Task Metadata - C Sharp
A task object contains task and execution metadata.