Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new tasks and updated existing ones #9

Merged
merged 32 commits into from
Nov 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7031edd
Made changes in dynamic-task
altafalam21 Oct 27, 2021
c5caa7d
Changes
nohup23 Oct 28, 2021
beaaa5c
New layout for Tutorials section
nohup23 Oct 28, 2021
7188163
New layout
nohup23 Oct 28, 2021
97af69a
Testing
nohup23 Oct 28, 2021
6650408
Test
nohup23 Oct 28, 2021
6d121c5
Test
nohup23 Oct 28, 2021
0f39915
Test again
boney9 Oct 28, 2021
b160c00
Create quickstart.md
jeu3nohup Nov 2, 2021
4921492
Update quickstart.md
jeu3nohup Nov 2, 2021
b042524
Merge branch 'orkes-io:main' into main
altafalam21 Nov 2, 2021
444d277
Added Reference Docs and How-Tos
altafalam21 Nov 2, 2021
8071356
Merge pull request #5 from altafalam21/main
boney9 Nov 2, 2021
6321965
New layout for Tutorials section
boney9 Nov 3, 2021
7702226
Create node.js.yml
boney9 Nov 3, 2021
a13ebbb
Update node.js.yml
boney9 Nov 3, 2021
e7a1ff4
Update node.js.yml
boney9 Nov 3, 2021
2f07463
Update node.js.yml
boney9 Nov 3, 2021
5725b92
Update node.js.yml
boney9 Nov 3, 2021
d2f3a90
Update node.js.yml
boney9 Nov 3, 2021
3a4daef
Update node.js.yml
boney9 Nov 3, 2021
e41862f
Committing Changes from build 1418746725-7
boney9 Nov 3, 2021
8d46b4f
Update node.js.yml
boney9 Nov 3, 2021
7881c0f
Update node.js.yml
boney9 Nov 3, 2021
aababde
Update to content as sub folder
boney9 Nov 3, 2021
cc9a6af
Update to content as sub folder
boney9 Nov 3, 2021
cbc81f3
Updated tasks
altafalam21 Nov 3, 2021
55e4ad4
Updated tasks
altafalam21 Nov 3, 2021
84fc438
Workflow concept doc
dslxl Nov 4, 2021
a179486
Merge pull request #7 from orkes-io/dilip
dilip-lukose Nov 4, 2021
506656f
Added remaining tasks and improved content in others
altafalam21 Nov 5, 2021
4ee49a3
Added content to new task and improved existing tasks
altafalam21 Nov 5, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm install
- run: npm run build
# "https://$USER_NAME:$API_TOKEN_GITHUB@$GITHUB_SERVER/$DESTINATION_REPOSITORY_USERNAME/$DESTINATION_REPOSITORY_NAME.git"
- run: ls -larth
- run: |
CLONE_DIR=$(mktemp -d)
echo $CLONE_DIR
git config --global user.email "${{ secrets.GH_USER_EMAIL }}"
git config --global user.name "${{ secrets.GH_USER }}"
git config -l
git clone --single-branch --branch "gh-pages" "https://${{secrets.GH_USER}}:${{secrets.GH_DEPLOY_TOKEN}}@github.com/orkes-io/orkesio-site.git" "$CLONE_DIR"
ls -la "$CLONE_DIR"
rm -rf $CLONE_DIR/content/*
rsync -a ./build/ $CLONE_DIR/content/
cd $CLONE_DIR
git add .
git status
git commit -m "Committing Changes from build ${{ github.run_id }}-${{ github.run_number }}"
git status
git push


4 changes: 0 additions & 4 deletions docs/getting-started-local/_category_.json

This file was deleted.

11 changes: 11 additions & 0 deletions docs/how-tos/archival-of-workflows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Archival Of Workflows

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/build-a-golang-task-worker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Build a GO Lang Task Worker

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/build-a-java-task-worker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Build a Java Task Worker

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/build-a-nodejs-task-worker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Build a Node.js Task Worker

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/build-a-python-task-worker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Build a Python Task Worker

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/conductor-configurations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Conductor Configurations

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/configuring-metrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Configuring Metrics

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/debugging-workflows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Debugging Workflows

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/golang-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Golang SDK

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/idempotency.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Idempotency

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/java-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Java SDK

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/maintaining-workflows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Maintaining Workflows

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/monitoring-task-queues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Monitoring Task Queues

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/nodejs-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Nodejs SDK

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/python-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Python SDK

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/retry-configurations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Retry Configurations

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/reusing-tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Reusing Tasks

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/scaling-the-system.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Scaling the System

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/searching-workflows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Searching Workflows

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/task-configurations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Task Configurations

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/timeouts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Timeouts

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/updating-tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Updating Tasks

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/updating-workflows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Updating Workflows

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/using-domains.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Using Domains

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/using-dynamic-forks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Using Dynamic Forks

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/using-dynamic-tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Using Dynamic Tasks

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/using-sub-workflows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Using Sub Workflows

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/using-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# Using Switch

TODO

## Summary

TODO
11 changes: 11 additions & 0 deletions docs/how-tos/view-workflow-executions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# View Workflow Executions

TODO

## Summary

TODO
Loading