Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python2.7 /
site-packages /
awscli /
examples /
swf /
Delete
Unzip
Name
Size
Permission
Date
Action
count-closed-workflow-executions.rst
1.43
KB
-rw-r--r--
2017-04-04 16:39
count-open-workflow-executions.rst
1.29
KB
-rw-r--r--
2017-04-04 16:39
deprecate-domain.rst
1.72
KB
-rw-r--r--
2017-04-04 16:39
describe-domain.rst
1.07
KB
-rw-r--r--
2017-04-04 16:39
list-activity-types.rst
6.98
KB
-rw-r--r--
2017-04-04 16:39
list-domains.rst
2.66
KB
-rw-r--r--
2017-04-04 16:39
list-workflow-types.rst
1.15
KB
-rw-r--r--
2017-04-04 16:39
register-domain.rst
1.78
KB
-rw-r--r--
2017-04-04 16:39
register-workflow-type.rst
948
B
-rw-r--r--
2017-04-04 16:39
Save
Rename
Counting Closed Workflow Executions ----------------------------------- You can use ``swf count-closed-workflow-executions`` to retrieve the number of closed workflow executions for a given domain. You can specify filters to count specific classes of executions. The ``--domain`` and *either* ``--close-time-filter`` or ``--start-time-filter`` arguments are required. All other arguments are optional. Here is a basic example:: aws swf count-closed-workflow-executions --domain DataFrobtzz --close-time-filter "{ \"latestDate\" : 1377129600, \"oldestDate\" : 1370044800 }" Result:: { "count": 2, "truncated": false } If "truncated" is ``true``, then "count" represents the maximum number that can be returned by Amazon SWF. Any further results are truncated. To reduce the number of results returned, you can: - modify the ``--close-time-filter`` or ``--start-time-filter`` values to narrow the time range that is searched. Each of these is mutually exclusive: You can specify *only one of these* in a request. - use the ``--close-status-filter``, ``--execution-filter``, ``--tag-filter`` or ``--type-filter`` arguments to further filter the results. However, these arguments are also mutually exclusive. See Also -------- - `CountClosedWorkflowExecutions <http://docs.aws.amazon.com/amazonswf/latest/apireference/API_CountClosedWorkflowExecutions.html>`_ in the *Amazon Simple Workflow Service API Reference*