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...
2
answers
0
votes
173
views
asked 7 months ago
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 ...
0
answers
0
votes
136
views
asked 2 years ago
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
answers
0
votes
390
views
asked 2 years ago
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 ...
2
answers
0
votes
6K
views
asked 3 years ago
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...
1
answers
1
votes
448
views
asked 3 years ago
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 ...
4
answers
0
votes
719
views
asked 4 years ago
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...
1
answers
0
votes
354
views
asked 6 years ago
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...
1
answers
0
votes
395
views
asked 6 years ago
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 ...
11
answers
0
votes
515
views
asked 6 years ago
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...
4
answers
0
votes
330
views
asked 6 years ago
  • 1
  • 12 / page