New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
All Content tagged with Amazon Simple Workflow (Amazon SWF)
Amazon SWF helps developers build, run, and scale background jobs that have parallel or sequential steps. You can think of Amazon SWF as a fully-managed state tracker and task coordinator in the Cloud.
Content language: English
Select tags to filter
Sort by most recent
10 results
I was wondering where all of the SWF examples and tutorials have gone? As of right now, the documentation only has a Ruby example and the "Getting Started" project is no longer there. Nobody seems t...
We are using Java Flow framework for swf workflow and activities. The current workflow will execute two activities, now we will need to register a new activity, and update the workflow implementation ...
Hi,
Our team in Amazon, uses a CloudWatch metric that tracks all active/pending/scheduled SWF workflows. The metric has been working fine since last year and was accurately able to track ongoing SWF ...
1)I have 150 ETL jobs need to be moved from on-premise to AWS cloud. What is the best way to schedule them in AWS? AWS batch or SWF or STEP function or any other service?
Which tool/service has all ...
I know there's a major outage going on in us-east-1 right now, per https://status.aws.amazon.com/. The notice at the top of the page says "Services impacted include: EC2, Connect, DynamoDB, Glue, Athe...
Hi,
We currently have long running processes/jobs that are being executed via workflows. A workflow implementation calls the jobs to run. The call and the job runs asynchronously. By default, we ...
Hello,
We have hit the limit "Maximum workflow and activity types" Although we can still register activities in other domains, switching domains is too complicated in out case because the domain...
Hello,
I would like to wait on a list of promises, but the list is dynamically updated (items are added to) by a signal handler.
I tried two approaches - @Wait in the function and waiting on An...
Hello
We are designing a long-running workflow. We have a "parent" workflow that only does setting up and cleanup, the majority of work is done in child WF.
Complete task may run for up to ...
As there is 32K limit on activity result I see activities just timing out when result is larger while it is OK for normal cases, in case when activity is throwing an exception I cannot see the error r...