Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skothari-tibco committed Nov 6, 2018
1 parent 54f4eec commit 9c2c81d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ flogo install github.com/skothari-tibco/csvtrigger
Triggers are configured via the triggers.json of your application. The following are some example configuration of the Timer Trigger.


### Only once immediatley
Configure the Trigger to run a flow once with a delay of one minute. "startDelay" settings format = "[hours]h[minutes]m[seconds]s"
### Only once immediately
Configure the Trigger to run a flow once immediately

```json
{
Expand All @@ -70,8 +70,7 @@ Configure the Trigger to run a flow once with a delay of one minute. "startDela
```

### Repeating
Configure the Trigger to run a flow repeating every 10 minutes. "repeatInterval" settings format = "[hours]h[minutes]m[seconds]s"

Configure the Trigger to run a flow repeating every 10 seconds.
```json
{
"triggers": [
Expand Down

0 comments on commit 9c2c81d

Please sign in to comment.