Skip to content

Instantly share code, notes, and snippets.

View arifsetiawan's full-sized avatar

arif setiawan arifsetiawan

View GitHub Profile
@arifsetiawan
arifsetiawan / bpm-platform.xml
Last active May 6, 2019 22:49
bpm-platform.xml
<?xml version="1.0" encoding="UTF-8"?>
<bpm-platform xmlns="http://www.camunda.org/schema/1.0/BpmPlatform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.camunda.org/schema/1.0/BpmPlatform http://www.camunda.org/schema/1.0/BpmPlatform ">
<job-executor>
<job-acquisition name="default" />
</job-executor>
<process-engine name="default">
<job-acquisition>default</job-acquisition>
@arifsetiawan
arifsetiawan / leave-process-variables.md
Created May 5, 2019 10:43
leave-process-variables.md

Start Instance

input

{
    id:
    name:
    email:
 level:
@arifsetiawan
arifsetiawan / README.md
Last active October 16, 2019 23:00 — forked from dio/README.md
$ yarn
$ # or npm install
$ node dump.js
$ # from another tab
$ envoy -c envoy.yaml
$ # from another tab
$ curl localhost:10000
@arifsetiawan
arifsetiawan / go-istio.go
Created October 24, 2021 03:59 — forked from asim/go-istio.go
micro.Service for istio
package istio
import (
"time"
"github.com/micro/go-micro"
"github.com/micro/go-micro/client"
"github.com/micro/go-micro/selector"
gcli "github.com/micro/go-plugins/client/grpc"