Puppet Task: states_aws_create_activity
- Defined in:
-
tasks/states_aws_create_activity.json,
tasks/states_aws_create_activity.rb
Overview
Creates an activity. An activity is a task which you write in any programming language and host on any machine which has access to AWS Step Functions. Activities must poll Step Functions using the GetActivityTask API action and respond using SendTask* API actions. This function lets Step Functions know the existence of your activity and returns an identifier for use in a state machine and when polling from the activity.