|
c828b7245d
|
Remove redundant step args from log
[MAILPOET-4463]
|
2022-09-14 08:51:53 +02:00 |
|
|
f126bdb2b9
|
Only allow a single error per log
[MAILPOET-4463]
|
2022-09-14 08:51:53 +02:00 |
|
|
8cbbe5aa6e
|
Use Throwable instead of \Exception
[MAILPOET-4463]
|
2022-09-14 08:51:53 +02:00 |
|
|
2c2f15a562
|
Use completedAt timestamp for success and failures
[MAILPOET-4463]
|
2022-09-14 08:51:53 +02:00 |
|
|
57cf547a8a
|
Only expose log in post-step hook
The log has step ID and workflow run ID in case an integration needs to
retrieve them.
[MAILPOET-4463]
|
2022-09-14 08:51:53 +02:00 |
|
|
6f8edfaec4
|
Make workflow run logs immutable
[MAILPOET-4463]
|
2022-09-14 08:51:53 +02:00 |
|
|
cdeea173b9
|
Add logging of workflow steps
[MAILPOET-4463]
|
2022-09-14 08:51:53 +02:00 |
|
|
ea9a410e70
|
Simplify condition
[MAILPOET-4523]
|
2022-09-12 14:40:36 -05:00 |
|
|
6d91251d6c
|
Update workflow execution control to the new format
[MAILPOET-4523]
|
2022-09-12 14:40:36 -05:00 |
|
|
0d1b51c7ba
|
Query a workflow in a specific version in the StepHandler
The StepHandler must run a specific version of a workflow. Therefore, we need to
query this specific Workflow.
[MAILPOET-4430]
|
2022-08-10 16:57:25 +02:00 |
|
|
4aa323b612
|
Extract data-carrying classes to dedicated namespace
We need a separation of "Step" as an interface vs. "Step" as a serializable data structure.
[MAILPOET-4515]
|
2022-08-08 13:23:57 +02:00 |
|
|
fbd27afedf
|
Move step runner interface to the control namespace
[MAILPOET-4515]
|
2022-08-08 13:23:57 +02:00 |
|
|
ca308321fd
|
Rename step runner to handler (free the name to step runner interface)
[MAILPOET-4515]
|
2022-08-08 13:23:57 +02:00 |
|