You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can get the running Status with API call, but getting the last status with api call is impossible.
we would need to list every execution and after get the inputs. this is fine for RUNNING as they should be around 0. but the rest will go to a large number.
Using DynamoDB could work here. With a lambda function triggered on Step function we write: model, scenario, arn, STATUS.
As there is only a primaryKey maybe key = model/scenario. and thi gives us {arn:'...', STATUS:'...', ...}
when project is load, check if an API call is running
The text was updated successfully, but these errors were encountered: