v1.0.0-alpha2
Pre-release
Pre-release
What's Changed
- Fixed
WorkflowCompletedEventV1by adding a newoutputproperty by @cdavernas in #398 - Fixed the
AuthorizationInfoto resolve referenced authentication policies by @cdavernas in #399 - Fixed
TaskExecutorimplementations to not dispose of child executors - Fixed the
TaskExecutorto catch uncaught initialization and execution exceptions, thus enabling faulting the processed task - Misc. dashboard improvements by @JBBianchi in #401
- Fixed the TaskExecutor to evaluate
export.asagainst the task transformed output instead of context data by @cdavernas in #402 - Fixed the operator to use
IOptionsMonitorinstead ofIOptionsto access theOperatorOptionsby @cdavernas in #403 - Fixed the
OpenApiCallProcessorto interpolate and evaluate the document endpoint URI by @cdavernas in #404 - Fixed the
WorkflowExecutorandDoTaskExecutorto ignore the flow directive of skipped tasks by @cdavernas in #406
Full Changelog: v1.0.0-alpha1...v1.0.0-alpha2